| Interface and Description |
|---|
| com.amazonaws.services.kinesis.clientlibrary.proxies.IKinesisProxyFactory
Deprecating since KinesisProxy is just created once, there is no use of a factory. There is no
replacement for this class. This class will be removed in the next major/minor release.
|
| com.amazonaws.services.kinesis.clientlibrary.lib.worker.LeaseCleanupValidator |
| Class and Description |
|---|
| com.amazonaws.services.kinesis.clientlibrary.proxies.KinesisProxyFactory
Will be removed since proxy is created only once, we don't need a factory. There is no replacement for
this class. Will be removed in the next major/minor release.
|
| com.amazonaws.services.kinesis.clientlibrary.lib.worker.ParentsFirstShardPrioritization |
| Method and Description |
|---|
| com.amazonaws.services.kinesis.clientlibrary.proxies.KinesisProxy.getStreamInfo(String) |
| com.amazonaws.services.kinesis.clientlibrary.proxies.IKinesisProxy.getStreamInfo(String)
Going forward this method is
being deprecated. This method uses DescribeStream call, which is throttled at 10 calls per account by default.
If possible try to use ListShards call available in the client, or use the getShardList or getAllShards to get
shard info. To make DescribeStream calls, use the AmazonKinesis client directly instead of using KinesisProxy.
This method will be removed in the next major/minor release.
|
| com.amazonaws.services.kinesis.clientlibrary.lib.worker.Worker.requestShutdown() |
Copyright © 2021. All rights reserved.