Class TopologyQueryEsDAO
- java.lang.Object
-
- org.apache.skywalking.oap.server.core.storage.AbstractDAO<ElasticSearchClient>
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
-
- org.apache.skywalking.oap.server.storage.plugin.elasticsearch.query.TopologyQueryEsDAO
-
- All Implemented Interfaces:
DAO,ITopologyQueryDAO,org.apache.skywalking.oap.server.library.module.Service
public class TopologyQueryEsDAO extends EsDAO implements ITopologyQueryDAO
-
-
Field Summary
-
Fields inherited from class org.apache.skywalking.oap.server.storage.plugin.elasticsearch.base.EsDAO
SCROLL_CONTEXT_RETENTION
-
-
Constructor Summary
Constructors Constructor Description TopologyQueryEsDAO(ElasticSearchClient client)
-
Method Summary
-
Methods inherited from class org.apache.skywalking.oap.server.core.storage.AbstractDAO
getClient
-
-
-
-
Constructor Detail
-
TopologyQueryEsDAO
public TopologyQueryEsDAO(ElasticSearchClient client)
-
-
Method Detail
-
loadServiceRelationsDetectedAtServerSide
public List<Call.CallDetail> loadServiceRelationsDetectedAtServerSide(Duration duration, List<String> serviceIds)
- Specified by:
loadServiceRelationsDetectedAtServerSidein interfaceITopologyQueryDAO
-
loadServiceRelationDetectedAtClientSide
public List<Call.CallDetail> loadServiceRelationDetectedAtClientSide(Duration duration, List<String> serviceIds)
- Specified by:
loadServiceRelationDetectedAtClientSidein interfaceITopologyQueryDAO
-
loadServiceRelationsDetectedAtServerSide
public List<Call.CallDetail> loadServiceRelationsDetectedAtServerSide(Duration duration)
- Specified by:
loadServiceRelationsDetectedAtServerSidein interfaceITopologyQueryDAO
-
loadServiceRelationDetectedAtClientSide
public List<Call.CallDetail> loadServiceRelationDetectedAtClientSide(Duration duration)
- Specified by:
loadServiceRelationDetectedAtClientSidein interfaceITopologyQueryDAO
-
loadInstanceRelationDetectedAtServerSide
public List<Call.CallDetail> loadInstanceRelationDetectedAtServerSide(String clientServiceId, String serverServiceId, Duration duration)
- Specified by:
loadInstanceRelationDetectedAtServerSidein interfaceITopologyQueryDAO
-
loadInstanceRelationDetectedAtClientSide
public List<Call.CallDetail> loadInstanceRelationDetectedAtClientSide(String clientServiceId, String serverServiceId, Duration duration)
- Specified by:
loadInstanceRelationDetectedAtClientSidein interfaceITopologyQueryDAO
-
loadEndpointRelation
public List<Call.CallDetail> loadEndpointRelation(Duration duration, String destEndpointId)
- Specified by:
loadEndpointRelationin interfaceITopologyQueryDAO
-
loadProcessRelationDetectedAtClientSide
public List<Call.CallDetail> loadProcessRelationDetectedAtClientSide(String serviceInstanceId, Duration duration) throws IOException
- Specified by:
loadProcessRelationDetectedAtClientSidein interfaceITopologyQueryDAO- Throws:
IOException
-
loadProcessRelationDetectedAtServerSide
public List<Call.CallDetail> loadProcessRelationDetectedAtServerSide(String serviceInstanceId, Duration duration) throws IOException
- Specified by:
loadProcessRelationDetectedAtServerSidein interfaceITopologyQueryDAO- Throws:
IOException
-
-