Uses of Package
org.infinispan.client.hotrod.impl.operations
Packages that use org.infinispan.client.hotrod.impl.operations
Package
Description
-
Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.counter.operationClassDescriptionGeneric Hot Rod operation.Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.
-
-
Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.impl
-
-
Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.impl.multimap.operationsClassDescriptionBasic class for all hot rod operations that manipulate a key.Base class for all operations that manipulate a key and a value.Generic Hot Rod operation.Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.
-
Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.impl.operationsClassDescriptionBasic class for all hot rod operations that manipulate a key.Base class for all operations that manipulate a key and a value.AdminOperation.Obtains a list of SASL authentication mechanisms supported by the serverPerforms a step in the challenge/response authentication operationReads all keys.Corresponds to clear operation as defined by Hot Rod protocol specification.Implements "containsKey" operation as described in Hot Rod protocol specification.ExecuteOperation.A fault tolerant ping operation that can survive to node failures.Implements "getAll" as defined by Hot Rod protocol specification.Implements "get" operation as described by Hot Rod protocol specification.Streaming Get operationCorresponds to getWithMetadata operation as described by Hot Rod protocol specification.Generic Hot Rod operation.An extension of
HotRodOperationfor backwards compatibility after introducing HR 4.0.An HotRod operation that span across multiple remote nodes concurrently (like getAll / putAll).Corresponds to the "ping" operation as defined in Hot Rod protocol specification.Implements "putAll" as defined by Hot Rod protocol specification.Implements "putIfAbsent" operation as described in Hot Rod protocol specification.Implements "put" as defined by Hot Rod protocol specification.Streaming put operationRemove client listener operation.Implements "removeIfUnmodified" operation as defined by Hot Rod protocol specification.Implement "remove" operation as described in Hot Rod protocol specification.Implement "replaceIfUnmodified" as defined by Hot Rod protocol specification.Implements "Replace" operation as defined by Hot Rod protocol specification.Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.Implements to the stats operation as defined by Hot Rod protocol specification. -
-
Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.impl.transaction.operationsClassDescriptionGeneric Hot Rod operation.Base class for all the operations that need retry logic: if the operation fails due to connection problems, try with another available connection.
-
Classes in org.infinispan.client.hotrod.impl.operations used by org.infinispan.client.hotrod.impl.transport.nettyClassDescriptionGeneric Hot Rod operation.Factory for
HotRodOperationobjects.Corresponds to the "ping" operation as defined in Hot Rod protocol specification.