public class MetaFormatUtils extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String[] |
RESERVED_NODE_NAMES |
| 构造器和说明 |
|---|
MetaFormatUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
checkNodeName(String name)
check whether the node name is well formatted
|
static void |
checkSchemaMeasurementNames(List<String> measurements)
check whether the measurement ids in schema is well formatted
|
static void |
checkStorageGroup(String storageGroup)
check whether the storageGroup name uses illegal characters
|
static void |
checkTimeseries(PartialPath timeseries)
check whether the given path is well formatted
|
static void |
checkTimeseriesProps(String path,
Map<String,String> props)
check props when creating timeseries
|
public static String[] RESERVED_NODE_NAMES
public static void checkTimeseries(PartialPath timeseries) throws IllegalPathException
public static void checkNodeName(String name) throws MetadataException
public static void checkSchemaMeasurementNames(List<String> measurements) throws MetadataException
public static void checkStorageGroup(String storageGroup) throws IllegalPathException
public static void checkTimeseriesProps(String path, Map<String,String> props) throws IllegalParameterOfPathException
Copyright © 2022 The Apache Software Foundation. All rights reserved.