Class FileLock.LogEntry

java.lang.Object
org.apache.storm.hdfs.spout.FileLock.LogEntry
Enclosing class:
FileLock

public static class FileLock.LogEntry extends Object
  • Field Details

    • eventTime

      public final long eventTime
    • componentId

      public final String componentId
    • fileOffset

      public final String fileOffset
  • Constructor Details

    • LogEntry

      public LogEntry(long eventtime, String componentId, String fileOffset)
  • Method Details