| 程序包 | 说明 |
|---|---|
| org.apache.iotdb.db.engine.memtable | |
| org.apache.iotdb.db.engine.settle | |
| org.apache.iotdb.db.engine.storagegroup | |
| org.apache.iotdb.db.exception | |
| org.apache.iotdb.db.exception.query | |
| org.apache.iotdb.db.rescon |
rescon means Resource Control, classes in this package provide global control over various
resources shared in IoTDB.
|
| org.apache.iotdb.db.service |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AbstractMemTable.insertAlignedTablet(InsertTabletPlan insertTabletPlan,
int start,
int end) |
void |
IMemTable.insertAlignedTablet(InsertTabletPlan insertTabletPlan,
int start,
int end) |
void |
AbstractMemTable.insertTablet(InsertTabletPlan insertTabletPlan,
int start,
int end) |
void |
IMemTable.insertTablet(InsertTabletPlan insertTabletPlan,
int start,
int end)
insert tablet into this memtable.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SettleTask.settleTsFile() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
VirtualStorageGroupProcessor.SettleTsFileCallBack.call(TsFileResource oldTsFileResource,
List<TsFileResource> newTsFileResources) |
void |
TsFileProcessor.insert(InsertRowPlan insertRowPlan)
insert data in an InsertRowPlan into the workingMemtable.
|
void |
VirtualStorageGroupProcessor.insert(InsertRowPlan insertRowPlan)
insert one row of data
|
void |
VirtualStorageGroupProcessor.insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)
insert batch of rows belongs to one device
|
void |
TsFileProcessor.insertTablet(InsertTabletPlan insertTabletPlan,
int start,
int end,
org.apache.iotdb.service.rpc.thrift.TSStatus[] results)
insert batch data of insertTabletPlan into the workingMemtable.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
WriteProcessRejectException |
| 限定符和类型 | 类和说明 |
|---|---|
class |
OutOfTTLException |
| 限定符和类型 | 方法和说明 |
|---|---|
IMemTable |
MemTableManager.getAvailableMemTable(String storageGroup)
Called when memory control is disabled
|
| 限定符和类型 | 方法和说明 |
|---|---|
PartialPath |
SettleService.getSGByFilePath(String tsFilePath) |
void |
SettleService.startSettling(List<TsFileResource> seqResourcesToBeSettled,
List<TsFileResource> unseqResourcesToBeSettled) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.