Class LogAggregationIndexedFileController.IndexedFileLogMeta

java.lang.Object
org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.LogAggregationIndexedFileController.IndexedFileLogMeta
All Implemented Interfaces:
Serializable
Enclosing class:
LogAggregationIndexedFileController

@Private @VisibleForTesting public static class LogAggregationIndexedFileController.IndexedFileLogMeta extends Object implements Serializable
This IndexedFileLogMeta includes the meta information for a single file which would be aggregated in one Log aggregation cycle.
See Also:
  • Constructor Details

    • IndexedFileLogMeta

      public IndexedFileLogMeta()
  • Method Details

    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • getFileSize

      public long getFileSize()
    • setFileSize

      public void setFileSize(long fileSize)
    • getFileCompressedSize

      public long getFileCompressedSize()
    • setFileCompressedSize

      public void setFileCompressedSize(long fileCompressedSize)
    • getLastModifiedTime

      public long getLastModifiedTime()
    • setLastModifiedTime

      public void setLastModifiedTime(long lastModifiedTime)
    • getStartIndex

      public long getStartIndex()
    • setStartIndex

      public void setStartIndex(long startIndex)
    • getContainerId

      public String getContainerId()
    • setContainerId

      public void setContainerId(String containerId)