public interface HoodieSeekingFileReader<T> extends HoodieFileReader<T>
| Modifier and Type | Method and Description |
|---|---|
default ClosableIterator<HoodieRecord<T>> |
getRecordsByKeyPrefixIterator(List<String> sortedKeyPrefixes) |
default ClosableIterator<HoodieRecord<T>> |
getRecordsByKeyPrefixIterator(List<String> sortedKeyPrefixes,
org.apache.avro.Schema schema) |
default ClosableIterator<HoodieRecord<T>> |
getRecordsByKeysIterator(List<String> sortedKeys) |
default ClosableIterator<HoodieRecord<T>> |
getRecordsByKeysIterator(List<String> sortedKeys,
org.apache.avro.Schema schema) |
close, filterRowKeys, getRecordIterator, getRecordIterator, getRecordIterator, getRecordKeyIterator, getSchema, getTotalRecords, readBloomFilter, readMinMaxRecordKeysdefault ClosableIterator<HoodieRecord<T>> getRecordsByKeysIterator(List<String> sortedKeys, org.apache.avro.Schema schema) throws IOException
IOExceptiondefault ClosableIterator<HoodieRecord<T>> getRecordsByKeysIterator(List<String> sortedKeys) throws IOException
IOExceptiondefault ClosableIterator<HoodieRecord<T>> getRecordsByKeyPrefixIterator(List<String> sortedKeyPrefixes, org.apache.avro.Schema schema) throws IOException
IOExceptiondefault ClosableIterator<HoodieRecord<T>> getRecordsByKeyPrefixIterator(List<String> sortedKeyPrefixes) throws IOException
IOExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.