Class SplittingFlushStrategy

  • All Implemented Interfaces:
    FlushStrategy

    public final class SplittingFlushStrategy
    extends java.lang.Object
    implements FlushStrategy
    A FlushStrategy that splits writes into logical write boundaries and manages flush state across those logical write boundaries. Actual flush logic is delegated to an externally provided (and updatable) FlushStrategy.