public class IoTDBMetadataQueryDAO extends Object implements IMetadataQueryDAO
| Constructor and Description |
|---|
IoTDBMetadataQueryDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<Endpoint> |
findEndpoint(String keyword,
String serviceId,
int limit) |
ServiceInstance |
getInstance(String instanceId) |
Process |
getProcess(String processId) |
List<Service> |
getServices(String serviceId) |
List<ServiceInstance> |
listInstances(long startTimestamp,
long endTimestamp,
String serviceId) |
List<Process> |
listProcesses(String serviceId,
String instanceId,
String agentId) |
List<Service> |
listServices(String layer,
String group) |
public List<Service> listServices(String layer, String group) throws IOException
listServices in interface IMetadataQueryDAOIOExceptionpublic List<Service> getServices(String serviceId) throws IOException
getServices in interface IMetadataQueryDAOIOExceptionpublic List<ServiceInstance> listInstances(long startTimestamp, long endTimestamp, String serviceId) throws IOException
listInstances in interface IMetadataQueryDAOIOExceptionpublic ServiceInstance getInstance(String instanceId) throws IOException
getInstance in interface IMetadataQueryDAOIOExceptionpublic List<Endpoint> findEndpoint(String keyword, String serviceId, int limit) throws IOException
findEndpoint in interface IMetadataQueryDAOIOExceptionpublic List<Process> listProcesses(String serviceId, String instanceId, String agentId) throws IOException
listProcesses in interface IMetadataQueryDAOIOExceptionpublic Process getProcess(String processId) throws IOException
getProcess in interface IMetadataQueryDAOIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.