public static class LogAggregationIndexedFileController.IndexedPerAggregationLogMeta extends Object implements Serializable
| Constructor and Description | 
|---|
| IndexedPerAggregationLogMeta() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addContainerLogMeta(String containerId,
                   List<LogAggregationIndexedFileController.IndexedFileLogMeta> logMeta) | 
| List<LogAggregationIndexedFileController.IndexedFileLogMeta> | getContainerLogMeta(String containerId) | 
| Map<String,List<LogAggregationIndexedFileController.IndexedFileLogMeta>> | getLogMetas() | 
| String | getRemoteNodeFile() | 
| long | getUploadTimeStamp() | 
| void | setRemoteNodeFile(String remoteNodeLogFileName) | 
| void | setUploadTimeStamp(long uploadTimeStamp) | 
public String getRemoteNodeFile()
public void setRemoteNodeFile(String remoteNodeLogFileName)
public void addContainerLogMeta(String containerId, List<LogAggregationIndexedFileController.IndexedFileLogMeta> logMeta)
public List<LogAggregationIndexedFileController.IndexedFileLogMeta> getContainerLogMeta(String containerId)
public Map<String,List<LogAggregationIndexedFileController.IndexedFileLogMeta>> getLogMetas()
public long getUploadTimeStamp()
public void setUploadTimeStamp(long uploadTimeStamp)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.