Class SetCell

    • Constructor Detail

      • SetCell

        public SetCell()
    • Method Detail

      • create

        public static SetCell create​(@Nonnull
                                     String familyName,
                                     @Nonnull
                                     com.google.protobuf.ByteString qualifier,
                                     long timestamp,
                                     @Nonnull
                                     com.google.protobuf.ByteString value)
      • getFamilyName

        @Nonnull
        public abstract String getFamilyName()
        Get the column family of the current SetCell.
      • getQualifier

        @Nonnull
        public abstract com.google.protobuf.ByteString getQualifier()
        Get the column qualifier of the current SetCell.
      • getTimestamp

        public abstract long getTimestamp()
        Get the timestamp of the current SetCell.
      • getValue

        @Nonnull
        public abstract com.google.protobuf.ByteString getValue()
        Get the value of the current SetCell.