Uses of Class
com.attivio.sdk.server.annotation.ConfigurationOption
-
Packages that use ConfigurationOption Package Description com.attivio.client Contains the Client Attivio API for adding content, submitting queries, and sending general purpose messages to an Attivio server.com.attivio.sdk.server.component.configuration Interfaces used by components to signal they wish to have certain platform dependencies injected and to standardize on best practices in terms of configuration. -
-
Uses of ConfigurationOption in com.attivio.client
Methods in com.attivio.client with annotations of type ConfigurationOption Modifier and Type Method Description int
ContentFeeder. getCommitInterval()
int
ContentFeeder. getContentStoreThresholdKB()
Gets the minimum size required (in kilobytes) for content to be stored in the content store.int
ContentFeeder. getDocumentBatchSize()
Gets current documentBatchSize set.java.lang.String
ContentFeeder. getIngestWorkflowName()
int
ContentFeeder. getMaxBatchSizeMB()
Gets the maximum size of documents (in megabytes) that will ever be sent as part of a singleDocumentList
.int
ContentFeeder. getOptimizeInterval()
java.util.Map<java.lang.String,java.lang.String>
ContentFeeder. getSizeToDomain()
java.util.Map<java.lang.String,java.lang.Object>
ContentFeeder. getStaticFields()
long
ContentFeeder. getWaitForCompletionTimeout()
boolean
ContentFeeder. isOrderedCommits()
-
Uses of ConfigurationOption in com.attivio.sdk.server.component.configuration
Methods in com.attivio.sdk.server.component.configuration with annotations of type ConfigurationOption Modifier and Type Method Description java.util.Locale
HasBackoffLocaleProperty. getBackoffLocale()
Gets the alternative locale to be used if there is no dictionary for the actual locale.java.lang.String
HasBaseDataDirectoryProperty. getBaseDataDirectory()
Deprecated.Gets the base data directory - set defaults to "."java.lang.String
HasCaseModeProperty. getCaseMode()
Gets the case mode - one of "CASE_INSENSITIVE", "CASE_SENSITIVE", "BACKOFF_TO_LOWERCASE"java.util.Map<java.lang.String,java.lang.String>
HasFieldMappingProperty. getFieldMapping()
Gets the Input to Output field name mapping for this stage to process.java.util.List<java.lang.String>
HasFieldsProperty. getFields()
Gets the list of fields to process.java.util.List<java.lang.String>
HasInputListProperty. getInput()
Gets the list of fields to process as input to the stage.java.lang.String
HasInputProperty. getInput()
Gets the input field name.java.lang.String
HasQueryLanguageProperty. getQueryLanguage()
Gets the query languagejava.lang.String
HasSchemaNameProperty. getSchemaName()
Gets the name of schema to use for validationjava.lang.String
HasTokenizerProperty. getTokenizer()
Gets the name of the tokenizer to use.boolean
HasDropDocumentOnExceptionProperty. isDropDocumentOnException()
Returns true if the document should be dropped on exception.boolean
HasOverwriteProperty. isOverwrite()
Returns true if all existing values in the output field should be overwritten.
-