| Package | Description |
|---|---|
| com.facebook.presto.spi | |
| com.facebook.presto.spi.connector | |
| com.facebook.presto.spi.schedule |
| Modifier and Type | Method and Description |
|---|---|
NodeSelectionStrategy |
ConnectorSplit.getNodeSelectionStrategy()
Indicate the node affinity of a Split
1.
|
| Modifier and Type | Method and Description |
|---|---|
NodeSelectionStrategy |
ConnectorBucketNodeMap.getNodeSelectionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorBucketNodeMap |
ConnectorBucketNodeMap.createBucketNodeMap(List<Node> bucketToNode,
NodeSelectionStrategy nodeSelectionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static NodeSelectionStrategy |
NodeSelectionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeSelectionStrategy[] |
NodeSelectionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2022. All rights reserved.