public class KinesisConstants extends Object
See http://docs.aws.amazon.com/kinesis/latest/APIReference/API_CreateStream.html and http://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecords.html
| Modifier and Type | Class and Description |
|---|---|
static class |
KinesisConstants.StreamStatus
An SDK-independent enumeration of stream status codes as returned by
DescribeStream, with the addition of a status indicating
that the stream does not exist. |
| Modifier and Type | Field and Description |
|---|---|
static String |
ALLOWED_PARITION_KEY_REGEX
Allowed characters for partition key.
|
static String |
ALLOWED_STREAM_NAME_REGEX
Allowed characters for stream name.
|
static int |
MAX_BATCH_BYTES
Maximum number of bytes in a batch.
|
static int |
MAX_BATCH_COUNT
Maximum number of messages in a single batch.
|
static int |
MAX_MESSAGE_BYTES
Maximum number of bytes in a for a single message.
|
static int |
MAXIMUM_RETENTION_PERIOD
Maximum number of hours for retention period.
|
static int |
MINIMUM_RETENTION_PERIOD
Minimum number of hours for retention period.
|
| Constructor and Description |
|---|
KinesisConstants() |
public static final int MAX_BATCH_COUNT
public static final int MAX_BATCH_BYTES
public static final int MAX_MESSAGE_BYTES
public static final String ALLOWED_STREAM_NAME_REGEX
public static final String ALLOWED_PARITION_KEY_REGEX
public static final int MINIMUM_RETENTION_PERIOD
public static final int MAXIMUM_RETENTION_PERIOD
Copyright © 2023. All rights reserved.