org.apache.camel.component.solr
Class SolrConstants

java.lang.Object
  extended by org.apache.camel.component.solr.SolrConstants

public final class SolrConstants
extends Object


Field Summary
static int DEFAULT_STREAMING_THREAD_COUNT
           
static int DEFUALT_STREAMING_QUEUE_SIZE
           
static String FIELD
           
static String OPERATION
           
static String OPERATION_ADD_BEAN
           
static String OPERATION_COMMIT
           
static String OPERATION_DELETE_BY_ID
           
static String OPERATION_DELETE_BY_QUERY
           
static String OPERATION_INSERT
           
static String OPERATION_INSERT_STREAMING
           
static String OPERATION_OPTIMIZE
           
static String OPERATION_ROLLBACK
           
static String PARAM
           
static String PARAM_STREAMING_QUEUE_SIZE
           
static String PARAM_STREAMING_THREAD_COUNT
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FIELD

public static final String FIELD
See Also:
Constant Field Values

OPERATION

public static final String OPERATION
See Also:
Constant Field Values

PARAM

public static final String PARAM
See Also:
Constant Field Values

OPERATION_COMMIT

public static final String OPERATION_COMMIT
See Also:
Constant Field Values

OPERATION_ROLLBACK

public static final String OPERATION_ROLLBACK
See Also:
Constant Field Values

OPERATION_OPTIMIZE

public static final String OPERATION_OPTIMIZE
See Also:
Constant Field Values

OPERATION_INSERT

public static final String OPERATION_INSERT
See Also:
Constant Field Values

OPERATION_INSERT_STREAMING

public static final String OPERATION_INSERT_STREAMING
See Also:
Constant Field Values

OPERATION_ADD_BEAN

public static final String OPERATION_ADD_BEAN
See Also:
Constant Field Values

OPERATION_DELETE_BY_ID

public static final String OPERATION_DELETE_BY_ID
See Also:
Constant Field Values

OPERATION_DELETE_BY_QUERY

public static final String OPERATION_DELETE_BY_QUERY
See Also:
Constant Field Values

PARAM_STREAMING_QUEUE_SIZE

public static final String PARAM_STREAMING_QUEUE_SIZE
See Also:
Constant Field Values

PARAM_STREAMING_THREAD_COUNT

public static final String PARAM_STREAMING_THREAD_COUNT
See Also:
Constant Field Values

DEFUALT_STREAMING_QUEUE_SIZE

public static final int DEFUALT_STREAMING_QUEUE_SIZE
See Also:
Constant Field Values

DEFAULT_STREAMING_THREAD_COUNT

public static final int DEFAULT_STREAMING_THREAD_COUNT
See Also:
Constant Field Values


Apache CAMEL