Uses of Class
org.infinispan.client.hotrod.configuration.Configuration
-
-
Uses of Configuration in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return Configuration Modifier and Type Method Description Configuration
RemoteCacheContainer. getConfiguration()
Retrieves the configuration currently in use.Configuration
RemoteCacheManager. getConfiguration()
Constructors in org.infinispan.client.hotrod with parameters of type Configuration Constructor Description RemoteCacheManager(Configuration configuration)
Create a new RemoteCacheManager using the suppliedConfiguration
.RemoteCacheManager(Configuration configuration, boolean start)
Create a new RemoteCacheManager using the suppliedConfiguration
. -
Uses of Configuration in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration that return Configuration Modifier and Type Method Description Configuration
AbstractConfigurationChildBuilder. build()
Configuration
ConfigurationBuilder. build()
Configuration
ConfigurationBuilder. build(boolean validate)
Configuration
ConfigurationChildBuilder. build()
Builds a configuration objectConfiguration
ConfigurationBuilder. create()
Methods in org.infinispan.client.hotrod.configuration with parameters of type Configuration Modifier and Type Method Description ConfigurationBuilder
ConfigurationBuilder. read(Configuration template)
-
Uses of Configuration in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl with parameters of type Configuration Modifier and Type Method Description void
RemoteCounterManager. start(ChannelFactory channelFactory, Codec codec, Configuration configuration, ClientListenerNotifier listenerNotifier)
-
Uses of Configuration in org.infinispan.client.hotrod.counter.operation
Constructors in org.infinispan.client.hotrod.counter.operation with parameters of type Configuration Constructor Description AddListenerOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName, byte[] listenerId, SocketAddress server)
AddOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName, long delta)
CompareAndSwapOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName, long expect, long update, org.infinispan.counter.api.CounterConfiguration counterConfiguration)
DefineCounterOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName, org.infinispan.counter.api.CounterConfiguration configuration)
GetConfigurationOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName)
GetCounterNamesOperation(Codec codec, ChannelFactory transportFactory, AtomicInteger topologyId, Configuration cfg)
GetValueOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName)
IsDefinedOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName)
RemoveListenerOperation(Codec codec, ChannelFactory transportFactory, AtomicInteger topologyId, Configuration cfg, String counterName, byte[] listenerId, SocketAddress server)
RemoveOperation(Codec codec, ChannelFactory transportFactory, AtomicInteger topologyId, Configuration cfg, String counterName)
ResetOperation(Codec codec, ChannelFactory channelFactory, AtomicInteger topologyId, Configuration cfg, String counterName)
-
Uses of Configuration in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type Configuration Modifier and Type Method Description static boolean
ConfigurationProperties. isVersionPre12(Configuration cfg)
Is version previous to, and not including, 1.2?Constructors in org.infinispan.client.hotrod.impl with parameters of type Configuration Constructor Description TopologyInfo(AtomicInteger topologyId, Collection<SocketAddress> initialServers, Configuration configuration)
-
Uses of Configuration in org.infinispan.client.hotrod.impl.consistenthash
Methods in org.infinispan.client.hotrod.impl.consistenthash with parameters of type Configuration Modifier and Type Method Description void
ConsistentHashFactory. init(Configuration configuration)
-
Uses of Configuration in org.infinispan.client.hotrod.impl.multimap.operations
Constructors in org.infinispan.client.hotrod.impl.multimap.operations with parameters of type Configuration Constructor Description ContainsEntryMultimapOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value)
ContainsKeyMultimapOperation(Codec codec, ChannelFactory transportFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
ContainsValueMultimapOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit)
GetKeyMultimapOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
GetKeyWithMetadataMultimapOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
MultimapOperationsFactory(ChannelFactory channelFactory, String cacheName, Codec codec, Configuration cfg)
PutKeyValueMultimapOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
RemoveEntryMultimapOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value)
RemoveKeyMultimapOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
SizeMultimapOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
-
Uses of Configuration in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as Configuration Modifier and Type Field Description protected Configuration
HotRodOperation. cfg
Constructors in org.infinispan.client.hotrod.impl.operations with parameters of type Configuration Constructor Description AbstractKeyOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
AbstractKeyValueOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
AddClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicInteger topologyId, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat)
AuthMechListOperation(Codec codec, AtomicInteger topologyId, Configuration cfg, io.netty.channel.Channel channel, ChannelFactory channelFactory)
AuthOperation(Codec codec, AtomicInteger topologyId, Configuration cfg, io.netty.channel.Channel channel, ChannelFactory channelFactory, String saslMechanism, byte[] response)
BulkGetKeysOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, int scope)
BulkGetOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, int entryCount)
ClearOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
ContainsKeyOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
ExecuteOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, String taskName, Map<String,byte[]> marshalledParams, Object key)
FaultTolerantPingOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
GetAllOperation(Codec codec, ChannelFactory channelFactory, Set<byte[]> keys, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
GetAllParallelOperation(Codec codec, ChannelFactory channelFactory, Set<byte[]> keys, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
GetOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
GetStreamOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, int offset, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
GetWithMetadataOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
GetWithVersionOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
Deprecated.HotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicInteger topologyId, ChannelFactory channelFactory)
HotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicInteger topologyId, ChannelFactory channelFactory, DataFormat dataFormat)
IterationEndOperation(Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicInteger topologyId, byte[] iterationId, ChannelFactory channelFactory, io.netty.channel.Channel channel)
IterationNextOperation(Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicInteger topologyId, byte[] iterationId, io.netty.channel.Channel channel, ChannelFactory channelFactory, KeyTracker segmentKeyTracker, DataFormat dataFormat)
OperationsFactory(ChannelFactory channelFactory, String cacheName, boolean forceReturnValue, Codec codec, ClientListenerNotifier listenerNotifier, Configuration cfg)
OperationsFactory(ChannelFactory channelFactory, Codec codec, Configuration cfg, ClientListenerNotifier listenerNotifier)
ParallelHotRodOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
PingOperation(Codec codec, AtomicInteger topologyId, Configuration cfg, byte[] cacheName, ChannelFactory channelFactory, boolean releaseChannel)
PutAllOperation(Codec codec, ChannelFactory channelFactory, Map<byte[],byte[]> map, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
PutAllParallelOperation(Codec codec, ChannelFactory channelFactory, Map<byte[],byte[]> map, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
PutIfAbsentOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
PutOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
PutStreamOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, long version, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit)
QueryOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, RemoteQuery remoteQuery)
RemoveClientListenerOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener)
RemoveIfUnmodifiedOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, long version, DataFormat dataFormat)
RemoveOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
ReplaceIfUnmodifiedOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, long version, DataFormat dataFormat)
ReplaceOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat)
RetryOnFailureOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg, DataFormat dataFormat)
SizeOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
StatsOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicInteger topologyId, int flags, Configuration cfg)
-
Uses of Configuration in org.infinispan.client.hotrod.impl.transport
Methods in org.infinispan.client.hotrod.impl.transport with parameters of type Configuration Modifier and Type Method Description void
TransportFactory. start(Codec codec, Configuration configuration, AtomicInteger topologyId, ClientListenerNotifier listenerNotifier, Collection<Consumer<Set<SocketAddress>>> failedServerNotifier)
Deprecated. -
Uses of Configuration in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return Configuration Modifier and Type Method Description Configuration
ChannelFactory. getConfiguration()
Methods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type Configuration Modifier and Type Method Description void
ChannelFactory. start(Codec codec, Configuration configuration, AtomicInteger defaultCacheTopologyId, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, Collection<Consumer<Set<SocketAddress>>> failedServerNotifier, MarshallerRegistry marshallerRegistry)
Constructors in org.infinispan.client.hotrod.impl.transport.netty with parameters of type Configuration Constructor Description HeaderDecoder(Codec codec, ChannelFactory channelFactory, Configuration configuration, ClientListenerNotifier listenerNotifier)
-