public static interface LookupLevels.ValueProcessor<T>
Modifier and Type | Method and Description |
---|---|
byte[] |
persistToDisk(KeyValue kv) |
default byte[] |
persistToDisk(KeyValue kv,
long rowPosition) |
T |
readFromDisk(InternalRow key,
int level,
byte[] valueBytes,
String fileName) |
boolean |
withPosition() |
boolean withPosition()
byte[] persistToDisk(KeyValue kv)
default byte[] persistToDisk(KeyValue kv, long rowPosition)
T readFromDisk(InternalRow key, int level, byte[] valueBytes, String fileName)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.