Class ConnectorAwareSplitSource

java.lang.Object
io.trino.split.ConnectorAwareSplitSource
All Implemented Interfaces:
SplitSource, Closeable, AutoCloseable

@NotThreadSafe public class ConnectorAwareSplitSource extends Object implements SplitSource
Adapts ConnectorSplitSource to SplitSource interface.

Thread-safety: the implementations is not thread-safe Note: The implementation is internally not thread-safe but also ConnectorSplitSource is not required to be thread-safe.