Interface StoragePageSink
public interface StoragePageSink
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidappendPage(Page page) voidappendPages(List<Page> pages) voidappendPages(List<Page> pages, int[] pageIndexes, int[] positionIndexes) commit()voidflush()booleanisFull()voidrollback()
-
Method Details
-
appendPage
-
appendPages
-
appendPages
-
isFull
boolean isFull() -
flush
void flush() -
commit
CompletableFuture<List<ShardInfo>> commit() -
rollback
void rollback()
-