@Deprecated public class MetadataQuery extends Object implements graphql.kickstart.tools.GraphQLQueryResolver
MetadataQueryV2| Constructor and Description |
|---|
MetadataQuery(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Service> |
getAllBrowserServices(Duration duration)
Deprecated.
|
List<Database> |
getAllDatabases(Duration duration)
Deprecated.
|
List<Service> |
getAllServices(Duration duration,
String group)
Deprecated.
|
List<ServiceInstance> |
getServiceInstances(Duration duration,
String serviceId)
Deprecated.
|
Service |
searchBrowserService(String serviceCode)
Deprecated.
|
List<Service> |
searchBrowserServices(Duration duration,
String keyword)
Deprecated.
|
List<Endpoint> |
searchEndpoint(String keyword,
String serviceId,
int limit)
Deprecated.
|
Service |
searchService(String serviceCode)
Deprecated.
|
List<Service> |
searchServices(Duration duration,
String keyword)
Deprecated.
|
public MetadataQuery(org.apache.skywalking.oap.server.library.module.ModuleManager moduleManager)
public List<Service> getAllServices(Duration duration, String group) throws IOException
IOExceptionpublic List<Service> getAllBrowserServices(Duration duration) throws IOException
IOExceptionpublic List<Service> searchServices(Duration duration, String keyword) throws IOException
IOExceptionpublic Service searchService(String serviceCode) throws IOException
IOExceptionpublic List<Service> searchBrowserServices(Duration duration, String keyword) throws IOException
IOExceptionpublic Service searchBrowserService(String serviceCode) throws IOException
IOExceptionpublic List<ServiceInstance> getServiceInstances(Duration duration, String serviceId) throws IOException
IOExceptionpublic List<Endpoint> searchEndpoint(String keyword, String serviceId, int limit) throws IOException
IOExceptionpublic List<Database> getAllDatabases(Duration duration) throws IOException
IOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.