Class LogAggregationIndexedFileController.IndexedPerAggregationLogMeta
java.lang.Object
org.apache.hadoop.yarn.logaggregation.filecontroller.ifile.LogAggregationIndexedFileController.IndexedPerAggregationLogMeta
- All Implemented Interfaces:
Serializable
- Enclosing class:
- LogAggregationIndexedFileController
public static class LogAggregationIndexedFileController.IndexedPerAggregationLogMeta
extends Object
implements Serializable
This IndexedPerAggregationLogMeta includes the meta information
for all files which would be aggregated in one
Log aggregation cycle.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddContainerLogMeta(String containerId, List<LogAggregationIndexedFileController.IndexedFileLogMeta> logMeta) getContainerLogMeta(String containerId) longvoidsetRemoteNodeFile(String remoteNodeLogFileName) voidsetUploadTimeStamp(long uploadTimeStamp)
-
Constructor Details
-
IndexedPerAggregationLogMeta
public IndexedPerAggregationLogMeta()
-
-
Method Details
-
getRemoteNodeFile
-
setRemoteNodeFile
-
addContainerLogMeta
public void addContainerLogMeta(String containerId, List<LogAggregationIndexedFileController.IndexedFileLogMeta> logMeta) -
getContainerLogMeta
public List<LogAggregationIndexedFileController.IndexedFileLogMeta> getContainerLogMeta(String containerId) -
getLogMetas
-
getUploadTimeStamp
public long getUploadTimeStamp() -
setUploadTimeStamp
public void setUploadTimeStamp(long uploadTimeStamp)
-