public static interface SegmentCache.SegmentCacheListener.SegmentCacheEvent
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType
Defined the possible types of events used by
 the  
SegmentCache.SegmentCacheListener class. | 
| Modifier and Type | Method and Description | 
|---|---|
SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType | 
getEventType()
Returns the event type of the current SegmentCacheEvent
 instance. 
 | 
SegmentHeader | 
getSource()
Returns the segment header at the source of the event. 
 | 
boolean | 
isLocal()
Tells whether or not this event was a local event or
 an event triggered by an operation on a remote node. 
 | 
SegmentCache.SegmentCacheListener.SegmentCacheEvent.EventType getEventType()
SegmentHeader getSource()
boolean isLocal()