Class RSchemaRegionLoader
- java.lang.Object
-
- org.apache.iotdb.db.metadata.schemaregion.RSchemaRegionLoader
-
public class RSchemaRegionLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RSchemaRegionLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ISchemaRegionloadRSchemaRegion(org.apache.iotdb.commons.path.PartialPath storageGroup, org.apache.iotdb.commons.consensus.SchemaRegionId schemaRegionId, IStorageGroupMNode node)Load the jar files for RSchemaRegion and create an instance of it.
-
-
-
Method Detail
-
loadRSchemaRegion
public ISchemaRegion loadRSchemaRegion(org.apache.iotdb.commons.path.PartialPath storageGroup, org.apache.iotdb.commons.consensus.SchemaRegionId schemaRegionId, IStorageGroupMNode node)
Load the jar files for RSchemaRegion and create an instance of it. The jar files should be located in "../lib/rschema-region". If jar files cannot be found, the function will return null.- Parameters:
storageGroup-schemaRegionId-node-- Returns:
-
-