public class ContentRepositorySchema extends BaseSchema
| Modifier and Type | Field and Description |
|---|---|
private Boolean |
alwaysSync |
static String |
CONTENT_CLAIM_MAX_APPENDABLE_SIZE_KEY |
static String |
CONTENT_CLAIM_MAX_FLOW_FILES_KEY |
private String |
contentClaimMaxAppendableSize |
private Number |
contentClaimMaxFlowFiles |
static boolean |
DEFAULT_ALWAYS_SYNC |
static String |
DEFAULT_CONTENT_CLAIM_MAX_APPENDABLE_SIZE |
static int |
DEFAULT_CONTENT_CLAIM_MAX_FLOW_FILES |
IT_WAS_NOT_FOUND_AND_IT_IS_REQUIRED, mapSupplier, validationIssues| Constructor and Description |
|---|
ContentRepositorySchema() |
ContentRepositorySchema(Map map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAlwaysSync() |
String |
getContentClaimMaxAppendableSize() |
Number |
getContentClaimMaxFlowFiles() |
Map<String,Object> |
toMap() |
addIssuesIfNotNull, addValidationIssue, getAndValidate, getAndValidateNotNull, getMapAsType, getMapAsType, getOptionalKeyAsType, getRequiredKeyAsType, getValidationIssues, getValidationIssuesAsString, isValid, nullToEmpty, nullToEmpty, nullToEmpty, putIfNotNull, putListIfNotNull, transformListToTypepublic static final String CONTENT_CLAIM_MAX_APPENDABLE_SIZE_KEY
public static final String CONTENT_CLAIM_MAX_FLOW_FILES_KEY
public static final String DEFAULT_CONTENT_CLAIM_MAX_APPENDABLE_SIZE
public static final int DEFAULT_CONTENT_CLAIM_MAX_FLOW_FILES
public static final boolean DEFAULT_ALWAYS_SYNC
private String contentClaimMaxAppendableSize
private Number contentClaimMaxFlowFiles
private Boolean alwaysSync
public ContentRepositorySchema()
public ContentRepositorySchema(Map map)
Copyright © 2016 Apache NiFi Project. All rights reserved.