Package org.apache.camel.component.hbase
Interface HBaseConstants
public interface HBaseConstants
-
Field Summary
Fields
-
Field Details
-
OPERATION
@Metadata(label="producer", description="The HBase operation to perform", javaType="String") static final String OPERATION- See Also:
-
PUT
- See Also:
-
APPEND
- See Also:
-
INCREMENT
- See Also:
-
GET
- See Also:
-
SCAN
- See Also:
-
DELETE
- See Also:
-
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:
-
FROM_ROW
@Metadata(label="producer", description="The row to start scanner at or after", javaType="String") static final String FROM_ROW- See Also:
-
STOP_ROW
@Metadata(label="producer", description="The row to end at (exclusive)", javaType="String") static final String STOP_ROW- See Also:
-
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:
-
STRATEGY_CLASS_NAME
@Metadata(description="The class name of a custom mapping strategy implementation.", javaType="String") static final String STRATEGY_CLASS_NAME- See Also:
-
HBASE_MARKED_ROW_ID
@Metadata(label="consumer", description="The marked row id", javaType="byte[]") static final String HBASE_MARKED_ROW_ID
-