public class PeersMarkAndSweep extends MarkAndSweep
| Modifier and Type | Field and Description |
|---|---|
Integer |
maxMessagesPerPeer
Maximum number of messages kept per peer for deduplication.
|
markAndSweepIntervalautoReplace| Constructor and Description |
|---|
PeersMarkAndSweep() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
name@Parameter @Optional(defaultValue="64") @Summary(value="Maximum number of messages kept per peer for deduplication.") @Expression(value=NOT_SUPPORTED) @ParameterDsl(allowReferences=false) public Integer maxMessagesPerPeer
public void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigaccept in class MarkAndSweepvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.Copyright © 2019–2024 Teslanet.nl. All rights reserved.