All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.hotrod.impl.counter.CounterHelper Maven / Gradle / Ivy

There is a newer version: 14.0.32.Final
Show newest version
package org.infinispan.hotrod.impl.counter;

import org.infinispan.counter.api.StrongCounter;
import org.infinispan.counter.api.WeakCounter;

/**
 * A helper class for {@link StrongCounter} and {@link WeakCounter}.
 *
 * @since 14.0
 */
class CounterHelper {

   private final CounterOperationFactory factory;

   CounterHelper(CounterOperationFactory factory) {
      this.factory = factory;
   }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy