Package | Description |
---|---|
org.infinispan.client.hotrod.event |
Hot Rod client remote event API.
|
org.infinispan.client.hotrod.impl.protocol | |
org.infinispan.client.hotrod.logging |
Modifier and Type | Interface and Description |
---|---|
interface |
ClientCacheEntryCreatedEvent<K>
Client side cache entry created events provide information on the created
key, and the version of the entry.
|
interface |
ClientCacheEntryCustomEvent<T>
The events generated by default contain just enough information to make the
event relevant but they avoid cramming too much information in order to reduce
the cost of sending them.
|
interface |
ClientCacheEntryExpiredEvent<K>
Client side cache entry expired events provide information on the expired key.
|
interface |
ClientCacheEntryModifiedEvent<K>
Client side cache entry modified events provide information on the modified
key, and the version of the entry after the modification.
|
interface |
ClientCacheEntryRemovedEvent<K>
Client side cache entry removed events provide information on the removed key.
|
interface |
ClientCacheFailoverEvent
Event received when the registered listener fails over to a different node.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientListenerNotifier.invokeEvent(byte[] listenerId,
ClientEvent clientEvent) |
Modifier and Type | Method and Description |
---|---|
protected ClientEvent |
Codec21.createExpiredEvent(Object key) |
protected ClientEvent |
Codec20.createRemovedEvent(Object key,
boolean isRetried) |
ClientEvent |
Codec10.readEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
ClientEvent |
Codec.readEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
ClientEvent |
Codec20.readEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
protected ClientEvent |
Codec20.readPartialEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller,
short eventTypeId,
List<String> whitelist) |
protected ClientEvent |
Codec21.readPartialEvent(Transport transport,
byte[] expectedListenerId,
Marshaller marshaller,
short eventTypeId,
List<String> whitelist) |
Modifier and Type | Method and Description |
---|---|
Either<Short,ClientEvent> |
Codec10.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
Either<Short,ClientEvent> |
Codec.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
Either<Short,ClientEvent> |
Codec20.readHeaderOrEvent(Transport transport,
HeaderParams params,
byte[] expectedListenerId,
Marshaller marshaller,
List<String> whitelist) |
Modifier and Type | Method and Description |
---|---|
void |
Log.unexpectedErrorConsumingEvent(ClientEvent clientEvent,
Throwable t) |
void |
Log_$logger.unexpectedErrorConsumingEvent(ClientEvent clientEvent,
Throwable t) |
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.