| Package | Description |
|---|---|
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.connector.classloader |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorSplitManager.SplitSchedulingStrategy |
ConnectorSplitManager.SplitSchedulingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorSplitManager.SplitSchedulingStrategy[] |
ConnectorSplitManager.SplitSchedulingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorSplitSource |
ConnectorSplitManager.getSplits(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
ConnectorTableLayoutHandle layout,
ConnectorSplitManager.SplitSchedulingStrategy splitSchedulingStrategy) |
| Modifier and Type | Method and Description |
|---|---|
ConnectorSplitSource |
ClassLoaderSafeConnectorSplitManager.getSplits(ConnectorTransactionHandle transactionHandle,
ConnectorSession session,
ConnectorTableLayoutHandle layout,
ConnectorSplitManager.SplitSchedulingStrategy splitSchedulingStrategy) |
Copyright © 2012–2019. All rights reserved.