public class ComponentStatusRepositorySchema extends BaseSchema
| Modifier and Type | Field and Description |
|---|---|
static String |
BUFFER_SIZE_KEY |
private Number |
bufferSize |
static int |
DEFAULT_BUFFER_SIZE |
static String |
DEFAULT_SNAPSHOT_FREQUENCY |
static String |
SNAPSHOT_FREQUENCY_KEY |
private String |
snapshotFrequency |
IT_WAS_NOT_FOUND_AND_IT_IS_REQUIRED, mapSupplier, validationIssues| Constructor and Description |
|---|
ComponentStatusRepositorySchema() |
ComponentStatusRepositorySchema(Map map) |
| Modifier and Type | Method and Description |
|---|---|
Number |
getBufferSize() |
String |
getSnapshotFrequency() |
Map<String,Object> |
toMap() |
addIssuesIfNotNull, addValidationIssue, getAndValidate, getAndValidateNotNull, getMapAsType, getMapAsType, getOptionalKeyAsType, getRequiredKeyAsType, getValidationIssues, getValidationIssuesAsString, isValid, nullToEmpty, nullToEmpty, nullToEmpty, putIfNotNull, putListIfNotNull, transformListToTypepublic static final String BUFFER_SIZE_KEY
public static final String SNAPSHOT_FREQUENCY_KEY
public static final int DEFAULT_BUFFER_SIZE
public static final String DEFAULT_SNAPSHOT_FREQUENCY
private Number bufferSize
private String snapshotFrequency
public ComponentStatusRepositorySchema()
public ComponentStatusRepositorySchema(Map map)
Copyright © 2016 Apache NiFi Project. All rights reserved.