Package | Description |
---|---|
org.infinispan.client.hotrod.impl | |
org.infinispan.client.hotrod.impl.multimap.operations | |
org.infinispan.client.hotrod.impl.operations |
Modifier and Type | Field and Description |
---|---|
protected ClientStatistics |
RemoteCacheImpl.clientStatistics |
Modifier and Type | Method and Description |
---|---|
ClientStatistics |
DelegatingRemoteCache.clientStatistics() |
ClientStatistics |
InternalRemoteCache.clientStatistics() |
ClientStatistics |
RemoteCacheImpl.clientStatistics() |
static ClientStatistics |
ClientStatistics.dummyClientStatistics(TimeService timeService)
It returns a
ClientStatistics instance to be used when the statistics aren't needed. |
Constructor and Description |
---|
RemoteCacheImpl(RemoteCacheManager rcm,
String name,
ClientStatistics clientStatistics) |
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) |
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) |
Modifier and Type | Field and Description |
---|---|
protected ClientStatistics |
StatsAffectingHotRodOperation.clientStatistics |
protected ClientStatistics |
StatsAffectingRetryingOperation.clientStatistics |
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) |
BulkGetKeysOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
int scope,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
ContainsKeyOperation(Codec codec,
ChannelFactory channelFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
DataFormat dataFormat,
ClientStatistics clientStatistics) |
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) |
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) |
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) |
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) |
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) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.