package builder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- builder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
- final def append(row: Array[Byte]): Append
- final def delete(row: Array[Byte]): Delete
- final def get(row: Array[Byte]): Get
- final def increment(row: Array[Byte]): Increment
- final def put(row: Array[Byte]): Put
- final def putTimestamp(row: Array[Byte], ts: Long): Put
- final def scan(): Scan
- final def scanRow(startRow: Array[Byte]): Scan