Class EventBatch

java.lang.Object
org.apache.hadoop.hdfs.inotify.EventBatch

@Public public class EventBatch extends Object
A batch of events that all happened on the same transaction ID.
  • Constructor Details

    • EventBatch

      public EventBatch(long txid, Event[] events)
  • Method Details

    • getTxid

      public long getTxid()
    • getEvents

      public Event[] getEvents()