Uses of Class
org.infinispan.counter.impl.strong.StrongCounterKey
Packages that use StrongCounterKey
-
Uses of StrongCounterKey in org.infinispan.counter.impl.strong
Methods in org.infinispan.counter.impl.strong that return StrongCounterKeyModifier and TypeMethodDescriptionStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.counter.impl.strong that return types with arguments of type StrongCounterKeyModifier and TypeMethodDescriptionStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7.getJavaClass()Methods in org.infinispan.counter.impl.strong with parameters of type StrongCounterKeyModifier and TypeMethodDescriptionvoidStrongCounterKey$___Marshaller_7b60cadcd7a3ce2ea1e9b7f18578345047d9a4d4bceed7f91ab7f28ade5968e7.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, StrongCounterKey $2) Method parameters in org.infinispan.counter.impl.strong with type arguments of type StrongCounterKeyModifier and TypeMethodDescriptionstatic CompletionStage<Void> AbstractStrongCounter.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 StrongCounterKeyModifierConstructorDescriptionBoundedStrongCounter(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)