Class RSchemaRegionLoader


  • public class RSchemaRegionLoader
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSchemaRegionLoader

        public RSchemaRegionLoader()
    • 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: