Class OperationsFactory
- java.lang.Object
-
- org.infinispan.client.hotrod.impl.operations.OperationsFactory
-
- All Implemented Interfaces:
HotRodConstants
@Immutable public class OperationsFactory extends Object implements HotRodConstants
Factory forHotRodOperationobjects.- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
HotRodConstants.Names
-
-
Field Summary
-
Fields inherited from interface org.infinispan.client.hotrod.impl.protocol.HotRodConstants
ADD_CLIENT_LISTENER_REQUEST, ADD_CLIENT_LISTENER_RESPONSE, AUTH_MECH_LIST_REQUEST, AUTH_MECH_LIST_RESPONSE, AUTH_REQUEST, AUTH_RESPONSE, BULK_GET_KEYS_REQUEST, BULK_GET_KEYS_RESPONSE, BULK_GET_REQUEST, BULK_GET_RESPONSE, CACHE_ENTRY_CREATED_EVENT_RESPONSE, CACHE_ENTRY_EXPIRED_EVENT_RESPONSE, CACHE_ENTRY_MODIFIED_EVENT_RESPONSE, CACHE_ENTRY_REMOVED_EVENT_RESPONSE, CLEAR_REQUEST, CLEAR_RESPONSE, CLIENT_INTELLIGENCE_BASIC, CLIENT_INTELLIGENCE_HASH_DISTRIBUTION_AWARE, CLIENT_INTELLIGENCE_TOPOLOGY_AWARE, COMMAND_TIMEOUT_STATUS, COMMIT_REQUEST, COMMIT_RESPONSE, CONTAINS_KEY_REQUEST, CONTAINS_KEY_RESPONSE, COUNTER_ADD_AND_GET_REQUEST, COUNTER_ADD_AND_GET_RESPONSE, COUNTER_ADD_LISTENER_REQUEST, COUNTER_ADD_LISTENER_RESPONSE, COUNTER_CAS_REQUEST, COUNTER_CAS_RESPONSE, COUNTER_CREATE_REQUEST, COUNTER_CREATE_RESPONSE, COUNTER_EVENT_RESPONSE, COUNTER_GET_CONFIGURATION_REQUEST, COUNTER_GET_CONFIGURATION_RESPONSE, COUNTER_GET_NAMES_REQUEST, COUNTER_GET_NAMES_RESPONSE, COUNTER_GET_REQUEST, COUNTER_GET_RESPONSE, COUNTER_IS_DEFINED_REQUEST, COUNTER_IS_DEFINED_RESPONSE, COUNTER_REMOVE_LISTENER_REQUEST, COUNTER_REMOVE_LISTENER_RESPONSE, COUNTER_REMOVE_REQUEST, COUNTER_REMOVE_RESPONSE, COUNTER_RESET_REQUEST, COUNTER_RESET_RESPONSE, DEFAULT_CACHE_NAME_BYTES, DEFAULT_CACHE_TOPOLOGY, ERROR_RESPONSE, EXEC_REQUEST, EXEC_RESPONSE, FETCH_TX_RECOVERY_REQUEST, FETCH_TX_RECOVERY_RESPONSE, FORGET_TX_REQUEST, FORGET_TX_RESPONSE, GET_ALL_REQUEST, GET_ALL_RESPONSE, GET_REQUEST, GET_RESPONSE, GET_STREAM_REQUEST, GET_STREAM_RESPONSE, GET_WITH_METADATA, GET_WITH_METADATA_RESPONSE, GET_WITH_VERSION, GET_WITH_VERSION_RESPONSE, HOTROD_STRING_CHARSET, ILLEGAL_LIFECYCLE_STATE, ILLEGAL_OP_CODE, INFINITE_LIFESPAN, INFINITE_MAXIDLE, INVALID_ITERATION, INVALID_MAGIC_OR_MESSAGE_ID_STATUS, ITERATION_END_REQUEST, ITERATION_END_RESPONSE, ITERATION_NEXT_REQUEST, ITERATION_NEXT_RESPONSE, ITERATION_START_REQUEST, ITERATION_START_RESPONSE, KEY_DOES_NOT_EXIST_STATUS, NO_ERROR_STATUS, NO_ERROR_STATUS_OBJ_STORAGE, NODE_SUSPECTED, NOT_EXECUTED_WITH_PREVIOUS, NOT_EXECUTED_WITH_PREVIOUS_OBJ_STORAGE, NOT_PUT_REMOVED_REPLACED_STATUS, PING_REQUEST, PING_RESPONSE, PREPARE_REQUEST, PREPARE_RESPONSE, PREPARE_TX_2_REQUEST, PREPARE_TX_2_RESPONSE, PUT_ALL_REQUEST, PUT_ALL_RESPONSE, PUT_IF_ABSENT_REQUEST, PUT_IF_ABSENT_RESPONSE, PUT_REQUEST, PUT_RESPONSE, PUT_STREAM_REQUEST, PUT_STREAM_RESPONSE, QUERY_REQUEST, QUERY_RESPONSE, REMOVE_CLIENT_LISTENER_REQUEST, REMOVE_CLIENT_LISTENER_RESPONSE, REMOVE_IF_UNMODIFIED_REQUEST, REMOVE_IF_UNMODIFIED_RESPONSE, REMOVE_REQUEST, REMOVE_RESPONSE, REPLACE_IF_UNMODIFIED_REQUEST, REPLACE_IF_UNMODIFIED_RESPONSE, REPLACE_REQUEST, REPLACE_RESPONSE, REQUEST_MAGIC, REQUEST_PARSING_ERROR_STATUS, RESPONSE_MAGIC, ROLLBACK_REQUEST, ROLLBACK_RESPONSE, SERVER_ERROR_STATUS, SIZE_REQUEST, SIZE_RESPONSE, STATS_REQUEST, STATS_RESPONSE, SUCCESS_WITH_PREVIOUS, SUCCESS_WITH_PREVIOUS_OBJ_STORAGE, SWITCH_CLUSTER_TOPOLOGY, UNKNOWN_COMMAND_STATUS, UNKNOWN_VERSION_STATUS, VERSION_20, VERSION_21, VERSION_22, VERSION_23, VERSION_24, VERSION_25, VERSION_26, VERSION_27, VERSION_28, VERSION_29, VERSION_30
-
-
Constructor Summary
Constructors Constructor Description OperationsFactory(ChannelFactory channelFactory, String cacheName, boolean forceReturnValue, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg, ClientStatistics clientStatistics)OperationsFactory(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intflags()StringgetCacheName()CacheTopologyInfogetCacheTopologyInfo()ChannelFactorygetChannelFactory()CodecgetCodec()ConsistentHashgetConsistentHash()ClientListenerNotifiergetListenerNotifier()Map<SocketAddress,Set<Integer>>getPrimarySegmentsByAddress()Returns a map containing for each address all of its primarily owned segments.intgetTopologyId()booleanhasFlag(Flag flag)AddClientListenerOperationnewAddClientListenerOperation(Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat)AddClientListenerOperationnewAddClientListenerOperation(Object listener, DataFormat dataFormat)AdminOperationnewAdminOperation(String taskName, Map<String,byte[]> marshalledParams)AuthMechListOperationnewAuthMechListOperation(io.netty.channel.Channel channel)AuthOperationnewAuthOperation(io.netty.channel.Channel channel, String saslMechanism, byte[] response)<K> BulkGetKeysOperation<K>newBulkGetKeysOperation(int scope, DataFormat dataFormat)ClearOperationnewClearOperation()ContainsKeyOperationnewContainsKeyOperation(Object key, byte[] keyBytes, DataFormat dataFormat)<T> ExecuteOperation<T>newExecuteOperation(String taskName, Map<String,byte[]> marshalledParams, Object key, DataFormat dataFormat)FaultTolerantPingOperationnewFaultTolerantPingOperation()Construct a fault tolerant ping request.<K,V>
GetAllParallelOperation<K,V>newGetAllOperation(Set<byte[]> keys, DataFormat dataFormat)<V> GetOperation<V>newGetKeyOperation(Object key, byte[] keyBytes, DataFormat dataFormat)<K> GetStreamOperationnewGetStreamOperation(K key, byte[] keyBytes, int offset)<V> GetWithMetadataOperation<V>newGetWithMetadataOperation(Object key, byte[] keyBytes, DataFormat dataFormat)IterationEndOperationnewIterationEndOperation(byte[] iterationId, io.netty.channel.Channel channel)<K,E>
IterationNextOperation<K,E>newIterationNextOperation(byte[] iterationId, io.netty.channel.Channel channel, KeyTracker segmentKeyTracker, DataFormat dataFormat)IterationStartOperationnewIterationStartOperation(String filterConverterFactory, byte[][] filterParameters, org.infinispan.commons.util.IntSet segments, int batchSize, boolean metadata, DataFormat dataFormat, SocketAddress targetAddress)PingOperationnewPingOperation(boolean releaseChannel)Construct a ping request directed to a particular node.PrepareTransactionOperationnewPrepareTransactionOperation(Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs)PutAllParallelOperationnewPutAllOperation(Map<byte[],byte[]> map, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)<V> PutIfAbsentOperation<V>newPutIfAbsentOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)<K> PutStreamOperationnewPutIfAbsentStreamOperation(K key, byte[] keyBytes, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit)<V> PutOperation<V>newPutKeyValueOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)<K> PutStreamOperationnewPutStreamOperation(K key, byte[] keyBytes, long version, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit)<K> PutStreamOperationnewPutStreamOperation(K key, byte[] keyBytes, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit)QueryOperationnewQueryOperation(RemoteQuery<?> remoteQuery, DataFormat dataFormat)RemoveClientListenerOperationnewRemoveClientListenerOperation(Object listener)<V> RemoveIfUnmodifiedOperation<V>newRemoveIfUnmodifiedOperation(Object key, byte[] keyBytes, long version, DataFormat dataFormat)<V> RemoveOperation<V>newRemoveOperation(Object key, byte[] keyBytes, DataFormat dataFormat)ReplaceIfUnmodifiedOperationnewReplaceIfUnmodifiedOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, long version, DataFormat dataFormat)<V> ReplaceOperation<V>newReplaceOperation(Object key, byte[] keyBytes, byte[] values, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)SizeOperationnewSizeOperation()StatsOperationnewStatsOperation()voidsetCodec(Codec codec)voidsetFlags(int intFlags)voidsetFlags(Flag[] flags)
-
-
-
Constructor Detail
-
OperationsFactory
public OperationsFactory(ChannelFactory channelFactory, String cacheName, boolean forceReturnValue, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg, ClientStatistics clientStatistics)
-
OperationsFactory
public OperationsFactory(ChannelFactory channelFactory, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg)
-
-
Method Detail
-
getListenerNotifier
public ClientListenerNotifier getListenerNotifier()
-
getCacheName
public String getCacheName()
-
getChannelFactory
public ChannelFactory getChannelFactory()
-
getCodec
public Codec getCodec()
-
setCodec
public void setCodec(Codec codec)
-
newGetKeyOperation
public <V> GetOperation<V> newGetKeyOperation(Object key, byte[] keyBytes, DataFormat dataFormat)
-
newGetAllOperation
public <K,V> GetAllParallelOperation<K,V> newGetAllOperation(Set<byte[]> keys, DataFormat dataFormat)
-
newRemoveOperation
public <V> RemoveOperation<V> newRemoveOperation(Object key, byte[] keyBytes, DataFormat dataFormat)
-
newRemoveIfUnmodifiedOperation
public <V> RemoveIfUnmodifiedOperation<V> newRemoveIfUnmodifiedOperation(Object key, byte[] keyBytes, long version, DataFormat dataFormat)
-
newReplaceIfUnmodifiedOperation
public ReplaceIfUnmodifiedOperation newReplaceIfUnmodifiedOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, long version, DataFormat dataFormat)
-
newGetWithMetadataOperation
public <V> GetWithMetadataOperation<V> newGetWithMetadataOperation(Object key, byte[] keyBytes, DataFormat dataFormat)
-
newStatsOperation
public StatsOperation newStatsOperation()
-
newPutKeyValueOperation
public <V> PutOperation<V> newPutKeyValueOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
-
newPutAllOperation
public PutAllParallelOperation newPutAllOperation(Map<byte[],byte[]> map, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
-
newPutIfAbsentOperation
public <V> PutIfAbsentOperation<V> newPutIfAbsentOperation(Object key, byte[] keyBytes, byte[] value, long lifespan, TimeUnit lifespanUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
-
newReplaceOperation
public <V> ReplaceOperation<V> newReplaceOperation(Object key, byte[] keyBytes, byte[] values, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
-
newContainsKeyOperation
public ContainsKeyOperation newContainsKeyOperation(Object key, byte[] keyBytes, DataFormat dataFormat)
-
newClearOperation
public ClearOperation newClearOperation()
-
newBulkGetKeysOperation
public <K> BulkGetKeysOperation<K> newBulkGetKeysOperation(int scope, DataFormat dataFormat)
-
newAddClientListenerOperation
public AddClientListenerOperation newAddClientListenerOperation(Object listener, DataFormat dataFormat)
-
newAddClientListenerOperation
public AddClientListenerOperation newAddClientListenerOperation(Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat)
-
newRemoveClientListenerOperation
public RemoveClientListenerOperation newRemoveClientListenerOperation(Object listener)
-
newPingOperation
public PingOperation newPingOperation(boolean releaseChannel)
Construct a ping request directed to a particular node.- Parameters:
releaseChannel-- Returns:
- a ping operation for a particular node
-
newFaultTolerantPingOperation
public FaultTolerantPingOperation newFaultTolerantPingOperation()
Construct a fault tolerant ping request. This operation should be capable to deal with nodes being down, so it will find the first node successful node to respond to the ping.- Returns:
- a ping operation for the cluster
-
newQueryOperation
public QueryOperation newQueryOperation(RemoteQuery<?> remoteQuery, DataFormat dataFormat)
-
newSizeOperation
public SizeOperation newSizeOperation()
-
newExecuteOperation
public <T> ExecuteOperation<T> newExecuteOperation(String taskName, Map<String,byte[]> marshalledParams, Object key, DataFormat dataFormat)
-
newAdminOperation
public AdminOperation newAdminOperation(String taskName, Map<String,byte[]> marshalledParams)
-
flags
public int flags()
-
setFlags
public void setFlags(Flag[] flags)
-
setFlags
public void setFlags(int intFlags)
-
hasFlag
public boolean hasFlag(Flag flag)
-
getCacheTopologyInfo
public CacheTopologyInfo getCacheTopologyInfo()
-
getPrimarySegmentsByAddress
public Map<SocketAddress,Set<Integer>> getPrimarySegmentsByAddress()
Returns a map containing for each address all of its primarily owned segments. If the primary segments are not known an empty map will be returned instead- Returns:
- map containing addresses and their primary segments
-
getConsistentHash
public ConsistentHash getConsistentHash()
-
getTopologyId
public int getTopologyId()
-
newIterationStartOperation
public IterationStartOperation newIterationStartOperation(String filterConverterFactory, byte[][] filterParameters, org.infinispan.commons.util.IntSet segments, int batchSize, boolean metadata, DataFormat dataFormat, SocketAddress targetAddress)
-
newIterationEndOperation
public IterationEndOperation newIterationEndOperation(byte[] iterationId, io.netty.channel.Channel channel)
-
newIterationNextOperation
public <K,E> IterationNextOperation<K,E> newIterationNextOperation(byte[] iterationId, io.netty.channel.Channel channel, KeyTracker segmentKeyTracker, DataFormat dataFormat)
-
newGetStreamOperation
public <K> GetStreamOperation newGetStreamOperation(K key, byte[] keyBytes, int offset)
-
newPutStreamOperation
public <K> PutStreamOperation newPutStreamOperation(K key, byte[] keyBytes, long version, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit)
-
newPutStreamOperation
public <K> PutStreamOperation newPutStreamOperation(K key, byte[] keyBytes, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit)
-
newPutIfAbsentStreamOperation
public <K> PutStreamOperation newPutIfAbsentStreamOperation(K key, byte[] keyBytes, long lifespan, TimeUnit lifespanUnit, long maxIdle, TimeUnit maxIdleUnit)
-
newAuthMechListOperation
public AuthMechListOperation newAuthMechListOperation(io.netty.channel.Channel channel)
-
newAuthOperation
public AuthOperation newAuthOperation(io.netty.channel.Channel channel, String saslMechanism, byte[] response)
-
newPrepareTransactionOperation
public PrepareTransactionOperation newPrepareTransactionOperation(Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs)
-
-