Uses of Class
org.infinispan.counter.impl.weak.WeakCounterKey
-
Packages that use WeakCounterKey Package Description org.infinispan.counter.impl.weak -
-
Uses of WeakCounterKey in org.infinispan.counter.impl.weak
Methods in org.infinispan.counter.impl.weak that return WeakCounterKey Modifier and Type Method Description WeakCounterKey[]WeakCounterImpl. getKeys()Debug only!WeakCounterKey[]WeakCounterImpl. getPreferredKeys()Debug only!WeakCounterKeyWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02. read(org.infinispan.protostream.ProtobufTagMarshaller.ReadContext $1)Methods in org.infinispan.counter.impl.weak that return types with arguments of type WeakCounterKey Modifier and Type Method Description Class<WeakCounterKey>WeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02. getJavaClass()Methods in org.infinispan.counter.impl.weak with parameters of type WeakCounterKey Modifier and Type Method Description voidWeakCounterKey$___Marshaller_ecc3ac4efb216fd1f64f29c92ff5068b43cb9769af31d8afc555d56f0b476e02. write(org.infinispan.protostream.ProtobufTagMarshaller.WriteContext $1, WeakCounterKey $2)Method parameters in org.infinispan.counter.impl.weak with type arguments of type WeakCounterKey Modifier and Type Method Description static voidWeakCounterImpl. 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 WeakCounterKey Constructor Description WeakCounterImpl(String counterName, org.infinispan.AdvancedCache<WeakCounterKey,CounterValue> cache, org.infinispan.counter.api.CounterConfiguration configuration, CounterManagerNotificationManager notificationManager)
-