| Modifier and Type | Field and Description |
|---|---|
MessageQueue.DiscardAction |
CloudWatchWriterConfig.discardAction |
| Constructor and Description |
|---|
CloudWatchWriterConfig(String actualLogGroup,
String actualLogStream,
long batchDelay,
int discardThreshold,
MessageQueue.DiscardAction discardAction,
String clientFactoryMethod,
String clientEndpoint) |
| Modifier and Type | Field and Description |
|---|---|
MessageQueue.DiscardAction |
KinesisWriterConfig.discardAction |
| Constructor and Description |
|---|
KinesisWriterConfig(String streamName,
String partitionKey,
int partitionKeyLength,
long batchDelay,
int discardThreshold,
MessageQueue.DiscardAction discardAction,
String clientFactoryMethod,
String clientEndpoint,
boolean autoCreate,
int shardCount,
Integer retentionPeriod) |
| Modifier and Type | Field and Description |
|---|---|
protected MessageQueue.DiscardAction |
AbstractAppender.discardAction |
| Modifier and Type | Method and Description |
|---|---|
MessageQueue.DiscardAction |
MessageQueue.getDiscardAction()
Returns the current discard action; this is intended for testing.
|
static MessageQueue.DiscardAction |
MessageQueue.DiscardAction.lookup(String value) |
static MessageQueue.DiscardAction |
MessageQueue.DiscardAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageQueue.DiscardAction[] |
MessageQueue.DiscardAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogWriter.setDiscardAction(MessageQueue.DiscardAction value)
Updates the writer's discard action: how it discards messages once the threshold
has been reached.
|
void |
MessageQueue.setDiscardAction(MessageQueue.DiscardAction value)
Changes the discard action
|
void |
AbstractLogWriter.setDiscardAction(MessageQueue.DiscardAction value) |
| Constructor and Description |
|---|
AbstractLogWriter(AbstractAppenderStatistics appenderStats,
long batchDelay,
int discardThreshold,
MessageQueue.DiscardAction discardAction) |
MessageQueue(int discardThreshold,
MessageQueue.DiscardAction discardAction) |
| Modifier and Type | Field and Description |
|---|---|
MessageQueue.DiscardAction |
SNSWriterConfig.discardAction |
| Constructor and Description |
|---|
SNSWriterConfig(String topicName,
String topicArn,
boolean autoCreate,
String subject,
int discardThreshold,
MessageQueue.DiscardAction discardAction,
String clientFactoryMethod,
String clientEndpoint) |
Copyright © 2018. All rights reserved.