| Package | Description |
|---|---|
| org.infinispan.client.hotrod |
Hot Rod client API.
|
| org.infinispan.client.hotrod.counter.impl | |
| org.infinispan.client.hotrod.impl.operations | |
| org.infinispan.client.hotrod.impl.transport.netty | |
| org.infinispan.client.hotrod.near |
| Modifier and Type | Field and Description |
|---|---|
protected ClientListenerNotifier |
RemoteCacheManager.listenerNotifier |
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteCounterManager.start(ChannelFactory channelFactory,
Codec codec,
Configuration configuration,
ClientListenerNotifier listenerNotifier) |
| Modifier and Type | Method and Description |
|---|---|
ClientListenerNotifier |
OperationsFactory.getListenerNotifier() |
| Constructor and Description |
|---|
AddClientListenerOperation(Codec codec,
ChannelFactory channelFactory,
String cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ClientListenerNotifier listenerNotifier,
Object listener,
byte[][] filterFactoryParams,
byte[][] converterFactoryParams,
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) |
RemoveClientListenerOperation(Codec codec,
ChannelFactory channelFactory,
byte[] cacheName,
AtomicInteger topologyId,
int flags,
Configuration cfg,
ClientListenerNotifier listenerNotifier,
Object listener) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> NearCacheService<K,V> |
NearCacheService.create(NearCacheConfiguration config,
ClientListenerNotifier listenerNotifier) |
| Constructor and Description |
|---|
NearCacheService(NearCacheConfiguration config,
ClientListenerNotifier listenerNotifier) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.