org.apache.camel.component.hbase
Class HBaseHelper

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

public final class HBaseHelper
extends Object


Method Summary
 Object fromBytes(byte[] binary)
           
static byte[] getHBaseFieldAsBytes(String n)
           
static byte[] toBytes(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHBaseFieldAsBytes

public static byte[] getHBaseFieldAsBytes(String n)

toBytes

public static byte[] toBytes(Object obj)

fromBytes

public Object fromBytes(byte[] binary)


Apache CAMEL