| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.connector.classloader |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ConnectorSplitSource.ConnectorSplitBatch> |
FixedSplitSource.getNextBatch(ConnectorPartitionHandle partitionHandle,
int maxSize) |
CompletableFuture<ConnectorSplitSource.ConnectorSplitBatch> |
ConnectorSplitSource.getNextBatch(ConnectorPartitionHandle partitionHandle,
int maxSize) |
default void |
ConnectorSplitSource.rewind(ConnectorPartitionHandle partitionHandle) |
| Modifier and Type | Class and Description |
|---|---|
class |
NotPartitionedPartitionHandle |
| Modifier and Type | Field and Description |
|---|---|
static ConnectorPartitionHandle |
NotPartitionedPartitionHandle.NOT_PARTITIONED |
| Modifier and Type | Method and Description |
|---|---|
default List<ConnectorPartitionHandle> |
ConnectorNodePartitioningProvider.listPartitionHandles(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
ConnectorPartitioningHandle partitioningHandle)
Returns a list of all partitions associated with the provided
partitioningHandle. |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectorPartitionHandle> |
ClassLoaderSafeNodePartitioningProvider.listPartitionHandles(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
ConnectorPartitioningHandle partitioningHandle) |
Copyright © 2012–2022. All rights reserved.