Uses of Interface
org.infinispan.client.hotrod.impl.protocol.HotRodConstants
-
-
Uses of HotRodConstants in org.infinispan.client.hotrod.counter.operation
-
Uses of HotRodConstants in org.infinispan.client.hotrod.impl.multimap.operations
-
Uses of HotRodConstants in org.infinispan.client.hotrod.impl.operations
Classes in org.infinispan.client.hotrod.impl.operations that implement HotRodConstants 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.classHotRodOperation<T>Generic Hot Rod operation.classIterationEndOperationclassIterationNextOperation<K,E>classIterationStartOperationclassNeutralVersionHotRodOperation<T>An extension ofHotRodOperationfor backwards compatibility after introducing HR 4.0.classOperationsFactoryFactory forHotRodOperationobjects.classParallelHotRodOperation<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 HotRodConstants in org.infinispan.client.hotrod.impl.protocol
Classes in org.infinispan.client.hotrod.impl.protocol that implement HotRodConstants Modifier and Type Class Description classCodec20A Hot Rod encoder/decoder for version 2.0 of the protocol.classCodec21classCodec22classCodec23classCodec24classCodec25classCodec26classCodec27classCodec28classCodec29classCodec30classCodec31classCodec40 -
Uses of HotRodConstants in org.infinispan.client.hotrod.impl.transaction.operations
Classes in org.infinispan.client.hotrod.impl.transaction.operations that implement HotRodConstants 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.
-