Uses of Class
org.infinispan.hotrod.impl.operations.HotRodOperation
Packages that use HotRodOperation
Package
Description
-
Uses of HotRodOperation in org.infinispan.hotrod.impl.counter.operation
Subclasses of HotRodOperation in org.infinispan.hotrod.impl.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(). -
Uses of HotRodOperation in org.infinispan.hotrod.impl.multimap.operations
Subclasses of HotRodOperation in org.infinispan.hotrod.impl.multimap.operationsModifier 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 HotRodOperation in org.infinispan.hotrod.impl.operations
Classes in org.infinispan.hotrod.impl.operations with type parameters of type HotRodOperationModifier and TypeClassDescriptionclassParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>> An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).Subclasses of HotRodOperation in org.infinispan.hotrod.impl.operationsModifier and TypeClassDescriptionclassAbstractKeyOperation<K,T> Basic class for all hot rod operations that manipulate a key.classBase class for all operations that manipulate a key and a value.classImplements "putIfAbsent" operation as described in Hot Rod protocol specification.classAbstractPutOperation<K,T> Implements "put" as defined by Hot Rod protocol specification.classImplement "remove" operation as described in Hot Rod protocol specification.classclassclassAdminOperation.classObtains a list of SASL authentication mechanisms supported by the serverclassPerforms a step in the challenge/response authentication operationclassReads all keys.classCorresponds to clear operation as defined by Hot Rod protocol specification.classclassImplements "containsKey" operation as described in Hot Rod protocol specification.classExecuteOperation.classA fault tolerant ping operation that can survive to node failures.classGetAllOperation<K,V> Implements "getAll" as defined by Hot Rod protocol specification.classclassImplement "remove" operation as described in Hot Rod protocol specification.classGetOperation<K,V> Implements "get" operation as described by Hot Rod protocol specification.classStreaming Get operationclassCorresponds to getWithMetadata operation as described by Hot Rod protocol specification.classclassclassclassParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>> An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).classCorresponds to the "ping" operation as defined in Hot Rod protocol specification.classImplements "putAll" as defined by Hot Rod protocol specification.classclassPutIfAbsentOperation<K,V> Implements "putIfAbsent" operation as described in Hot Rod protocol specification.classPutOperation<K,V> Implements "put" as defined by Hot Rod protocol specification.classStreaming put operationfinal 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.classReplaceOperation<K,V> Implements "Replace" operation as defined by Hot Rod protocol specification.classBase class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.classImplements "putIfAbsent" operation as described in Hot Rod protocol specification.classSetOperation<K>Implements "put" as defined by Hot Rod protocol specification.classclassclassclassImplements to the stats operation as defined by Hot Rod protocol specification.class -
Uses of HotRodOperation in org.infinispan.hotrod.impl.transaction.operations
Subclasses of HotRodOperation in org.infinispan.hotrod.impl.transaction.operationsModifier 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. -
Uses of HotRodOperation in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty with parameters of type HotRodOperationModifier and TypeMethodDescriptionvoidHeaderDecoder.registerOperation(io.netty.channel.Channel channel, HotRodOperation<?> operation)