Uses of Class
org.infinispan.client.hotrod.impl.operations.AbstractHotRodOperation
Packages that use AbstractHotRodOperation
Package
Description
-
Uses of AbstractHotRodOperation in org.infinispan.client.hotrod.counter.operation
Subclasses of AbstractHotRodOperation in org.infinispan.client.hotrod.counter.operationModifier and TypeClassDescriptionclassAn add listener operation forStrongCounter.addListener(CounterListener)andWeakCounter.addListener(CounterListener)classAdd operation.classA compare-and-set operation forStrongCounter.compareAndSwap(long, long)andStrongCounter.compareAndSet(long, long).classA counter define operation forCounterManager.defineCounter(String, CounterConfiguration).classA counter configuration forCounterManager.getConfiguration(String).classA counter operation forCounterManager.getCounterNames().classA counter operation that returns the counter's value.classA counter operation forCounterManager.isDefined(String).classA remove listener operation forHandle.remove().classA counter operation forCounterManager.remove(String),StrongCounter.remove()andWeakCounter.remove().classA counter operation forStrongCounter.reset()andWeakCounter.reset().classA set operation forStrongCounter.getAndSet(long) -
Uses of AbstractHotRodOperation in org.infinispan.client.hotrod.impl.multimap.operations
Modifier and TypeClassDescriptionclassclassclassImplements "contains entry" for multimap as defined by Hot Rod protocol specification.classImplements "contains key" for multimap cache as defined by Hot Rod protocol specification.classImplements "contains value" for multimap cache as defined by Hot Rod protocol specification.classImplements "get" for multimap as defined by Hot Rod protocol specification.classImplements "getWithMetadata" as defined by Hot Rod protocol specification.classImplements "put" for multimap cache as defined by Hot Rod protocol specification.classImplements "remove" for multimap as defined by Hot Rod protocol specification.classImplements "remove" for multimap cache as defined by Hot Rod protocol specification.classImplements "size" for multimap cache as defined by Hot Rod protocol specification. -
Uses of AbstractHotRodOperation in org.infinispan.client.hotrod.impl.operations
Subclasses of AbstractHotRodOperation in org.infinispan.client.hotrod.impl.operationsModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassPerforms a step in the challenge/response authentication operationclassclassclassCorresponds to clear operation as defined by Hot Rod protocol specification.classclassImplements "containsKey" operation as described in Hot Rod protocol specification.classGetAllOperation<K,V> Implements "getAll" as defined by Hot Rod protocol specification.classGetOperation<V>classclassclassclassCorresponds to getWithMetadata operation as described by Hot Rod protocol specification.classclassclassclassclassclassclassclassclassImplements "putIfAbsent" operation as described in Hot Rod protocol specification.classPutOperation<V>Implements "put" as defined by Hot Rod protocol specification.classclassclassfinal classclassRemove client listener operation.classImplements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.classImplement "remove" operation as described in Hot Rod protocol specification.classImplement "replaceIfUnmodified" as defined by Hot Rod protocol specification.classImplements "Replace" operation as defined by Hot Rod protocol specification.classclassImplements to the stats operation as defined by Hot Rod protocol specification.class -
Uses of AbstractHotRodOperation in org.infinispan.client.hotrod.impl.transaction.operations
Modifier and TypeClassDescriptionclassRepresents a commit or rollback request from theTransactionManager.classIt forgets the transaction identified byXidin the server.classA prepare request from theTransactionManager.classA recovery request from theTransactionManager.