Modifier and Type | Method and Description |
---|---|
static ContainerLogsRetentionPolicy |
ContainerLogsRetentionPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerLogsRetentionPolicy[] |
ContainerLogsRetentionPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected void |
LogAggregationService.initAppAggregator(ApplicationId appId,
String user,
Credentials credentials,
ContainerLogsRetentionPolicy logRetentionPolicy,
Map<ApplicationAccessType,String> appAcls) |
Constructor and Description |
---|
AppLogAggregatorImpl(Dispatcher dispatcher,
DeletionService deletionService,
Configuration conf,
ApplicationId appId,
UserGroupInformation userUgi,
LocalDirsHandlerService dirsHandler,
Path remoteNodeLogFileForApp,
ContainerLogsRetentionPolicy retentionPolicy,
Map<ApplicationAccessType,String> appAcls) |
Modifier and Type | Method and Description |
---|---|
ContainerLogsRetentionPolicy |
LogHandlerAppStartedEvent.getLogRetentionPolicy() |
Constructor and Description |
---|
LogHandlerAppStartedEvent(ApplicationId appId,
String user,
Credentials credentials,
ContainerLogsRetentionPolicy retentionPolicy,
Map<ApplicationAccessType,String> appAcls) |
Copyright © 2013 Apache Software Foundation. All rights reserved.