Interface TsFileFlushPolicy

  • All Known Implementing Classes:
    TsFileFlushPolicy.DirectFlushPolicy

    public interface TsFileFlushPolicy
    TsFileFlushPolicy is applied when a TsFileProcessor is full after insertion. For standalone IoTDB, the flush or close is executed without constraint. But in the distributed version, the close is controlled by the leader and should not be performed by the follower alone.