Uses of Interface
org.infinispan.hotrod.impl.transport.netty.ChannelOperation
Packages that use ChannelOperation
Package
Description
-
Uses of ChannelOperation in org.infinispan.hotrod.impl.counter.operation
Classes in org.infinispan.hotrod.impl.counter.operation that implement ChannelOperationModifier 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 ChannelOperation in org.infinispan.hotrod.impl.multimap.operations
Classes in org.infinispan.hotrod.impl.multimap.operations that implement ChannelOperationModifier 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 ChannelOperation in org.infinispan.hotrod.impl.operations
Classes in org.infinispan.hotrod.impl.operations that implement ChannelOperationModifier 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.classReads 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.classImplement "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.classclassCorresponds to the "ping" operation as defined in Hot Rod protocol specification.classImplements "putAll" as defined by Hot Rod protocol specification.classPutIfAbsentOperation<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.classclassclassImplements to the stats operation as defined by Hot Rod protocol specification.class -
Uses of ChannelOperation in org.infinispan.hotrod.impl.transaction.operations
Classes in org.infinispan.hotrod.impl.transaction.operations that implement ChannelOperationModifier 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 ChannelOperation in org.infinispan.hotrod.impl.transport.netty
Methods in org.infinispan.hotrod.impl.transport.netty with type parameters of type ChannelOperationModifier and TypeMethodDescription<T extends ChannelOperation>
TChannelFactory.fetchChannelAndInvoke(Object key, Set<SocketAddress> failedServers, byte[] cacheName, T operation) <T extends ChannelOperation>
TChannelFactory.fetchChannelAndInvoke(SocketAddress server, T operation) <T extends ChannelOperation>
TChannelFactory.fetchChannelAndInvoke(Set<SocketAddress> failedServers, byte[] cacheName, T operation)