Uses of Class
org.apache.iotdb.db.exception.WriteProcessException
-
Packages that use WriteProcessException Package Description 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 -
-
Uses of WriteProcessException in org.apache.iotdb.db.engine.memtable
Methods in org.apache.iotdb.db.engine.memtable that throw WriteProcessException Modifier and Type Method Description voidAbstractMemTable. insertAlignedTablet(InsertTabletNode insertTabletNode, int start, int end)voidAbstractMemTable. insertAlignedTablet(InsertTabletPlan insertTabletPlan, int start, int end)voidIMemTable. insertAlignedTablet(InsertTabletNode insertTabletNode, int start, int end)voidIMemTable. insertAlignedTablet(InsertTabletPlan insertTabletPlan, int start, int end)voidAbstractMemTable. insertTablet(InsertTabletNode insertTabletNode, int start, int end)voidAbstractMemTable. insertTablet(InsertTabletPlan insertTabletPlan, int start, int end)voidIMemTable. insertTablet(InsertTabletNode insertTabletNode, int start, int end)voidIMemTable. insertTablet(InsertTabletPlan insertTabletPlan, int start, int end)insert tablet into this memtable. -
Uses of WriteProcessException in org.apache.iotdb.db.engine.settle
Methods in org.apache.iotdb.db.engine.settle that throw WriteProcessException Modifier and Type Method Description voidSettleTask. settleTsFile() -
Uses of WriteProcessException in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that throw WriteProcessException Modifier and Type Method Description voidDataRegion.SettleTsFileCallBack. call(TsFileResource oldTsFileResource, java.util.List<TsFileResource> newTsFileResources)voidDataRegion. insert(InsertRowNode insertRowNode)insert one row of datavoidDataRegion. insert(InsertRowsOfOneDeviceNode insertRowsOfOneDeviceNode)insert batch of rows belongs to one devicevoidDataRegion. insert(InsertRowPlan insertRowPlan)insert one row of datavoidDataRegion. insert(InsertRowsOfOneDevicePlan insertRowsOfOneDevicePlan)insert batch of rows belongs to one devicevoidTsFileProcessor. insert(InsertRowNode insertRowNode)insert data in an InsertRowNode into the workingMemtable.voidTsFileProcessor. insert(InsertRowPlan insertRowPlan)insert data in an InsertRowPlan into the workingMemtable.voidDataRegion. insertTablet(InsertTabletNode insertTabletNode)Insert a tablet (rows belonging to the same devices) into this storage group.voidTsFileProcessor. insertTablet(InsertTabletNode insertTabletNode, int start, int end, org.apache.iotdb.common.rpc.thrift.TSStatus[] results)insert batch data of insertTabletPlan into the workingMemtable.voidTsFileProcessor. insertTablet(InsertTabletPlan insertTabletPlan, int start, int end, org.apache.iotdb.common.rpc.thrift.TSStatus[] results)insert batch data of insertTabletPlan into the workingMemtable. -
Uses of WriteProcessException in org.apache.iotdb.db.exception
Subclasses of WriteProcessException in org.apache.iotdb.db.exception Modifier and Type Class Description classWriteProcessRejectException -
Uses of WriteProcessException in org.apache.iotdb.db.exception.query
Subclasses of WriteProcessException in org.apache.iotdb.db.exception.query Modifier and Type Class Description classOutOfTTLException -
Uses of WriteProcessException in org.apache.iotdb.db.rescon
Methods in org.apache.iotdb.db.rescon that throw WriteProcessException Modifier and Type Method Description IMemTableMemTableManager. getAvailableMemTable(java.lang.String storageGroup) -
Uses of WriteProcessException in org.apache.iotdb.db.service
Methods in org.apache.iotdb.db.service that throw WriteProcessException Modifier and Type Method Description org.apache.iotdb.commons.path.PartialPathSettleService. getSGByFilePath(java.lang.String tsFilePath)voidSettleService. startSettling(java.util.List<TsFileResource> seqResourcesToBeSettled, java.util.List<TsFileResource> unseqResourcesToBeSettled)
-