public class TopologyQueryEsDAO extends EsDAO implements ITopologyQueryDAO
| Constructor and Description |
|---|
TopologyQueryEsDAO(ElasticSearchClient client) |
| Modifier and Type | Method and Description |
|---|---|
List<Call> |
loadClientSideServiceRelations(Step step,
long startTB,
long endTB) |
List<Call> |
loadServerSideServiceRelations(Step step,
long startTB,
long endTB) |
List<Call> |
loadSpecifiedClientSideServiceRelations(Step step,
long startTB,
long endTB,
List<Integer> serviceIds) |
List<Call> |
loadSpecifiedDestOfServerSideEndpointRelations(Step step,
long startTB,
long endTB,
int destEndpointId) |
List<Call> |
loadSpecifiedServerSideServiceRelations(Step step,
long startTB,
long endTB,
List<Integer> serviceIds) |
queryBuildgetClientpublic TopologyQueryEsDAO(ElasticSearchClient client)
public List<Call> loadSpecifiedServerSideServiceRelations(Step step, long startTB, long endTB, List<Integer> serviceIds) throws IOException
loadSpecifiedServerSideServiceRelations in interface ITopologyQueryDAOIOExceptionpublic List<Call> loadSpecifiedClientSideServiceRelations(Step step, long startTB, long endTB, List<Integer> serviceIds) throws IOException
loadSpecifiedClientSideServiceRelations in interface ITopologyQueryDAOIOExceptionpublic List<Call> loadServerSideServiceRelations(Step step, long startTB, long endTB) throws IOException
loadServerSideServiceRelations in interface ITopologyQueryDAOIOExceptionpublic List<Call> loadClientSideServiceRelations(Step step, long startTB, long endTB) throws IOException
loadClientSideServiceRelations in interface ITopologyQueryDAOIOExceptionpublic List<Call> loadSpecifiedDestOfServerSideEndpointRelations(Step step, long startTB, long endTB, int destEndpointId) throws IOException
loadSpecifiedDestOfServerSideEndpointRelations in interface ITopologyQueryDAOIOExceptionCopyright © 2019 The Apache Software Foundation. All rights reserved.