Package org.apache.camel.component.hbase
Interface HBaseConstants
-
public interface HBaseConstants
-
-
Field Detail
-
OPERATION
static final String OPERATION
- See Also:
- Constant Field Values
-
PUT
static final String PUT
- 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
static final String HBASE_MAX_SCAN_RESULTS
- See Also:
- Constant Field Values
-
FROM_ROW
static final String FROM_ROW
- See Also:
- Constant Field Values
-
STOP_ROW
static final String STOP_ROW
- See Also:
- Constant Field Values
-
-