#include <ClientEvent.h>
infinispan::hotrod::event::ClientCacheEntryCustomEvent::ClientCacheEntryCustomEvent |
( |
std::vector< char > |
data, |
|
|
int |
commandRetried |
|
) |
| |
|
inline |
std::vector<char> infinispan::hotrod::event::ClientCacheEntryCustomEvent::getEventData |
( |
| ) |
|
|
inline |
Customized event data. It can be any type as long as it can be converted to binary format for shipping between the server and client.
- Returns
- an instance of the customised event data.
uint8_t infinispan::hotrod::event::ClientCacheEntryCustomEvent::getType |
( |
| ) |
|
|
inlinevirtual |
bool infinispan::hotrod::event::ClientCacheEntryCustomEvent::isCommandRetried |
( |
| ) |
|
|
inline |
This will be true if the write command that caused this had to be retried again due to a topology change. This could be a sign that this event has been duplicated or another event was dropped and replaced (eg: ModifiedEvent replaced CreateEvent)
- Returns
- Whether the command that caused this event was retried
The documentation for this class was generated from the following file:
- C:/cygwin64/tmp/build/source/jdg-cpp-client/infinispan-hotrod-cpp-8.5.0.Final-Source/include/infinispan/hotrod/ClientEvent.h