public class ActorCreationOptions extends BaseTaskOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ActorCreationOptions.Builder
The inner class for building ActorCreationOptions.
|
| Modifier and Type | Field and Description |
|---|---|
int |
bundleIndex |
List<ConcurrencyGroup> |
concurrencyGroups |
PlacementGroup |
group |
static int |
INFINITE_RESTART |
boolean |
isAsync |
List<String> |
jvmOptions |
ActorLifetime |
lifetime |
int |
maxConcurrency |
int |
maxPendingCalls |
int |
maxRestarts |
int |
maxTaskRetries |
String |
name |
String |
namespace |
static int |
NO_RESTART |
String |
serializedRuntimeEnv |
resourcespublic static final int NO_RESTART
public static final int INFINITE_RESTART
public final String name
public ActorLifetime lifetime
public final int maxRestarts
public final int maxTaskRetries
public final int maxConcurrency
public final PlacementGroup group
public final int bundleIndex
public final List<ConcurrencyGroup> concurrencyGroups
public final String serializedRuntimeEnv
public final String namespace
public final int maxPendingCalls
public final boolean isAsync
Copyright © 2023. All rights reserved.