Package org.apache.camel.component.hbase
Interface HBaseConstants
-
public interface HBaseConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringAPPENDstatic StringDELETEstatic StringFROM_ROWstatic StringGETstatic StringHBASE_MARKED_ROW_IDstatic StringHBASE_MAX_SCAN_RESULTSstatic StringINCREMENTstatic StringOPERATIONstatic StringPUTstatic StringSCANstatic StringSTOP_ROWstatic StringSTRATEGYstatic StringSTRATEGY_CLASS_NAME
-
-
-
Field Detail
-
OPERATION
@Metadata(label="producer", description="The HBase operation to perform", javaType="String") static final String OPERATION- See Also:
- Constant Field Values
-
PUT
static final String PUT
- See Also:
- Constant Field Values
-
APPEND
static final String APPEND
- See Also:
- Constant Field Values
-
INCREMENT
static final String INCREMENT
- See Also:
- Constant Field Values
-
GET
static final String GET
- See Also:
- Constant Field Values
-
SCAN
static final String SCAN
- See Also:
- Constant Field Values
-
DELETE
static final String DELETE
- See Also:
- Constant Field Values
-
HBASE_MAX_SCAN_RESULTS
@Metadata(label="producer", description="The maximum number of rows to scan.", javaType="Integer") static final String HBASE_MAX_SCAN_RESULTS- See Also:
- Constant Field Values
-
FROM_ROW
@Metadata(label="producer", description="The row to start scanner at or after", javaType="String") static final String FROM_ROW- See Also:
- Constant Field Values
-
STOP_ROW
@Metadata(label="producer", description="The row to end at (exclusive)", javaType="String") static final String STOP_ROW- See Also:
- Constant Field Values
-
STRATEGY
@Metadata(description="The strategy to use for mapping Camel messages to HBase columns.\n\nSupported values:\n\n* header\n* body", javaType="String") static final String STRATEGY- See Also:
- Constant Field Values
-
STRATEGY_CLASS_NAME
@Metadata(description="The class name of a custom mapping strategy implementation.", javaType="String") static final String STRATEGY_CLASS_NAME- See Also:
- Constant Field Values
-
HBASE_MARKED_ROW_ID
@Metadata(label="consumer", description="The marked row id", javaType="byte[]") static final String HBASE_MARKED_ROW_ID
-
-