KeyType - Type of the key object in this event, from the key type used in the map being queriedValueType - Type of the value object in this event, from the value type used in the map being queried@Deprecated public interface ContinuousQueryNotificationEvent<KeyType,ValueType>
| Modifier and Type | Interface and Description |
|---|---|
static class |
ContinuousQueryNotificationEvent.Reason
Deprecated.
Indicates the reason a notification event has occurred for this cache entry.
|
| Modifier and Type | Method and Description |
|---|---|
KeyType |
getKey()
Deprecated.
Retrieve the key of the cache entry that triggered this notification.
|
ContinuousQueryNotificationEvent.Reason |
getReason()
Deprecated.
Retrieve the reason for this notification event
|
SessionHandle |
getSessionHandle()
Deprecated.
Retrieve a SessionHandle object which can be used to retrieve the cache entry that triggered this notification.
|
ValueType |
getValue()
Deprecated.
Retrieve the value of the cache entry that triggered this notification, if the query was configured to return
the value object for matches.
|
boolean |
isKeysOnly()
Deprecated.
If true, this notification only includes the key of the matching cache entry.
|
KeyType getKey()
ValueType getValue()
SessionHandle getSessionHandle()
MapSet.getPlacementStrategy(),
Session.setSessionHandle(SessionHandle)ContinuousQueryNotificationEvent.Reason getReason()
boolean isKeysOnly()
getValue()