public class MemTableFlushTask extends Object
| 构造器和说明 |
|---|
MemTableFlushTask(IMemTable memTable,
RestorableTsFileIOWriter writer,
String storageGroup) |
public MemTableFlushTask(IMemTable memTable, RestorableTsFileIOWriter writer, String storageGroup)
memTable - the memTable to flushwriter - the writer where memTable will be flushed to (current tsfile writer or vm writer)storageGroup - current storage grouppublic void syncFlushMemTable()
throws ExecutionException,
InterruptedException
Copyright © 2022 The Apache Software Foundation. All rights reserved.