Package io.datarouter.client.hbase.util
Class HBaseEntityKeyTool
java.lang.Object
io.datarouter.client.hbase.util.HBaseEntityKeyTool
public class HBaseEntityKeyTool extends Object
-
Constructor Summary
Constructors Constructor Description HBaseEntityKeyTool() -
Method Summary
Modifier and Type Method Description static <EK extends io.datarouter.model.key.entity.EntityKey<EK>>
EKgetEkFromRowBytes(byte[] rowBytes, Supplier<EK> entityKeySupplier, int numPrefixBytes, List<io.datarouter.model.field.Field<?>> ekFields)
-
Constructor Details
-
HBaseEntityKeyTool
public HBaseEntityKeyTool()
-
-
Method Details
-
getEkFromRowBytes
-