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