com.senseidb.conf
Interface SenseiConfParams

All Known Implementing Classes:
SenseiServerBuilder

public interface SenseiConfParams


Field Summary
static Comparator<String> DEFAULT_VERSION_LONG_COMPARATOR
           
static Comparator<String> DEFAULT_VERSION_STRING_COMPARATOR
           
static String NODE_ID
           
static String PARTITIONS
           
static String SENSEI_CLUSTER_CLIENT_NAME
           
static String SENSEI_CLUSTER_NAME
           
static String SENSEI_CLUSTER_TIMEOUT
           
static String SENSEI_CLUSTER_URL
           
static String SENSEI_GATEWAY
           
static String SENSEI_HOURGLASS_FREQUENCY
           
static String SENSEI_HOURGLASS_FREQUENCY_DAY
           
static String SENSEI_HOURGLASS_FREQUENCY_HOUR
           
static String SENSEI_HOURGLASS_FREQUENCY_MIN
           
static String SENSEI_HOURGLASS_SCHEDULE
           
static String SENSEI_HOURGLASS_TRIMTHRESHOLD
           
static String SENSEI_INDEX_ANALYZER
           
static String SENSEI_INDEX_BATCH_DELAY
           
static String SENSEI_INDEX_BATCH_MAXSIZE
           
static String SENSEI_INDEX_BATCH_SIZE
           
static String SENSEI_INDEX_CUSTOM
           
static String SENSEI_INDEX_DIR
           
static String SENSEI_INDEX_FRESHNESS
           
static String SENSEI_INDEX_INTERPRETER
           
static String SENSEI_INDEX_MANAGER
           
static String SENSEI_INDEX_MANAGER_FILTER
           
static String SENSEI_INDEX_PRUNER
           
static String SENSEI_INDEX_REALTIME
           
static String SENSEI_INDEX_SIMILARITY
           
static String SENSEI_INDEXER_COPIER
           
static String SENSEI_INDEXER_COPIER_HDFS
           
static String SENSEI_INDEXER_MODE
           
static String SENSEI_INDEXER_TYPE
           
static String SENSEI_INDEXER_TYPE_HOURGLASS
           
static String SENSEI_INDEXER_TYPE_ZOIE
           
static String SENSEI_MX4J_PORT
           
static String SENSEI_PLUGIN_SVCS
           
static String SENSEI_QUERY_BUILDER_FACTORY
           
static String SENSEI_SHARDING_STRATEGY
           
static String SENSEI_SKIP_BAD_RECORDS
           
static String SENSEI_VERSION_COMPARATOR
           
static String SENSEI_ZOIE_RETENTION_CLASS
           
static String SENSEI_ZOIE_RETENTION_COLUMN
           
static String SENSEI_ZOIE_RETENTION_DAYS
           
static String SENSEI_ZOIE_RETENTION_TIMEUNIT
           
static String SERVER_BROKER_MAXTHREAD
           
static String SERVER_BROKER_MAXWAIT
           
static String SERVER_BROKER_MINTHREAD
           
static String SERVER_BROKER_PORT
           
static String SERVER_BROKER_WEBAPP_PATH
           
static String SERVER_PORT
           
static String SERVER_REQ_THREAD_POOL_KEEPALIVE
           
static String SERVER_REQ_THREAD_POOL_MAXSIZE
           
static String SERVER_REQ_THREAD_POOL_SIZE
           
static String SERVER_SEARCH_ROUTER_FACTORY
           
 

Field Detail

NODE_ID

static final String NODE_ID
See Also:
Constant Field Values

PARTITIONS

static final String PARTITIONS
See Also:
Constant Field Values

SERVER_PORT

static final String SERVER_PORT
See Also:
Constant Field Values

SERVER_REQ_THREAD_POOL_SIZE

static final String SERVER_REQ_THREAD_POOL_SIZE
See Also:
Constant Field Values

SERVER_REQ_THREAD_POOL_MAXSIZE

static final String SERVER_REQ_THREAD_POOL_MAXSIZE
See Also:
Constant Field Values

SERVER_REQ_THREAD_POOL_KEEPALIVE

static final String SERVER_REQ_THREAD_POOL_KEEPALIVE
See Also:
Constant Field Values

SENSEI_CLUSTER_CLIENT_NAME

static final String SENSEI_CLUSTER_CLIENT_NAME
See Also:
Constant Field Values

SENSEI_CLUSTER_NAME

static final String SENSEI_CLUSTER_NAME
See Also:
Constant Field Values

SENSEI_CLUSTER_URL

static final String SENSEI_CLUSTER_URL
See Also:
Constant Field Values

SENSEI_CLUSTER_TIMEOUT

static final String SENSEI_CLUSTER_TIMEOUT
See Also:
Constant Field Values

SENSEI_INDEX_DIR

static final String SENSEI_INDEX_DIR
See Also:
Constant Field Values

SENSEI_INDEX_BATCH_SIZE

static final String SENSEI_INDEX_BATCH_SIZE
See Also:
Constant Field Values

SENSEI_INDEX_BATCH_DELAY

static final String SENSEI_INDEX_BATCH_DELAY
See Also:
Constant Field Values

SENSEI_INDEX_BATCH_MAXSIZE

static final String SENSEI_INDEX_BATCH_MAXSIZE
See Also:
Constant Field Values

SENSEI_INDEX_REALTIME

static final String SENSEI_INDEX_REALTIME
See Also:
Constant Field Values

SENSEI_INDEX_FRESHNESS

static final String SENSEI_INDEX_FRESHNESS
See Also:
Constant Field Values

SENSEI_SKIP_BAD_RECORDS

static final String SENSEI_SKIP_BAD_RECORDS
See Also:
Constant Field Values

SENSEI_INDEXER_MODE

static final String SENSEI_INDEXER_MODE
See Also:
Constant Field Values

SENSEI_INDEXER_TYPE

static final String SENSEI_INDEXER_TYPE
See Also:
Constant Field Values

SENSEI_INDEXER_TYPE_HOURGLASS

static final String SENSEI_INDEXER_TYPE_HOURGLASS
See Also:
Constant Field Values

SENSEI_INDEXER_TYPE_ZOIE

static final String SENSEI_INDEXER_TYPE_ZOIE
See Also:
Constant Field Values

SENSEI_INDEXER_COPIER

static final String SENSEI_INDEXER_COPIER
See Also:
Constant Field Values

SENSEI_INDEXER_COPIER_HDFS

static final String SENSEI_INDEXER_COPIER_HDFS
See Also:
Constant Field Values

SENSEI_INDEX_ANALYZER

static final String SENSEI_INDEX_ANALYZER
See Also:
Constant Field Values

SENSEI_INDEX_SIMILARITY

static final String SENSEI_INDEX_SIMILARITY
See Also:
Constant Field Values

SENSEI_INDEX_INTERPRETER

static final String SENSEI_INDEX_INTERPRETER
See Also:
Constant Field Values

SENSEI_INDEX_CUSTOM

static final String SENSEI_INDEX_CUSTOM
See Also:
Constant Field Values

SENSEI_QUERY_BUILDER_FACTORY

static final String SENSEI_QUERY_BUILDER_FACTORY
See Also:
Constant Field Values

SENSEI_SHARDING_STRATEGY

static final String SENSEI_SHARDING_STRATEGY
See Also:
Constant Field Values

SENSEI_INDEX_MANAGER

static final String SENSEI_INDEX_MANAGER
See Also:
Constant Field Values

SENSEI_INDEX_MANAGER_FILTER

static final String SENSEI_INDEX_MANAGER_FILTER
See Also:
Constant Field Values

SENSEI_GATEWAY

static final String SENSEI_GATEWAY
See Also:
Constant Field Values

SENSEI_VERSION_COMPARATOR

static final String SENSEI_VERSION_COMPARATOR
See Also:
Constant Field Values

SENSEI_PLUGIN_SVCS

static final String SENSEI_PLUGIN_SVCS
See Also:
Constant Field Values

SENSEI_HOURGLASS_SCHEDULE

static final String SENSEI_HOURGLASS_SCHEDULE
See Also:
Constant Field Values

SENSEI_HOURGLASS_TRIMTHRESHOLD

static final String SENSEI_HOURGLASS_TRIMTHRESHOLD
See Also:
Constant Field Values

SENSEI_HOURGLASS_FREQUENCY

static final String SENSEI_HOURGLASS_FREQUENCY
See Also:
Constant Field Values

SENSEI_HOURGLASS_FREQUENCY_MIN

static final String SENSEI_HOURGLASS_FREQUENCY_MIN
See Also:
Constant Field Values

SENSEI_HOURGLASS_FREQUENCY_HOUR

static final String SENSEI_HOURGLASS_FREQUENCY_HOUR
See Also:
Constant Field Values

SENSEI_HOURGLASS_FREQUENCY_DAY

static final String SENSEI_HOURGLASS_FREQUENCY_DAY
See Also:
Constant Field Values

SERVER_BROKER_PORT

static final String SERVER_BROKER_PORT
See Also:
Constant Field Values

SERVER_BROKER_WEBAPP_PATH

static final String SERVER_BROKER_WEBAPP_PATH
See Also:
Constant Field Values

SERVER_BROKER_MINTHREAD

static final String SERVER_BROKER_MINTHREAD
See Also:
Constant Field Values

SERVER_BROKER_MAXTHREAD

static final String SERVER_BROKER_MAXTHREAD
See Also:
Constant Field Values

SERVER_BROKER_MAXWAIT

static final String SERVER_BROKER_MAXWAIT
See Also:
Constant Field Values

SERVER_SEARCH_ROUTER_FACTORY

static final String SERVER_SEARCH_ROUTER_FACTORY
See Also:
Constant Field Values

SENSEI_INDEX_PRUNER

static final String SENSEI_INDEX_PRUNER
See Also:
Constant Field Values

SENSEI_ZOIE_RETENTION_DAYS

static final String SENSEI_ZOIE_RETENTION_DAYS
See Also:
Constant Field Values

SENSEI_ZOIE_RETENTION_CLASS

static final String SENSEI_ZOIE_RETENTION_CLASS
See Also:
Constant Field Values

SENSEI_ZOIE_RETENTION_COLUMN

static final String SENSEI_ZOIE_RETENTION_COLUMN
See Also:
Constant Field Values

SENSEI_ZOIE_RETENTION_TIMEUNIT

static final String SENSEI_ZOIE_RETENTION_TIMEUNIT
See Also:
Constant Field Values

SENSEI_MX4J_PORT

static final String SENSEI_MX4J_PORT
See Also:
Constant Field Values

DEFAULT_VERSION_STRING_COMPARATOR

static final Comparator<String> DEFAULT_VERSION_STRING_COMPARATOR

DEFAULT_VERSION_LONG_COMPARATOR

static final Comparator<String> DEFAULT_VERSION_LONG_COMPARATOR


Copyright © 2010-2012. All Rights Reserved.