public static enum IoTDBMetadataResultSet.MetadataType extends Enum<IoTDBMetadataResultSet.MetadataType>
| Enum Constant and Description |
|---|
CHILD_PATHS |
COLUMN |
COUNT_NODE_TIMESERIES |
COUNT_NODES |
COUNT_TIMESERIES |
DEVICES |
STORAGE_GROUP |
TIMESERIES |
VERSION |
| Modifier and Type | Method and Description |
|---|---|
static IoTDBMetadataResultSet.MetadataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IoTDBMetadataResultSet.MetadataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IoTDBMetadataResultSet.MetadataType STORAGE_GROUP
public static final IoTDBMetadataResultSet.MetadataType TIMESERIES
public static final IoTDBMetadataResultSet.MetadataType COLUMN
public static final IoTDBMetadataResultSet.MetadataType DEVICES
public static final IoTDBMetadataResultSet.MetadataType CHILD_PATHS
public static final IoTDBMetadataResultSet.MetadataType COUNT_TIMESERIES
public static final IoTDBMetadataResultSet.MetadataType COUNT_NODES
public static final IoTDBMetadataResultSet.MetadataType COUNT_NODE_TIMESERIES
public static final IoTDBMetadataResultSet.MetadataType VERSION
public static IoTDBMetadataResultSet.MetadataType[] values()
for (IoTDBMetadataResultSet.MetadataType c : IoTDBMetadataResultSet.MetadataType.values()) System.out.println(c);
public static IoTDBMetadataResultSet.MetadataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 The Apache Software Foundation. All rights reserved.