| Package | Description |
|---|---|
| com.facebook.presto.spi.resourceGroups |
| Modifier and Type | Method and Description |
|---|---|
Optional<SelectionContext<C>> |
ResourceGroupConfigurationManager.match(SelectionCriteria criteria)
This method is called for every query that is submitted, so it should be fast.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceGroupConfigurationManager.configure(ResourceGroup group,
SelectionContext<C> criteria)
Implementations may retain a reference to the group, and re-configure it asynchronously.
|
Copyright © 2012–2022. All rights reserved.