Uses of Interface
org.apache.iotdb.commons.service.IService
-
Packages that use IService 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 IService in org.apache.iotdb.commons.auth.authorizer
Classes in org.apache.iotdb.commons.auth.authorizer that implement IService Modifier and Type Class Description classBasicAuthorizerclassLocalFileAuthorizerclassOpenIdAuthorizerUses an OpenID Connect provider for Authorization / Authentication. -
Uses of IService in org.apache.iotdb.commons.service
Classes in org.apache.iotdb.commons.service that implement IService Modifier and Type Class Description classJMXServiceclassThriftServiceMethods in org.apache.iotdb.commons.service with parameters of type IService Modifier and Type Method Description voidRegisterManager. register(IService service)register service. -
Uses of IService in org.apache.iotdb.commons.service.metric
Classes in org.apache.iotdb.commons.service.metric that implement IService Modifier and Type Class Description classMetricService -
Uses of IService in org.apache.iotdb.commons.udf.service
Classes in org.apache.iotdb.commons.udf.service that implement IService Modifier and Type Class Description classUDFClassLoaderManager
-