Package org.apache.iotdb.db.engine.flush
Interface TsFileFlushPolicy
-
- All Known Implementing Classes:
TsFileFlushPolicy.DirectFlushPolicy
public interface TsFileFlushPolicyTsFileFlushPolicy 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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTsFileFlushPolicy.DirectFlushPolicy
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(DataRegion dataRegion, TsFileProcessor processor, boolean isSeq)
-
-
-
Method Detail
-
apply
void apply(DataRegion dataRegion, TsFileProcessor processor, boolean isSeq)
-
-