Interface ElasticsearchConstants
-
public interface ElasticsearchConstants
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_AFTER_FAILURE_DELAYstatic intDEFAULT_CONNECTION_TIMEOUTstatic intDEFAULT_FOR_WAIT_ACTIVE_SHARDSstatic intDEFAULT_PORTstatic intDEFAULT_SCROLL_KEEP_ALIVE_MSstatic intDEFAULT_SNIFFER_INTERVALstatic intDEFAULT_SOCKET_TIMEOUTstatic intMAX_RETRY_TIMEOUTstatic StringPARAM_FROMstatic StringPARAM_INDEX_IDstatic StringPARAM_INDEX_NAMEstatic StringPARAM_OPERATIONstatic StringPARAM_SCROLLstatic StringPARAM_SCROLL_KEEP_ALIVE_MSstatic StringPARAM_SIZEstatic StringPARAM_WAIT_FOR_ACTIVE_SHARDSstatic StringPROPERTY_SCROLL_ES_QUERY_COUNT
-
-
-
Field Detail
-
PARAM_OPERATION
@Metadata(description="The operation to perform", javaType="org.apache.camel.component.elasticsearch.ElasticsearchOperation") static final String PARAM_OPERATION- See Also:
- Constant Field Values
-
PARAM_INDEX_ID
@Metadata(description="The id of the indexed document.", javaType="String") static final String PARAM_INDEX_ID- See Also:
- Constant Field Values
-
PARAM_INDEX_NAME
@Metadata(description="The name of the index to act against", javaType="String") static final String PARAM_INDEX_NAME- See Also:
- Constant Field Values
-
PARAM_WAIT_FOR_ACTIVE_SHARDS
@Metadata(description="The index creation waits for the write consistency number of shards to be available", javaType="Integer") static final String PARAM_WAIT_FOR_ACTIVE_SHARDS- See Also:
- Constant Field Values
-
PARAM_SCROLL_KEEP_ALIVE_MS
@Metadata(description="The starting index of the response.", javaType="Integer") static final String PARAM_SCROLL_KEEP_ALIVE_MS- See Also:
- Constant Field Values
-
PARAM_SCROLL
@Metadata(description="Set to true to enable scroll usage", javaType="Boolean") static final String PARAM_SCROLL- See Also:
- Constant Field Values
-
PARAM_SIZE
@Metadata(description="The size of the response.", javaType="Integer") static final String PARAM_SIZE- See Also:
- Constant Field Values
-
PARAM_FROM
@Metadata(description="The starting index of the response.", javaType="Integer") static final String PARAM_FROM- See Also:
- Constant Field Values
-
PROPERTY_SCROLL_ES_QUERY_COUNT
static final String PROPERTY_SCROLL_ES_QUERY_COUNT
- See Also:
- Constant Field Values
-
DEFAULT_PORT
static final int DEFAULT_PORT
- See Also:
- Constant Field Values
-
DEFAULT_FOR_WAIT_ACTIVE_SHARDS
static final int DEFAULT_FOR_WAIT_ACTIVE_SHARDS
- See Also:
- Constant Field Values
-
DEFAULT_SOCKET_TIMEOUT
static final int DEFAULT_SOCKET_TIMEOUT
- See Also:
- Constant Field Values
-
MAX_RETRY_TIMEOUT
static final int MAX_RETRY_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_CONNECTION_TIMEOUT
static final int DEFAULT_CONNECTION_TIMEOUT
- See Also:
- Constant Field Values
-
DEFAULT_SNIFFER_INTERVAL
static final int DEFAULT_SNIFFER_INTERVAL
- See Also:
- Constant Field Values
-
DEFAULT_AFTER_FAILURE_DELAY
static final int DEFAULT_AFTER_FAILURE_DELAY
- See Also:
- Constant Field Values
-
DEFAULT_SCROLL_KEEP_ALIVE_MS
static final int DEFAULT_SCROLL_KEEP_ALIVE_MS
- See Also:
- Constant Field Values
-
-