org.apache.camel.component.hbase
Class HBaseContats

java.lang.Object
  extended by org.apache.camel.component.hbase.HBaseContats

Deprecated.

@Deprecated
public final class HBaseContats
extends Object


Field Summary
static String DELETE
          Deprecated.  
static String GET
          Deprecated.  
static String HBASE_MAX_SCAN_RESULTS
          Deprecated.  
static String OPERATION
          Deprecated.  
static String PUT
          Deprecated.  
static String SCAN
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION

public static final String OPERATION
Deprecated. 
See Also:
Constant Field Values

PUT

public static final String PUT
Deprecated. 
See Also:
Constant Field Values

GET

public static final String GET
Deprecated. 
See Also:
Constant Field Values

SCAN

public static final String SCAN
Deprecated. 
See Also:
Constant Field Values

DELETE

public static final String DELETE
Deprecated. 
See Also:
Constant Field Values

HBASE_MAX_SCAN_RESULTS

public static final String HBASE_MAX_SCAN_RESULTS
Deprecated. 
See Also:
Constant Field Values


Apache CAMEL