Uses of Class
org.infinispan.counter.impl.weak.WeakCounterKey
Packages that use WeakCounterKey
-
Uses of WeakCounterKey in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak that return WeakCounterKeyModifier and TypeMethodDescriptionWeakCounterImpl.getKeys()Debug only!WeakCounterImpl.getPreferredKeys()Debug only!WeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02.read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1) Methods in org.infinispan.counter.impl.weak that return types with arguments of type WeakCounterKeyModifier and TypeMethodDescriptionWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02.getJavaClass()Methods in org.infinispan.counter.impl.weak with parameters of type WeakCounterKeyModifier and TypeMethodDescriptionvoidWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02.write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, WeakCounterKey $2) Method parameters in org.infinispan.counter.impl.weak with type arguments of type WeakCounterKeyModifier and TypeMethodDescriptionstatic CompletionStage<Void> WeakCounterImpl.removeWeakCounter(org.infinispan.Cache<WeakCounterKey, CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, String counterName) It removes a weak counter from thecache, identified by thecounterName.Constructor parameters in org.infinispan.counter.impl.weak with type arguments of type WeakCounterKeyModifierConstructorDescriptionWeakCounterImpl(String counterName, org.infinispan.AdvancedCache<WeakCounterKey, CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)