| Constructor and Description |
|---|
MetadataQuery(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager) |
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
getAllBrowserServices(Duration duration) |
List<Database> |
getAllDatabases(Duration duration) |
List<Service> |
getAllServices(Duration duration) |
EndpointInfo |
getEndpointInfo(String endpointId) |
ClusterBrief |
getGlobalBrief(Duration duration)
Deprecated.
|
List<ServiceInstance> |
getServiceInstances(Duration duration,
String serviceId) |
TimeInfo |
getTimeInfo() |
List<Endpoint> |
searchEndpoint(String keyword,
String serviceId,
int limit) |
Service |
searchService(String serviceCode) |
List<Service> |
searchServices(Duration duration,
String keyword) |
public MetadataQuery(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
@Deprecated public ClusterBrief getGlobalBrief(Duration duration) throws IOException, ParseException
IOExceptionParseExceptionpublic List<Service> getAllServices(Duration duration) throws IOException, ParseException
IOExceptionParseExceptionpublic List<Service> getAllBrowserServices(Duration duration) throws IOException, ParseException
IOExceptionParseExceptionpublic List<Service> searchServices(Duration duration, String keyword) throws IOException, ParseException
IOExceptionParseExceptionpublic Service searchService(String serviceCode) throws IOException
IOExceptionpublic List<ServiceInstance> getServiceInstances(Duration duration, String serviceId) throws IOException, ParseException
IOExceptionParseExceptionpublic List<Endpoint> searchEndpoint(String keyword, String serviceId, int limit) throws IOException
IOExceptionpublic EndpointInfo getEndpointInfo(String endpointId) throws IOException
IOExceptionpublic List<Database> getAllDatabases(Duration duration) throws IOException
IOExceptionpublic TimeInfo getTimeInfo()
Copyright © 2020 The Apache Software Foundation. All rights reserved.