Uses of Class
org.infinispan.client.hotrod.impl.operations.HotRodOperation
-
-
Uses of HotRodOperation in org.infinispan.client.hotrod.counter.operation
Subclasses of HotRodOperation in org.infinispan.client.hotrod.counter.operation Modifier and Type Class Description classAddListenerOperationAn add listener operation forStrongCounter.addListener(CounterListener)andWeakCounter.addListener(CounterListener)classAddOperationAdd operation.classCompareAndSwapOperationA compare-and-set operation forStrongCounter.compareAndSwap(long, long)andStrongCounter.compareAndSet(long, long).classDefineCounterOperationA counter define operation forCounterManager.defineCounter(String, CounterConfiguration).classGetConfigurationOperationA counter configuration forCounterManager.getConfiguration(String).classGetCounterNamesOperationA counter operation forCounterManager.getCounterNames().classGetValueOperationA counter operation that returns the counter's value.classIsDefinedOperationA counter operation forCounterManager.isDefined(String).classRemoveListenerOperationA remove listener operation forHandle.remove().classRemoveOperationA counter operation forCounterManager.remove(String),StrongCounter.remove()andWeakCounter.remove().classResetOperationA counter operation forStrongCounter.reset()andWeakCounter.reset(). -
Uses of HotRodOperation in org.infinispan.client.hotrod.impl.multimap.operations
Subclasses of HotRodOperation in org.infinispan.client.hotrod.impl.multimap.operations Modifier and Type Class Description classContainsEntryMultimapOperationImplements "contains entry" for multimap as defined by Hot Rod protocol specification.classContainsKeyMultimapOperationImplements "contains key" for multimap cache as defined by Hot Rod protocol specification.classContainsValueMultimapOperationImplements "contains value" for multimap cache as defined by Hot Rod protocol specification.classGetKeyMultimapOperation<V>Implements "get" for multimap as defined by Hot Rod protocol specification.classGetKeyWithMetadataMultimapOperation<V>Implements "getWithMetadata" as defined by Hot Rod protocol specification.classPutKeyValueMultimapOperationImplements "put" for multimap cache as defined by Hot Rod protocol specification.classRemoveEntryMultimapOperationImplements "remove" for multimap as defined by Hot Rod protocol specification.classRemoveKeyMultimapOperationImplements "remove" for multimap cache as defined by Hot Rod protocol specification.classSizeMultimapOperationImplements "size" for multimap cache as defined by Hot Rod protocol specification. -
Uses of HotRodOperation in org.infinispan.client.hotrod.impl.operations
Classes in org.infinispan.client.hotrod.impl.operations with type parameters of type HotRodOperation Modifier and Type Class Description classParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>>An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).Subclasses of HotRodOperation in org.infinispan.client.hotrod.impl.operations Modifier and Type Class Description classAbstractKeyOperation<T>Basic class for all hot rod operations that manipulate a key.classAbstractKeyValueOperation<T>Base class for all operations that manipulate a key and a value.classAddBloomNearCacheClientListenerOperationclassAddClientListenerOperationclassAdminOperationAdminOperation.classAuthMechListOperationObtains a list of SASL authentication mechanisms supported by the serverclassAuthOperationPerforms a step in the challenge/response authentication operationclassBulkGetKeysOperation<K>Reads all keys.classClearOperationCorresponds to clear operation as defined by Hot Rod protocol specification.classClientListenerOperationclassContainsKeyOperationImplements "containsKey" operation as described in Hot Rod protocol specification.classExecuteOperation<T>ExecuteOperation.classFaultTolerantPingOperationA fault tolerant ping operation that can survive to node failures.classGetAllOperation<K,V>Implements "getAll" as defined by Hot Rod protocol specification.classGetAllParallelOperation<K,V>classGetOperation<V>Implements "get" operation as described by Hot Rod protocol specification.classGetStreamOperationStreaming Get operationclassGetWithMetadataOperation<V>Corresponds to getWithMetadata operation as described by Hot Rod protocol specification.classIterationEndOperationclassIterationNextOperation<K,E>classIterationStartOperationclassParallelHotRodOperation<T,SUBOP extends HotRodOperation<T>>An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).classPingOperationCorresponds to the "ping" operation as defined in Hot Rod protocol specification.classPutAllOperationImplements "putAll" as defined by Hot Rod protocol specification.classPutAllParallelOperationclassPutIfAbsentOperation<V>Implements "putIfAbsent" operation as described in Hot Rod protocol specification.classPutOperation<V>Implements "put" as defined by Hot Rod protocol specification.classPutStreamOperationStreaming put operationclassQueryOperationclassRemoveClientListenerOperationRemove client listener operation.classRemoveIfUnmodifiedOperation<V>Implements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.classRemoveOperation<V>Implement "remove" operation as described in Hot Rod protocol specification.classReplaceIfUnmodifiedOperationImplement "replaceIfUnmodified" as defined by Hot Rod protocol specification.classReplaceOperation<V>Implements "Replace" operation as defined by Hot Rod protocol specification.classRetryOnFailureOperation<T>Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.classSizeOperationclassStatsAffectingHotRodOperation<T>classStatsAffectingRetryingOperation<T>classStatsOperationImplements to the stats operation as defined by Hot Rod protocol specification.classUpdateBloomFilterOperation -
Uses of HotRodOperation in org.infinispan.client.hotrod.impl.transaction.operations
Subclasses of HotRodOperation in org.infinispan.client.hotrod.impl.transaction.operations Modifier and Type Class Description classCompleteTransactionOperationRepresents a commit or rollback request from theTransactionManager.classForgetTransactionOperationIt forgets the transaction identified byXidin the server.classPrepareTransactionOperationA prepare request from theTransactionManager.classRecoveryOperationA recovery request from theTransactionManager. -
Uses of HotRodOperation in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type HotRodOperation Modifier and Type Method Description voidHeaderDecoder. registerOperation(io.netty.channel.Channel channel, HotRodOperation<?> operation)
-