Class HBaseEntityKeyTool

java.lang.Object
io.datarouter.client.hbase.util.HBaseEntityKeyTool

public class HBaseEntityKeyTool
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    HBaseEntityKeyTool()  
  • Method Summary

    Modifier and Type Method Description
    static <EK extends io.datarouter.model.key.entity.EntityKey<EK>>
    EK
    getEkFromRowBytes​(byte[] rowBytes, java.util.function.Supplier<EK> entityKeySupplier, int numPrefixBytes, java.util.List<io.datarouter.model.field.Field<?>> ekFields)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • getEkFromRowBytes

      public static <EK extends io.datarouter.model.key.entity.EntityKey<EK>> EK getEkFromRowBytes​(byte[] rowBytes, java.util.function.Supplier<EK> entityKeySupplier, int numPrefixBytes, java.util.List<io.datarouter.model.field.Field<?>> ekFields)