| Package | Description |
|---|---|
| software.amazon.kinesis.coordinator | |
| software.amazon.kinesis.coordinator.migration |
| Modifier and Type | Method and Description |
|---|---|
static CoordinatorConfig.ClientVersionConfig |
CoordinatorConfig.ClientVersionConfig.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinatorConfig.ClientVersionConfig[] |
CoordinatorConfig.ClientVersionConfig.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MigrationStateMachineImpl(MetricsFactory metricsFactory,
Callable<Long> timeProvider,
CoordinatorStateDAO coordinatorStateDAO,
ScheduledExecutorService stateMachineThreadPool,
CoordinatorConfig.ClientVersionConfig clientVersionConfig,
Random random,
DynamicMigrationComponentsInitializer initializer,
String workerId,
long flipTo3XStabilizerTimeInSeconds) |
Copyright © 2024. All rights reserved.