| Package | Description |
|---|---|
| org.apache.iotdb.tsfile.write.schema |
| Modifier and Type | Method and Description |
|---|---|
MeasurementGroup |
Schema.getSeriesSchema(Path devicePath) |
| Modifier and Type | Method and Description |
|---|---|
Map<Path,MeasurementGroup> |
Schema.getRegisteredTimeseriesMap() |
Map<String,MeasurementGroup> |
Schema.getSchemaTemplates() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.registerMeasurementGroup(Path devicePath,
MeasurementGroup measurementGroup) |
void |
Schema.registerSchemaTemplate(String templateName,
MeasurementGroup measurementGroup) |
| Constructor and Description |
|---|
Schema(Map<Path,MeasurementGroup> knownSchema) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.