Uses of Class
org.apache.iotdb.db.exception.metadata.StorageGroupNotSetException
-
-
Uses of StorageGroupNotSetException in org.apache.iotdb.db.engine
Methods in org.apache.iotdb.db.engine that throw StorageGroupNotSetException Modifier and Type Method Description voidStorageEngine. closeStorageGroupProcessor(org.apache.iotdb.commons.path.PartialPath storageGroupPath, long partitionId, boolean isSeq, boolean isSync) -
Uses of StorageGroupNotSetException in org.apache.iotdb.db.engine.trigger.sink.local
Methods in org.apache.iotdb.db.engine.trigger.sink.local that throw StorageGroupNotSetException Modifier and Type Method Description voidLocalIoTDBHandler. onEvent(LocalIoTDBEvent event) -
Uses of StorageGroupNotSetException in org.apache.iotdb.db.localconfignode
Methods in org.apache.iotdb.db.localconfignode that throw StorageGroupNotSetException Modifier and Type Method Description org.apache.iotdb.commons.path.PartialPathLocalConfigNode. getBelongedStorageGroup(org.apache.iotdb.commons.path.PartialPath path)Get storage group name by path -
Uses of StorageGroupNotSetException in org.apache.iotdb.db.metadata
Methods in org.apache.iotdb.db.metadata that throw StorageGroupNotSetException Modifier and Type Method Description org.apache.iotdb.commons.path.PartialPathLocalSchemaProcessor. getBelongedStorageGroup(org.apache.iotdb.commons.path.PartialPath path)Get storage group name by path -
Uses of StorageGroupNotSetException in org.apache.iotdb.db.metadata.mtree
Methods in org.apache.iotdb.db.metadata.mtree that throw StorageGroupNotSetException Modifier and Type Method Description org.apache.iotdb.commons.path.PartialPathConfigMTree. getBelongedStorageGroup(org.apache.iotdb.commons.path.PartialPath path)Get storage group path by pathIMNodeConfigMTree. getNodeWithAutoCreate(org.apache.iotdb.commons.path.PartialPath path) -
Uses of StorageGroupNotSetException in org.apache.iotdb.db.metadata.storagegroup
Methods in org.apache.iotdb.db.metadata.storagegroup that throw StorageGroupNotSetException Modifier and Type Method Description org.apache.iotdb.commons.path.PartialPathIStorageGroupSchemaManager. getBelongedStorageGroup(org.apache.iotdb.commons.path.PartialPath path)Get storage group name by pathorg.apache.iotdb.commons.path.PartialPathStorageGroupSchemaManager. getBelongedStorageGroup(org.apache.iotdb.commons.path.PartialPath path) -
Uses of StorageGroupNotSetException in org.apache.iotdb.db.qp.executor
Methods in org.apache.iotdb.db.qp.executor that throw StorageGroupNotSetException Modifier and Type Method Description static voidPlanExecutor. flushSpecifiedStorageGroups(FlushPlan plan)booleanIPlanExecutor. processNonQuery(PhysicalPlan plan)Process Non-Query Physical plan, including insert/update/delete operation of data/metadata/PrivilegebooleanPlanExecutor. processNonQuery(PhysicalPlan plan) -
Uses of StorageGroupNotSetException in org.apache.iotdb.db.service.basic
Methods in org.apache.iotdb.db.service.basic that throw StorageGroupNotSetException Modifier and Type Method Description abstract booleanServiceProvider. executeNonQuery(PhysicalPlan plan)booleanStandaloneServiceProvider. executeNonQuery(PhysicalPlan plan)
-