sealed trait RowKeyValue[T] extends AnyRef

Full key/value pair, for inserts or deletes

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowKeyValue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def copy(values: Seq[KeyValue]): RowKeyValue[T]

    Copy the row keys but use new values

    Copy the row keys but use new values

    values

    new values

  2. abstract def id: Array[Byte]

    Feature id bytes, pulled out from the row key

  3. abstract def shard: Array[Byte]

    Shard bytes, pulled out from the row key

  4. abstract def sharing: Array[Byte]

    Sharing bytes, pulled out from the row key

  5. abstract def tier: Array[Byte]

    Tier bytes, pulled out from the row key

  6. abstract def values: Seq[KeyValue]

    Key values