Uses of Class
org.apache.iotdb.db.exception.WriteProcessRejectException
-
Packages that use WriteProcessRejectException Package Description org.apache.iotdb.db.engine org.apache.iotdb.db.protocol.mpprest.handler org.apache.iotdb.db.protocol.rest.handler org.apache.iotdb.db.rescon rescon means Resource Control, classes in this package provide global control over various resources shared in IoTDB. -
-
Uses of WriteProcessRejectException in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine that throw WriteProcessRejectException Modifier and Type Method Description static voidStorageEngine. blockInsertionIfReject(TsFileProcessor tsFileProcessor)block insertion if the insertion is rejected by memory controlstatic voidStorageEngineV2. blockInsertionIfReject(TsFileProcessor tsFileProcessor)block insertion if the insertion is rejected by memory control -
Uses of WriteProcessRejectException in org.apache.iotdb.db.protocol.mpprest.handler
Methods in org.apache.iotdb.db.protocol.mpprest.handler that throw WriteProcessRejectException Modifier and Type Method Description static InsertTabletStatementStatementConstructionHandler. constructInsertTabletStatement(org.apache.iotdb.db.protocol.mpprest.model.InsertTabletRequest insertTabletRequest) -
Uses of WriteProcessRejectException in org.apache.iotdb.db.protocol.rest.handler
Methods in org.apache.iotdb.db.protocol.rest.handler that throw WriteProcessRejectException Modifier and Type Method Description static InsertTabletPlanPhysicalPlanConstructionHandler. constructInsertTabletPlan(org.apache.iotdb.db.protocol.rest.model.InsertTabletRequest insertTabletRequest) -
Uses of WriteProcessRejectException in org.apache.iotdb.db.rescon
Methods in org.apache.iotdb.db.rescon that throw WriteProcessRejectException Modifier and Type Method Description booleanSystemInfo. reportStorageGroupStatus(StorageGroupInfo storageGroupInfo, TsFileProcessor tsFileProcessor)Report current mem cost of storage group to system.
-