Uses of Class
org.infinispan.counter.impl.strong.StrongCounterKey
-
Packages that use StrongCounterKey Package Description org.infinispan.counter.impl.strong -
-
Uses of StrongCounterKey in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong that return StrongCounterKey Modifier and Type Method Description StrongCounterKeyStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in org.infinispan.counter.impl.strong that return types with arguments of type StrongCounterKey Modifier and Type Method Description Class<StrongCounterKey>StrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7. getJavaClass()Methods in org.infinispan.counter.impl.strong with parameters of type StrongCounterKey Modifier and Type Method Description voidStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, StrongCounterKey $2)Method parameters in org.infinispan.counter.impl.strong with type arguments of type StrongCounterKey Modifier and Type Method Description static voidAbstractStrongCounter. removeStrongCounter(org.infinispan.Cache<StrongCounterKey,CounterValue> cache, String counterName)It removes a strong counter from thecache, identified by thecounterName.Constructor parameters in org.infinispan.counter.impl.strong with type arguments of type StrongCounterKey Constructor Description BoundedStrongCounter(String counterName, org.infinispan.AdvancedCache<StrongCounterKey,CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)UnboundedStrongCounter(String counterName, org.infinispan.AdvancedCache<StrongCounterKey,CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)
-