| Package | Description |
|---|---|
| io.ray.api | |
| io.ray.api.call | |
| io.ray.api.options | |
| 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 |
|---|---|
T |
BaseActorCreator.setPlacementGroup(PlacementGroup group,
int bundleIndex)
Set the placement group to place this actor in.
|
| Modifier and Type | Field and Description |
|---|---|
PlacementGroup |
ActorCreationOptions.group |
| Modifier and Type | Method and Description |
|---|---|
ActorCreationOptions.Builder |
ActorCreationOptions.Builder.setPlacementGroup(PlacementGroup group,
int bundleIndex)
Set the placement group to place this actor in.
|
| Modifier and Type | Method and Description |
|---|---|
PlacementGroup |
RayRuntime.createPlacementGroup(List<Map<String,Double>> bundles,
PlacementStrategy strategy) |
Copyright © 2020. All rights reserved.