Interface | Description |
---|---|
DataStructureDataChangeListener |
User needs to implement this interface in order to receive datastructure changed notifications.
|
Class | Description |
---|---|
DataStructureEventArg |
This object is received when a collection event is raised and delegate
DataStructureDataChangeListener.onDataStructureChanged(java.lang.String, com.alachisoft.ncache.runtime.events.DataStructureEventArg) is executed. |
Enum | Description |
---|---|
DataTypeEventDataFilter |
This enum is to describe when registering a collection event, upon
raise how much data is retrieved from cache when the event is raised.
|
EventDataFilter |
NCache provides an enum EventDataFilter to specify how much data should be retrieved from cache when a notification is raised.
|
EventType |
NCache provides an EventType enum which specifies the type of event to be registered by the user.
|
ListenerType |
This enum provides onfo about the behavior of the notifications.
|