public class CorePropertiesSchema extends BaseSchema
| Modifier and Type | Field and Description |
|---|---|
static String |
ADMINISTRATIVE_YIELD_DURATION_KEY |
private String |
administrativeYieldDuration |
static String |
BORED_YIELD_DURATION_KEY |
private String |
boredYieldDuration |
static String |
DEFAULT_ADMINISTRATIVE_YIELD_DURATION |
static String |
DEFAULT_BORED_YIELD_DURATION |
static String |
DEFAULT_FLOW_CONTROLLER_GRACEFUL_SHUTDOWN_PERIOD |
static String |
DEFAULT_FLOW_SERVICE_WRITE_DELAY_INTERVAL |
static int |
DEFAULT_MAX_CONCURRENT_THREADS |
static String |
FLOW_CONTROLLER_SHUTDOWN_PERIOD_KEY |
static String |
FLOW_SERVICE_WRITE_DELAY_INTERVAL_KEY |
private String |
flowControllerGracefulShutdownPeriod |
private String |
flowServiceWriteDelayInterval |
private Number |
maxConcurrentThreads |
IT_WAS_NOT_FOUND_AND_IT_IS_REQUIRED, mapSupplier, validationIssues| Constructor and Description |
|---|
CorePropertiesSchema() |
CorePropertiesSchema(Map map) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdministrativeYieldDuration() |
String |
getBoredYieldDuration() |
String |
getFlowControllerGracefulShutdownPeriod() |
String |
getFlowServiceWriteDelayInterval() |
Number |
getMaxConcurrentThreads() |
Map<String,Object> |
toMap() |
addIssuesIfNotNull, addValidationIssue, getAndValidate, getAndValidateNotNull, getMapAsType, getMapAsType, getOptionalKeyAsType, getRequiredKeyAsType, getValidationIssues, getValidationIssuesAsString, isValid, nullToEmpty, nullToEmpty, nullToEmpty, putIfNotNull, putListIfNotNull, transformListToTypepublic static final String FLOW_CONTROLLER_SHUTDOWN_PERIOD_KEY
public static final String FLOW_SERVICE_WRITE_DELAY_INTERVAL_KEY
public static final String ADMINISTRATIVE_YIELD_DURATION_KEY
public static final String BORED_YIELD_DURATION_KEY
public static final String DEFAULT_FLOW_CONTROLLER_GRACEFUL_SHUTDOWN_PERIOD
public static final String DEFAULT_FLOW_SERVICE_WRITE_DELAY_INTERVAL
public static final String DEFAULT_ADMINISTRATIVE_YIELD_DURATION
public static final String DEFAULT_BORED_YIELD_DURATION
public static final int DEFAULT_MAX_CONCURRENT_THREADS
private String flowControllerGracefulShutdownPeriod
private String flowServiceWriteDelayInterval
private String administrativeYieldDuration
private String boredYieldDuration
private Number maxConcurrentThreads
public CorePropertiesSchema()
public CorePropertiesSchema(Map map)
public Map<String,Object> toMap()
toMap in class BaseSchemapublic String getFlowControllerGracefulShutdownPeriod()
public String getFlowServiceWriteDelayInterval()
public String getAdministrativeYieldDuration()
public String getBoredYieldDuration()
public Number getMaxConcurrentThreads()
Copyright © 2016 Apache NiFi Project. All rights reserved.