Class FileLock.LogEntry

  • Enclosing class:
    FileLock

    public static class FileLock.LogEntry
    extends Object
    • Field Detail

      • eventTime

        public final long eventTime
      • componentId

        public final String componentId
      • fileOffset

        public final String fileOffset
    • Constructor Detail

      • LogEntry

        public LogEntry​(long eventtime,
                        String componentId,
                        String fileOffset)