Uses of Class
org.apache.iotdb.db.engine.storagegroup.StorageGroupInfo
-
Packages that use StorageGroupInfo Package Description org.apache.iotdb.db.engine.storagegroup org.apache.iotdb.db.rescon rescon means Resource Control, classes in this package provide global control over various resources shared in IoTDB. -
-
Uses of StorageGroupInfo in org.apache.iotdb.db.engine.storagegroup
Methods in org.apache.iotdb.db.engine.storagegroup that return StorageGroupInfo Modifier and Type Method Description StorageGroupInfoDataRegion. getStorageGroupInfo()Constructors in org.apache.iotdb.db.engine.storagegroup with parameters of type StorageGroupInfo Constructor Description TsFileProcessor(java.lang.String storageGroupName, StorageGroupInfo storageGroupInfo, TsFileResource tsFileResource, CloseFileListener closeUnsealedTsFileProcessor, DataRegion.UpdateEndTimeCallBack updateLatestFlushTimeCallback, boolean sequence, org.apache.iotdb.tsfile.write.writer.RestorableTsFileIOWriter writer)TsFileProcessorInfo(StorageGroupInfo storageGroupInfo) -
Uses of StorageGroupInfo in org.apache.iotdb.db.rescon
Methods in org.apache.iotdb.db.rescon with parameters of type StorageGroupInfo Modifier and Type Method Description booleanSystemInfo. reportStorageGroupStatus(StorageGroupInfo storageGroupInfo, TsFileProcessor tsFileProcessor)Report current mem cost of storage group to system.voidSystemInfo. resetStorageGroupStatus(StorageGroupInfo storageGroupInfo)Report resetting the mem cost of sg to system.
-