| Package | Description |
|---|---|
| com.amazonaws.services.kinesis.clientlibrary.proxies |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IKinesisProxyExtended
Kinesis proxy interface extended with addition method(s).
|
| Modifier and Type | Class and Description |
|---|---|
class |
KinesisProxy
Kinesis proxy - used to make calls to Amazon Kinesis (e.g.
|
class |
MetricsCollectingKinesisProxyDecorator
IKinesisProxy implementation that wraps another implementation and collects metrics.
|
| Modifier and Type | Method and Description |
|---|---|
IKinesisProxy |
KinesisProxyFactory.getProxy(String streamName)
Return an IKinesisProxy object for the specified stream.
|
IKinesisProxy |
IKinesisProxyFactory.getProxy(String streamName)
Return an IKinesisProxy object for the specified stream.
|
| Constructor and Description |
|---|
MetricsCollectingKinesisProxyDecorator(String prefix,
IKinesisProxy other,
String shardId)
Constructor.
|
Copyright © 2016. All rights reserved.