public static class EventProcessorProperties.DlqCache extends Object
Constructor and Description |
---|
DlqCache() |
Modifier and Type | Method and Description |
---|---|
int |
getSize()
Returns the size of the sequence identifiers to keep in memory, per segment.
|
boolean |
isEnabled()
Indicates whether using a cache is enabled.
|
void |
setEnabled(boolean enabled)
Enables (if
true , default) or disables (if false ) using a cache. |
void |
setSize(int size)
Set the amount of sequence identifiers to keep in memory, per segment.
|
public boolean isEnabled()
public void setEnabled(boolean enabled)
true
, default) or disables (if false
) using a cache.enabled
- whether to enable using a cache.public int getSize()
public void setSize(int size)
size
- the maximum size of the sequence identifiers which are not present.Copyright © 2010–2024. All rights reserved.