| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.lib.worker |
| Modifier and Type | Field and Description |
|---|---|
static ShardSyncStrategyType |
KinesisClientLibConfiguration.DEFAULT_SHARD_SYNC_STRATEGY_TYPE
Default ShardSyncStrategy to be used for discovering new shards in the Stream.
|
| Modifier and Type | Method and Description |
|---|---|
ShardSyncStrategyType |
KinesisClientLibConfiguration.getShardSyncStrategyType() |
ShardSyncStrategyType |
ShardSyncStrategy.getStrategyType()
Can be used to provide a custom name for the implemented strategy.
|
static ShardSyncStrategyType |
ShardSyncStrategyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShardSyncStrategyType[] |
ShardSyncStrategyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KinesisClientLibConfiguration |
KinesisClientLibConfiguration.withShardSyncStrategyType(ShardSyncStrategyType shardSyncStrategyType) |
Copyright © 2023. All rights reserved.