| Package | Description |
|---|---|
| io.ray.api | |
| io.ray.api.placementgroup | |
| io.ray.api.runtime |
| Modifier and Type | Method and Description |
|---|---|
static PlacementGroup |
Ray.createPlacementGroup(List<Map<String,Double>> bundles,
PlacementStrategy strategy)
Create a placement group.
|
| Modifier and Type | Method and Description |
|---|---|
static PlacementStrategy |
PlacementStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlacementStrategy[] |
PlacementStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementGroup |
RayRuntime.createPlacementGroup(List<Map<String,Double>> bundles,
PlacementStrategy strategy) |
Copyright © 2020. All rights reserved.