Uses of Class
org.apache.iotdb.db.metadata.template.TemplateInternalRPCUpdateType
-
Packages that use TemplateInternalRPCUpdateType Package Description org.apache.iotdb.db.metadata.template -
-
Uses of TemplateInternalRPCUpdateType in org.apache.iotdb.db.metadata.template
Methods in org.apache.iotdb.db.metadata.template that return TemplateInternalRPCUpdateType Modifier and Type Method Description static TemplateInternalRPCUpdateTypeTemplateInternalRPCUpdateType. deserialize(java.nio.ByteBuffer buffer)static TemplateInternalRPCUpdateTypeTemplateInternalRPCUpdateType. getType(byte type)static TemplateInternalRPCUpdateTypeTemplateInternalRPCUpdateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TemplateInternalRPCUpdateType[]TemplateInternalRPCUpdateType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-