Package mondrian.spi

Interface SegmentCache.SegmentCacheListener.SegmentCacheEvent

  • Enclosing interface:
    SegmentCache.SegmentCacheListener

    public static interface SegmentCache.SegmentCacheListener.SegmentCacheEvent
    Defines the event types that a listener can look for.
    • Method Detail

      • getSource

        SegmentHeader getSource()
        Returns the segment header at the source of the event.
      • isLocal

        boolean isLocal()
        Tells whether or not this event was a local event or an event triggered by an operation on a remote node. If the implementation cannot differentiate or doesn't support remote nodes, always return false.