Class RowUtils


  • public class RowUtils
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COLUMNS_MAPPING  
      static java.lang.String KEY  
      static java.lang.String LABELS  
      static java.lang.String TIMESTAMP_MICROS  
      static java.lang.String VALUE  
    • Constructor Summary

      Constructors 
      Constructor Description
      RowUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.google.protobuf.ByteString byteString​(byte[] bytes)  
      static com.google.protobuf.ByteString byteStringUtf8​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • RowUtils

        public RowUtils()
    • Method Detail

      • byteString

        public static com.google.protobuf.ByteString byteString​(byte[] bytes)
      • byteStringUtf8

        public static com.google.protobuf.ByteString byteStringUtf8​(java.lang.String value)