Package | Description |
---|---|
org.infinispan.client.hotrod |
HotRod Client API
|
org.infinispan.client.hotrod.configuration |
HotRod Client Configuration API
|
org.infinispan.client.hotrod.impl.operations | |
org.infinispan.client.hotrod.impl.transport | |
org.infinispan.client.hotrod.impl.transport.tcp | |
org.infinispan.persistence.remote.configuration |
Configuration for
RemoteStore |
Modifier and Type | Field and Description |
---|---|
protected TransportFactory |
RemoteCacheManager.transportFactory |
Modifier and Type | Method and Description |
---|---|
Class<? extends TransportFactory> |
Configuration.transportFactory() |
Modifier and Type | Method and Description |
---|---|
ConfigurationBuilder |
AbstractConfigurationChildBuilder.transportFactory(Class<? extends TransportFactory> transportFactory) |
ConfigurationBuilder |
ConfigurationChildBuilder.transportFactory(Class<? extends TransportFactory> transportFactory)
Controls which transport to use.
|
ConfigurationBuilder |
ConfigurationBuilder.transportFactory(Class<? extends TransportFactory> transportFactory) |
Modifier and Type | Field and Description |
---|---|
protected TransportFactory |
ParallelHotRodOperation.transportFactory |
protected TransportFactory |
RetryOnFailureOperation.transportFactory |
protected TransportFactory |
RemoveClientListenerOperation.transportFactory |
Constructor and Description |
---|
AbstractKeyOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
AbstractKeyValueOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
byte[] value,
long lifespan,
TimeUnit lifespanTimeUnit,
long maxIdle,
TimeUnit maxIdleTimeUnit) |
AddClientListenerOperation(Codec codec,
TransportFactory transportFactory,
String cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ClientListenerNotifier listenerNotifier,
Object listener,
byte[][] filterFactoryParams,
byte[][] converterFactoryParams) |
BulkGetKeysOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
int scope) |
BulkGetOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
int entryCount) |
ClearOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
ContainsKeyOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
ExecuteOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
String taskName,
Map<String,byte[]> marshalledParams) |
FaultTolerantPingOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
GetAllOperation(Codec codec,
TransportFactory transportFactory,
Set<byte[]> keys,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
GetAllParallelOperation(Codec codec,
TransportFactory transportFactory,
Set<byte[]> keys,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ExecutorService executorService) |
GetOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
GetWithMetadataOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
GetWithVersionOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg)
Deprecated.
|
IterationEndOperation(Codec codec,
int flags,
Configuration cfg,
byte[] cacheName,
AtomicInteger topologyId,
String iterationId,
TransportFactory transportFactory,
Transport transport) |
OperationsFactory(TransportFactory transportFactory,
Codec codec,
ExecutorService executorService,
Configuration cfg) |
OperationsFactory(TransportFactory transportFactory,
String cacheName,
boolean forceReturnValue,
Codec codec,
ClientListenerNotifier listenerNotifier,
ExecutorService executorService,
Configuration cfg) |
ParallelHotRodOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ExecutorService executorService) |
PutAllOperation(Codec codec,
TransportFactory transportFactory,
Map<byte[],byte[]> map,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
long lifespan,
TimeUnit lifespanTimeUnit,
long maxIdle,
TimeUnit maxIdleTimeUnit) |
PutAllParallelOperation(Codec codec,
TransportFactory transportFactory,
Map<byte[],byte[]> map,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
long lifespan,
TimeUnit lifespanTimeUnit,
long maxIdle,
TimeUnit maxIdleTimeUnit,
ExecutorService executorService) |
PutIfAbsentOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
byte[] value,
long lifespan,
TimeUnit lifespanTimeUnit,
long maxIdleTime,
TimeUnit maxIdleTimeUnit) |
PutOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
byte[] value,
long lifespan,
TimeUnit lifespanTimeUnit,
long maxIdle,
TimeUnit maxIdleTimeUnit) |
QueryOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
RemoteQuery remoteQuery) |
RemoveClientListenerOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ClientListenerNotifier listenerNotifier,
Object listener) |
RemoveIfUnmodifiedOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
long version) |
RemoveOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
ReplaceIfUnmodifiedOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
byte[] value,
long lifespan,
TimeUnit lifespanTimeUnit,
long maxIdle,
TimeUnit maxIdleTimeUnit,
long version) |
ReplaceOperation(Codec codec,
TransportFactory transportFactory,
Object key,
byte[] keyBytes,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
byte[] value,
long lifespan,
TimeUnit lifespanTimeUnit,
long maxIdle,
TimeUnit maxIdleTimeUnit) |
RetryOnFailureOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
SizeOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
StatsOperation(Codec codec,
TransportFactory transportFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg) |
Modifier and Type | Method and Description |
---|---|
TransportFactory |
Transport.getTransportFactory() |
TransportFactory |
AbstractTransport.getTransportFactory() |
Constructor and Description |
---|
AbstractTransport(TransportFactory transportFactory) |
Modifier and Type | Class and Description |
---|---|
class |
TcpTransportFactory |
Constructor and Description |
---|
TcpTransport(SocketAddress serverAddress,
TransportFactory transportFactory) |
Modifier and Type | Method and Description |
---|---|
RemoteStoreConfigurationBuilder |
AbstractRemoteStoreConfigurationChildBuilder.transportFactory(Class<? extends TransportFactory> transportFactory) |
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationChildBuilder.transportFactory(Class<? extends TransportFactory> transportFactory)
Controls which transport to use.
|
RemoteStoreConfigurationBuilder |
RemoteStoreConfigurationBuilder.transportFactory(Class<? extends TransportFactory> transportFactory) |
Copyright © 2021 JBoss, a division of Red Hat. All rights reserved.