Interface TableLocationKeyFinder<TLK extends TableLocationKey>
- All Known Implementing Classes:
DeephavenNestedPartitionLayout,FileKeyValuePartitionLayout,IcebergBaseLayout,IcebergFlatLayout,IcebergKeyValuePartitionedLayout,KeyValuePartitionLayout,KnownLocationKeyFinder,ParquetFlatPartitionedLayout,ParquetKeyValuePartitionedLayout,ParquetMetadataFileLayout,RecordingLocationKeyFinder,URIStreamKeyValuePartitionLayout
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for
TableLocationKey discovery with delivery to a callback.-
Method Summary
-
Method Details
-
findKeys
Findkeysand deliver them to thelocationKeyObserver.- Parameters:
locationKeyObserver- Per-key callback
-