public interface PersistencePolicies
ServiceRecord
Modifier and Type | Field and Description |
---|---|
static String |
APPLICATION
Remove when the YARN application defined in the id field
terminates: "application".
|
static String |
APPLICATION_ATTEMPT
Remove when the current YARN application attempt ID finishes: "application-attempt".
|
static String |
CONTAINER
Remove when the YARN container in the ID field finishes: "container"
|
static String |
PERMANENT
The record persists until removed manually: "permanent".
|
static final String PERMANENT
static final String APPLICATION
static final String APPLICATION_ATTEMPT
static final String CONTAINER
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.