Uses of Class
org.apache.iotdb.commons.service.ServiceType
-
Packages that use ServiceType Package Description org.apache.iotdb.commons.auth.authorizer org.apache.iotdb.commons.service org.apache.iotdb.commons.service.metric org.apache.iotdb.commons.udf.service -
-
Uses of ServiceType in org.apache.iotdb.commons.auth.authorizer
Methods in org.apache.iotdb.commons.auth.authorizer that return ServiceType Modifier and Type Method Description ServiceTypeBasicAuthorizer. getID() -
Uses of ServiceType in org.apache.iotdb.commons.service
Methods in org.apache.iotdb.commons.service that return ServiceType Modifier and Type Method Description ServiceTypeIService. getID()Get the name of the the service.ServiceTypeJMXService. getID()static ServiceTypeServiceType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ServiceType[]ServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ServiceType in org.apache.iotdb.commons.service.metric
Methods in org.apache.iotdb.commons.service.metric that return ServiceType Modifier and Type Method Description ServiceTypeMetricService. getID() -
Uses of ServiceType in org.apache.iotdb.commons.udf.service
Methods in org.apache.iotdb.commons.udf.service that return ServiceType Modifier and Type Method Description ServiceTypeUDFClassLoaderManager. getID()
-