Package com.vidispine.generated
Class IndexingConfigurationType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.IndexingConfigurationType.PropInfo
-
- Enclosing class:
- IndexingConfigurationType
public static class IndexingConfigurationType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AUTO_SOFT_COMMIT
static String
COMMIT_INTERVAL
static String
ELASTICSEARCH_PATH
static String
FIELD_DEFAULT
static String
PING_ATTEMPTS
static String
PING_TIMEOUT
static String
QUERY_TIMEOUT
static String
SOFT_COMMIT_INTERVAL
static String
SOLR_COLLECTION
static String
SOLR_PATH
static String
ZOOKEEPER_HOST
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
SOLR_PATH
public static final transient String SOLR_PATH
- See Also:
- Constant Field Values
-
SOLR_COLLECTION
public static final transient String SOLR_COLLECTION
- See Also:
- Constant Field Values
-
ZOOKEEPER_HOST
public static final transient String ZOOKEEPER_HOST
- See Also:
- Constant Field Values
-
ELASTICSEARCH_PATH
public static final transient String ELASTICSEARCH_PATH
- See Also:
- Constant Field Values
-
COMMIT_INTERVAL
public static final transient String COMMIT_INTERVAL
- See Also:
- Constant Field Values
-
SOFT_COMMIT_INTERVAL
public static final transient String SOFT_COMMIT_INTERVAL
- See Also:
- Constant Field Values
-
AUTO_SOFT_COMMIT
public static final transient String AUTO_SOFT_COMMIT
- See Also:
- Constant Field Values
-
PING_ATTEMPTS
public static final transient String PING_ATTEMPTS
- See Also:
- Constant Field Values
-
PING_TIMEOUT
public static final transient String PING_TIMEOUT
- See Also:
- Constant Field Values
-
QUERY_TIMEOUT
public static final transient String QUERY_TIMEOUT
- See Also:
- Constant Field Values
-
FIELD_DEFAULT
public static final transient String FIELD_DEFAULT
- See Also:
- Constant Field Values
-
-