public class FlowFileRepositorySchema extends BaseSchema
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
alwaysSync |
static String |
CHECKPOINT_INTERVAL_KEY |
private String |
checkpointInterval |
static boolean |
DEFAULT_ALWAYS_SYNC |
static String |
DEFAULT_CHECKPOINT_INTERVAL |
static int |
DEFAULT_PARTITIONS |
private Number |
partitions |
static String |
PARTITIONS_KEY |
private SwapSchema |
swapProperties |
IT_WAS_NOT_FOUND_AND_IT_IS_REQUIRED, mapSupplier, validationIssues| Constructor and Description |
|---|
FlowFileRepositorySchema() |
FlowFileRepositorySchema(Map map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlwaysSync() |
String |
getCheckpointInterval() |
Number |
getPartitions() |
SwapSchema |
getSwapProperties() |
Map<String,Object> |
toMap() |
addIssuesIfNotNull, addValidationIssue, getAndValidate, getAndValidateNotNull, getMapAsType, getMapAsType, getOptionalKeyAsType, getRequiredKeyAsType, getValidationIssues, getValidationIssuesAsString, isValid, nullToEmpty, nullToEmpty, nullToEmpty, putIfNotNull, putListIfNotNull, transformListToTypepublic static final String PARTITIONS_KEY
public static final String CHECKPOINT_INTERVAL_KEY
public static final int DEFAULT_PARTITIONS
public static final String DEFAULT_CHECKPOINT_INTERVAL
public static final boolean DEFAULT_ALWAYS_SYNC
private Number partitions
private String checkpointInterval
private Boolean alwaysSync
private SwapSchema swapProperties
public FlowFileRepositorySchema()
public FlowFileRepositorySchema(Map map)
public Map<String,Object> toMap()
toMap in class BaseSchemapublic Number getPartitions()
public String getCheckpointInterval()
public boolean getAlwaysSync()
public SwapSchema getSwapProperties()
Copyright © 2016 Apache NiFi Project. All rights reserved.