| Package | Description |
|---|---|
| com.kdgregory.logging.aws.internal | |
| com.kdgregory.logging.common | |
| com.kdgregory.logging.common.util |
| Modifier and Type | Field and Description |
|---|---|
static MessageQueue.DiscardAction |
AbstractWriterConfig.DEFAULT_DISCARD_ACTION |
| Modifier and Type | Method and Description |
|---|---|
MessageQueue.DiscardAction |
AbstractWriterConfig.getDiscardAction() |
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractWriterConfig.setDiscardAction(MessageQueue.DiscardAction value) |
void |
AbstractLogWriter.setDiscardAction(MessageQueue.DiscardAction value) |
| 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.
|
| 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 |
MessageQueue.setDiscardAction(MessageQueue.DiscardAction value)
Changes the discard action
|
| Constructor and Description |
|---|
MessageQueue(int discardThreshold,
MessageQueue.DiscardAction discardAction) |
Copyright © 2023. All rights reserved.