| Modifier and Type | Method and Description |
|---|---|
Configuration |
RemoteCacheContainer.getConfiguration()
Retrieves the configuration currently in use.
|
Configuration |
RemoteCacheManager.getConfiguration() |
| Constructor and Description |
|---|
RemoteCacheManager(Configuration configuration)
Create a new RemoteCacheManager using the supplied
Configuration. |
RemoteCacheManager(Configuration configuration,
boolean start)
Create a new RemoteCacheManager using the supplied
Configuration. |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
AbstractConfigurationChildBuilder.build() |
Configuration |
ConfigurationBuilder.build() |
Configuration |
ConfigurationChildBuilder.build()
Builds a configuration object
|
Configuration |
ConfigurationBuilder.build(boolean validate) |
Configuration |
ConfigurationBuilder.create() |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationBuilder |
ConfigurationBuilder.read(Configuration template) |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteCounterManager.start(ChannelFactory channelFactory,
Codec codec,
Configuration configuration,
ClientListenerNotifier listenerNotifier) |
| Constructor and 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,
boolean useConsistentHash) |
CompareAndSwapOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg,
String counterName,
long expect,
long update,
CounterConfiguration counterConfiguration) |
DefineCounterOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg,
String counterName,
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,
boolean useConsistentHash) |
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,
boolean useConsistentHash) |
ResetOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg,
String counterName,
boolean useConsistentHash) |
| Constructor and Description |
|---|
ClientListenerNotifier(Codec codec,
Marshaller marshaller,
ChannelFactory channelFactory,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegatingRemoteCache.init(Marshaller marshaller,
OperationsFactory operationsFactory,
Configuration configuration) |
void |
InternalRemoteCache.init(Marshaller marshaller,
OperationsFactory operationsFactory,
Configuration configuration) |
void |
RemoteCacheImpl.init(Marshaller marshaller,
OperationsFactory operationsFactory,
Configuration configuration)
Inititalize without mbeans
|
void |
DelegatingRemoteCache.init(Marshaller marshaller,
OperationsFactory operationsFactory,
Configuration configuration,
ObjectName jmxParent) |
void |
InternalRemoteCache.init(Marshaller marshaller,
OperationsFactory operationsFactory,
Configuration configuration,
ObjectName jmxParent) |
void |
RemoteCacheImpl.init(Marshaller marshaller,
OperationsFactory operationsFactory,
Configuration configuration,
ObjectName jmxParent) |
static boolean |
ConfigurationProperties.isVersionPre12(Configuration cfg)
Is version previous to, and not including, 1.2?
|
| Constructor and Description |
|---|
TopologyInfo(AtomicInteger topologyId,
Collection<SocketAddress> initialServers,
Configuration configuration) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsistentHashFactory.init(Configuration configuration) |
| Constructor and Description |
|---|
ContainsEntryMultimapOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
byte[] value,
ClientStatistics clientStatistics) |
ContainsKeyMultimapOperation(Codec codec,
ChannelFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ClientStatistics clientStatistics) |
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,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
GetKeyWithMetadataMultimapOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
MultimapOperationsFactory(ChannelFactory channelFactory,
String cacheName,
Codec codec,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
RemoveEntryMultimapOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
byte[] value,
ClientStatistics clientStatistics) |
RemoveKeyMultimapOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ClientStatistics clientStatistics) |
SizeMultimapOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
| Modifier and Type | Field and Description |
|---|---|
protected Configuration |
HotRodOperation.cfg |
| Constructor and Description |
|---|
AbstractKeyOperation(short requestCode,
short responseCode,
Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
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,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
ExecuteOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
String taskName,
Map<String,byte[]> marshalledParams,
Object key,
DataFormat dataFormat) |
FaultTolerantPingOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
OperationsFactory operationsFactory) |
GetAllOperation(Codec codec,
ChannelFactory channelFactory,
Set<byte[]> keys,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
GetAllParallelOperation(Codec codec,
ChannelFactory channelFactory,
Set<byte[]> keys,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
GetOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
GetStreamOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
int offset,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ClientStatistics clientStatistics) |
GetWithMetadataOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
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,
Codec codec,
ClientListenerNotifier listenerNotifier,
Configuration cfg) |
OperationsFactory(ChannelFactory channelFactory,
String cacheName,
boolean forceReturnValue,
Codec codec,
ClientListenerNotifier listenerNotifier,
Configuration cfg,
ClientStatistics clientStatistics) |
ParallelHotRodOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
PingOperation(Codec codec,
AtomicInteger topologyId,
Configuration cfg,
byte[] cacheName,
ChannelFactory channelFactory,
boolean releaseChannel,
OperationsFactory operationsFactory) |
PingOperation(short requestCode,
short responseCode,
Codec codec,
AtomicInteger topologyId,
Configuration cfg,
byte[] cacheName,
ChannelFactory channelFactory,
boolean releaseChannel,
OperationsFactory operationsFactory) |
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,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
QueryOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
RemoteQuery<?> remoteQuery,
DataFormat dataFormat) |
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,
ClientStatistics clientStatistics) |
RemoveOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
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,
ClientStatistics clientStatistics) |
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) |
StatsAffectingHotRodOperation(short requestCode,
short responseCode,
Codec codec,
int flags,
Configuration cfg,
byte[] cacheName,
AtomicInteger topologyId,
ChannelFactory channelFactory,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
StatsAffectingRetryingOperation(short requestCode,
short responseCode,
Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
StatsOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
| Constructor and Description |
|---|
TransactionOperationFactory(Configuration configuration,
ChannelFactory channelFactory,
Codec codec) |
| Constructor and Description |
|---|
CompleteTransactionOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg,
Xid xid,
boolean commit) |
ForgetTransactionOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg,
Xid xid) |
PrepareTransactionOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
Configuration cfg,
Xid xid,
boolean onePhaseCommit,
List<Modification> modifications,
boolean recoverable,
long timeoutMs) |
RecoveryOperation(Codec codec,
ChannelFactory channelFactory,
AtomicInteger topologyId,
Configuration cfg) |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
ChannelFactory.getConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
ChannelFactory.start(Codec codec,
Configuration configuration,
AtomicInteger defaultCacheTopologyId,
Marshaller marshaller,
ExecutorService executorService,
ClientListenerNotifier listenerNotifier,
Collection<Consumer<Set<SocketAddress>>> failedServerNotifier,
MarshallerRegistry marshallerRegistry) |
| Constructor and Description |
|---|
HeaderDecoder(Codec codec,
ChannelFactory channelFactory,
Configuration configuration,
ClientListenerNotifier listenerNotifier) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.