Package io.datarouter.bytes.blockfile.row
package io.datarouter.bytes.blockfile.row
-
ClassDescriptionA generic KeyValue, plus a version represented as bytes.Format: [keyLength] varint [keyBytes] bytes [versionLength] varint [versionBytes] bytes [op] single byte [valueLength] varint [valueBytes] bytesCollate BlockfileRows using only the binary data, not requiring the objects to be decoded.Assumes non-null entries.Assumes non-null entries.Either PUT or DELETE.Equivalent to BlockfileRow but without the value field.