public class IoTDBTopologyQueryDAO extends Object implements ITopologyQueryDAO
| Constructor and Description |
|---|
IoTDBTopologyQueryDAO() |
| Modifier and Type | Method and Description |
|---|---|
List<Call.CallDetail> |
loadEndpointRelation(long startTB,
long endTB,
String destEndpointId) |
List<Call.CallDetail> |
loadInstanceRelationDetectedAtClientSide(String clientServiceId,
String serverServiceId,
long startTB,
long endTB) |
List<Call.CallDetail> |
loadInstanceRelationDetectedAtServerSide(String clientServiceId,
String serverServiceId,
long startTB,
long endTB) |
List<Call.CallDetail> |
loadServiceRelationDetectedAtClientSide(long startTB,
long endTB) |
List<Call.CallDetail> |
loadServiceRelationDetectedAtClientSide(long startTB,
long endTB,
List<String> serviceIds) |
List<Call.CallDetail> |
loadServiceRelationsDetectedAtServerSide(long startTB,
long endTB) |
List<Call.CallDetail> |
loadServiceRelationsDetectedAtServerSide(long startTB,
long endTB,
List<String> serviceIds) |
public List<Call.CallDetail> loadServiceRelationsDetectedAtServerSide(long startTB, long endTB, List<String> serviceIds) throws IOException
loadServiceRelationsDetectedAtServerSide in interface ITopologyQueryDAOIOExceptionpublic List<Call.CallDetail> loadServiceRelationDetectedAtClientSide(long startTB, long endTB, List<String> serviceIds) throws IOException
loadServiceRelationDetectedAtClientSide in interface ITopologyQueryDAOIOExceptionpublic List<Call.CallDetail> loadServiceRelationsDetectedAtServerSide(long startTB, long endTB) throws IOException
loadServiceRelationsDetectedAtServerSide in interface ITopologyQueryDAOIOExceptionpublic List<Call.CallDetail> loadServiceRelationDetectedAtClientSide(long startTB, long endTB) throws IOException
loadServiceRelationDetectedAtClientSide in interface ITopologyQueryDAOIOExceptionpublic List<Call.CallDetail> loadInstanceRelationDetectedAtServerSide(String clientServiceId, String serverServiceId, long startTB, long endTB) throws IOException
loadInstanceRelationDetectedAtServerSide in interface ITopologyQueryDAOIOExceptionpublic List<Call.CallDetail> loadInstanceRelationDetectedAtClientSide(String clientServiceId, String serverServiceId, long startTB, long endTB) throws IOException
loadInstanceRelationDetectedAtClientSide in interface ITopologyQueryDAOIOExceptionpublic List<Call.CallDetail> loadEndpointRelation(long startTB, long endTB, String destEndpointId) throws IOException
loadEndpointRelation in interface ITopologyQueryDAOIOExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.