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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglongvoidsetContainerId(String containerId) voidsetFileCompressedSize(long fileCompressedSize) voidsetFileName(String fileName) voidsetFileSize(long fileSize) voidsetLastModifiedTime(long lastModifiedTime) voidsetStartIndex(long startIndex)
-
Constructor Details
-
IndexedFileLogMeta
public IndexedFileLogMeta()
-
-
Method Details
-
getFileName
-
setFileName
-
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
-
setContainerId
-