public interface RolloverStrategy extends RolloverStrategyFactory<RolloverStrategy>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasRolled()
Checks if strategy wants to rollover.
|
void |
reset()
Reset the strategy state.
|
void |
setWritePosition(long position)
Sets the write position.
|
createInstance