Uses of Class
org.infinispan.client.hotrod.configuration.Configuration
Packages that use Configuration
Package
Description
Hot Rod client API.
Hot Rod client configuration API.
-
Uses of Configuration in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod that return ConfigurationModifier and TypeMethodDescriptionRemoteCacheContainer.getConfiguration()Retrieves the configuration currently in use.RemoteCacheManager.getConfiguration()Constructors in org.infinispan.client.hotrod with parameters of type ConfigurationModifierConstructorDescriptionRemoteCacheManager(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 ConfigurationModifier and TypeMethodDescriptionAbstractConfigurationChildBuilder.build()ConfigurationBuilder.build()ConfigurationBuilder.build(boolean validate) ConfigurationChildBuilder.build()Builds a configuration objectConfigurationBuilder.create()Methods in org.infinispan.client.hotrod.configuration with parameters of type ConfigurationModifier and TypeMethodDescriptionConfigurationBuilder.read(Configuration template) ConfigurationBuilder.read(Configuration template, org.infinispan.commons.configuration.Combine combine) -
Uses of Configuration in org.infinispan.client.hotrod.counter.impl
Methods in org.infinispan.client.hotrod.counter.impl with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidRemoteCounterManager.start(ChannelFactory channelFactory, 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 ConfigurationModifierConstructorDescriptionAddListenerOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, byte[] listenerId, SocketAddress server) AddOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, long delta, boolean useConsistentHash) CompareAndSwapOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, long expect, long update, org.infinispan.counter.api.CounterConfiguration counterConfiguration) DefineCounterOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, org.infinispan.counter.api.CounterConfiguration configuration) GetConfigurationOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName) GetCounterNamesOperation(ChannelFactory transportFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg) GetValueOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, boolean useConsistentHash) IsDefinedOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> clientTopology, Configuration cfg, String counterName) RemoveListenerOperation(ChannelFactory transportFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, byte[] listenerId, SocketAddress server) RemoveOperation(ChannelFactory transportFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, boolean useConsistentHash) ResetOperation(ChannelFactory channelFactory, AtomicReference<ClientTopology> topologyId, Configuration cfg, String counterName, boolean useConsistentHash) -
Uses of Configuration in org.infinispan.client.hotrod.event.impl
Constructors in org.infinispan.client.hotrod.event.impl with parameters of type ConfigurationModifierConstructorDescriptionClientListenerNotifier(org.infinispan.commons.marshall.Marshaller marshaller, ChannelFactory channelFactory, Configuration configuration) -
Uses of Configuration in org.infinispan.client.hotrod.impl
Methods in org.infinispan.client.hotrod.impl with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidDelegatingRemoteCache.init(OperationsFactory operationsFactory, Configuration configuration) voidDelegatingRemoteCache.init(OperationsFactory operationsFactory, Configuration configuration, ObjectName jmxParent) voidInternalRemoteCache.init(OperationsFactory operationsFactory, Configuration configuration) voidInternalRemoteCache.init(OperationsFactory operationsFactory, Configuration configuration, ObjectName jmxParent) voidRemoteCacheImpl.init(OperationsFactory operationsFactory, Configuration configuration) Inititalize without mbeansvoidRemoteCacheImpl.init(OperationsFactory operationsFactory, Configuration configuration, ObjectName jmxParent) static booleanConfigurationProperties.isVersionPre12(Configuration cfg) Is version previous to, and not including, 1.2?Constructors in org.infinispan.client.hotrod.impl with parameters of type Configuration -
Uses of Configuration in org.infinispan.client.hotrod.impl.consistenthash
Methods in org.infinispan.client.hotrod.impl.consistenthash with parameters of type 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 ConfigurationModifierConstructorDescriptionAbstractMultimapKeyOperation(short requestCode, short responseCode, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates) protectedAbstractMultimapKeyValueOperation(short requestCode, short responseCode, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates) ContainsEntryMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, ClientStatistics clientStatistics, boolean supportsDuplicates) ContainsKeyMultimapOperation(ChannelFactory transportFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientStatistics clientStatistics, boolean supportsDuplicates) protectedContainsValueMultimapOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, boolean supportsDuplicates) GetKeyMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates) GetKeyWithMetadataMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates) MultimapOperationsFactory(ChannelFactory channelFactory, String cacheName, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics) PutKeyValueMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, boolean supportsDuplicates) RemoveEntryMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, ClientStatistics clientStatistics, boolean supportsDuplicates) RemoveKeyMultimapOperation(ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientStatistics clientStatistics, boolean supportsDuplicates) protectedSizeMultimapOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, boolean supportsDuplicates) -
Uses of Configuration in org.infinispan.client.hotrod.impl.operations
Fields in org.infinispan.client.hotrod.impl.operations declared as ConfigurationConstructors in org.infinispan.client.hotrod.impl.operations with parameters of type ConfigurationModifierConstructorDescriptionprotectedAbstractKeyOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) protectedAbstractKeyValueOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) protectedAddBloomNearCacheClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, DataFormat dataFormat, int bloomFilterBits, InternalRemoteCache<?, ?> remoteCache) protectedAddClientListenerOperation(Codec codec, ChannelFactory channelFactory, String cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener, byte[][] filterFactoryParams, byte[][] converterFactoryParams, DataFormat dataFormat, InternalRemoteCache<?, ?> remoteCache, TelemetryService telemetryService) AuthMechListOperation(Codec codec, AtomicReference<ClientTopology> clientTopology, Configuration cfg, io.netty.channel.Channel channel, ChannelFactory channelFactory) AuthOperation(Codec codec, AtomicReference<ClientTopology> clientTopology, Configuration cfg, io.netty.channel.Channel channel, ChannelFactory channelFactory, String saslMechanism, byte[] response) BulkGetKeysOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, int scope, DataFormat dataFormat, ClientStatistics clientStatistics) ClearOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, TelemetryService telemetryService) protectedClientListenerOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] listenerId, DataFormat dataFormat, Object listener, String cacheNameString, ClientListenerNotifier listenerNotifier, TelemetryService telemetryService) ContainsKeyOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics) protectedExecuteOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, String taskName, Map<String, byte[]> marshalledParams, Object key, DataFormat dataFormat) protectedFaultTolerantPingOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg) GetAllOperation(Codec codec, ChannelFactory channelFactory, Set<byte[]> keys, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics) protectedGetAllParallelOperation(Codec codec, ChannelFactory channelFactory, Set<byte[]> keys, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics) GetOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics) GetStreamOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, int offset, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientStatistics clientStatistics) GetWithMetadataOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, SocketAddress preferredServer) protectedHotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, ChannelFactory channelFactory) protectedHotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, ChannelFactory channelFactory, DataFormat dataFormat) protectedIterationEndOperation(Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, byte[] iterationId, ChannelFactory channelFactory, io.netty.channel.Channel channel) protectedIterationNextOperation(Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, byte[] iterationId, io.netty.channel.Channel channel, ChannelFactory channelFactory, KeyTracker segmentKeyTracker, DataFormat dataFormat) protectedNeutralVersionHotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, ChannelFactory channelFactory) OperationsFactory(ChannelFactory channelFactory, String cacheName, boolean forceReturnValue, ClientListenerNotifier listenerNotifier, Configuration cfg, ClientStatistics clientStatistics) OperationsFactory(ChannelFactory channelFactory, ClientListenerNotifier listenerNotifier, Configuration cfg) protectedParallelHotRodOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics) protectedPingOperation(short requestCode, short responseCode, Codec codec, AtomicReference<ClientTopology> clientTopology, Configuration cfg, byte[] cacheName, ChannelFactory channelFactory, boolean releaseChannel) PingOperation(Codec codec, AtomicReference<ClientTopology> clientTopology, Configuration cfg, byte[] cacheName, ChannelFactory channelFactory, boolean releaseChannel) PutAllOperation(Codec codec, ChannelFactory channelFactory, Map<byte[], byte[]> map, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) PutAllParallelOperation(Codec codec, ChannelFactory channelFactory, Map<byte[], byte[]> map, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) PutIfAbsentOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdleTime, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) PutOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) PutStreamOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, long version, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, ClientStatistics clientStatistics, TelemetryService telemetryService) QueryOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, RemoteQuery<?> remoteQuery, DataFormat dataFormat, boolean withHitCount) protectedRemoveClientListenerOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, ClientListenerNotifier listenerNotifier, Object listener) RemoveIfUnmodifiedOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, long version, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) RemoveOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) ReplaceIfUnmodifiedOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, long version, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) ReplaceOperation(Codec codec, ChannelFactory channelFactory, Object key, byte[] keyBytes, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, byte[] value, long lifespan, TimeUnit lifespanTimeUnit, long maxIdle, TimeUnit maxIdleTimeUnit, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) protectedRetryOnFailureOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, TelemetryService telemetryService) protectedSizeOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, TelemetryService telemetryService) protectedStatsAffectingHotRodOperation(short requestCode, short responseCode, Codec codec, int flags, Configuration cfg, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, ChannelFactory channelFactory, DataFormat dataFormat, ClientStatistics clientStatistics) protectedStatsAffectingRetryingOperation(short requestCode, short responseCode, Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, DataFormat dataFormat, ClientStatistics clientStatistics, TelemetryService telemetryService) StatsOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg) protectedUpdateBloomFilterOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, int flags, Configuration cfg, SocketAddress address, byte[] bloomBits) -
Uses of Configuration in org.infinispan.client.hotrod.impl.transaction
Constructors in org.infinispan.client.hotrod.impl.transaction with parameters of type ConfigurationModifierConstructorDescriptionTransactionOperationFactory(Configuration configuration, ChannelFactory channelFactory) -
Uses of Configuration in org.infinispan.client.hotrod.impl.transaction.operations
Constructors in org.infinispan.client.hotrod.impl.transaction.operations with parameters of type ConfigurationModifierConstructorDescriptionCompleteTransactionOperation(Codec codec, ChannelFactory channelFactory, AtomicReference<ClientTopology> clientTopology, Configuration cfg, Xid xid, boolean commit) ForgetTransactionOperation(Codec codec, ChannelFactory channelFactory, AtomicReference<ClientTopology> clientTopology, Configuration cfg, Xid xid) PrepareTransactionOperation(Codec codec, ChannelFactory channelFactory, byte[] cacheName, AtomicReference<ClientTopology> clientTopology, Configuration cfg, Xid xid, boolean onePhaseCommit, List<Modification> modifications, boolean recoverable, long timeoutMs) RecoveryOperation(Codec codec, ChannelFactory channelFactory, AtomicReference<ClientTopology> clientTopology, Configuration cfg) -
Uses of Configuration in org.infinispan.client.hotrod.impl.transport.netty
Methods in org.infinispan.client.hotrod.impl.transport.netty that return ConfigurationMethods in org.infinispan.client.hotrod.impl.transport.netty with parameters of type ConfigurationModifier and TypeMethodDescriptionvoidChannelFactory.start(Configuration configuration, org.infinispan.commons.marshall.Marshaller marshaller, ExecutorService executorService, ClientListenerNotifier listenerNotifier, MarshallerRegistry marshallerRegistry) Constructors in org.infinispan.client.hotrod.impl.transport.netty with parameters of type ConfigurationModifierConstructorDescriptionHeaderDecoder(ChannelFactory channelFactory, Configuration configuration, ClientListenerNotifier listenerNotifier)