org.apache.camel.component.hbase
Interface HBaseConstants


public interface HBaseConstants


Field Summary
static String DELETE
           
static String GET
           
static String HBASE_MAX_SCAN_RESULTS
           
static String OPERATION
           
static String PUT
           
static String SCAN
           
 

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


Apache CAMEL