the event source
the gRPC
MapEventResponse
from the server
the Serializer to use to deserialize in-bound MapEvents
.
Protected
_idEvent id; may be one of ENTRY_INSERTED, ENTRY_UPDATED, or ENTRY_DELETED.
Protected
Optional
_keyThe deserialized key.
Protected
_nameThe name of cache from which the event originated.
Protected
Optional
_newThe deserialized new value.
Protected
Optional
_oldThe deserialized old value.
Protected
_sourceThe event source.
Protected
keySerialized representation of the cache key associated with this event.
Protected
Optional
newSerialized representation of the new cache value associated with this event.
Protected
Optional
oldSerialized representation of the old cache value associated with this event.
Protected
serializerThe Serializer to use to deserialize in-bound MapEvents
.
Static
Readonly
ENTRY_This event indicates that an entry has been removed from the map.
Static
Readonly
ENTRY_This event indicates that an entry has been added to the map.
Static
Readonly
ENTRY_This event indicates that an entry has been updated in the map.
Return a string
description for the event.
This may be one of:
inserted
updated
deleted
a string
description for the event
Return the event ID. This may be one of:
the event ID
Return the key for the entry generating the event.
the key for the entry generating the event
Return the cache name from which the event originated.
the cache name from which the event originated
Return the new value for the entry generating the event.
the new value, if any, for the entry generating the event
Return the old value for the entry generating the event.
the old value, if any, for the entry generating the event
Return the event source.
the event source
Constructs a new
MapEvent