| Modifier and Type | Field and Description |
|---|---|
protected OperationsFactory |
RemoteCacheImpl.operationsFactory |
| Modifier and Type | Method and Description |
|---|---|
OperationsFactory |
DelegatingRemoteCache.getOperationsFactory() |
OperationsFactory |
InternalRemoteCache.getOperationsFactory() |
OperationsFactory |
RemoteCacheImpl.getOperationsFactory() |
| Modifier and Type | Method and Description |
|---|---|
static CompletionStage<Boolean> |
Util.checkTransactionSupport(String cacheName,
OperationsFactory factory) |
static boolean |
Util.checkTransactionSupport(String cacheName,
OperationsFactory factory,
Log log) |
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) |
| Constructor and Description |
|---|
RemoteCacheManagerAdminImpl(RemoteCacheManager cacheManager,
OperationsFactory operationsFactory,
EnumSet<CacheContainerAdmin.AdminFlag> flags,
Consumer<String> remover) |
| Constructor and Description |
|---|
RemotePublisher(OperationsFactory operationsFactory,
Marshaller marshaller,
String filterConverterFactory,
byte[][] filterParams,
Set<Integer> segments,
int batchSize,
boolean metadata,
DataFormat dataFormat) |
| Constructor and Description |
|---|
FaultTolerantPingOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
OperationsFactory operationsFactory) |
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) |
| Modifier and Type | Method and Description |
|---|---|
default <K> CloseableIterator<K> |
Codec.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize)
Creates a key iterator with the given batch size if applicable.
|
<K> CloseableIterator<K> |
Codec20.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize) |
<K> CloseableIterator<K> |
Codec23.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize) |
<K> CloseableIterator<K> |
Codec27.keyIterator(RemoteCache<K,?> remoteCache,
OperationsFactory operationsFactory,
IntSet segments,
int batchSize) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.