public interface FlowRestService
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LIMIT |
static String |
DEFAULT_STEP_MS |
static String |
DEFAULT_TOP_N |
Modifier and Type | Method and Description |
---|---|
Long |
getFlowCount(javax.ws.rs.core.UriInfo uriInfo)
Retrieves the number of flows persisted in the repository.
|
FlowNodeDetails |
getFlowExporter(String nodeCriteria,
int limit,
javax.ws.rs.core.UriInfo uriInfo)
Retrieved detailed information about a specific node.
|
List<FlowNodeSummary> |
getFlowExporters(int limit,
javax.ws.rs.core.UriInfo uriInfo)
Retrieves a summary of the nodes that have exported flows.
|
FlowGraphUrlInfo |
getFlowGraphUrlInfo(javax.ws.rs.core.UriInfo uriInfo) |
FlowSummaryResponse |
getTopNApplications(int N,
boolean includeOther,
javax.ws.rs.core.UriInfo uriInfo) |
FlowSeriesResponse |
getTopNApplicationSeries(long step,
int N,
boolean includeOther,
javax.ws.rs.core.UriInfo uriInfo) |
FlowSummaryResponse |
getTopNConversations(int N,
javax.ws.rs.core.UriInfo uriInfo) |
FlowSeriesResponse |
getTopNConversationsSeries(long step,
int N,
javax.ws.rs.core.UriInfo uriInfo) |
static final String DEFAULT_STEP_MS
static final String DEFAULT_TOP_N
static final String DEFAULT_LIMIT
Long getFlowCount(@Context javax.ws.rs.core.UriInfo uriInfo)
uriInfo
- JAX-RS contextList<FlowNodeSummary> getFlowExporters(int limit, @Context javax.ws.rs.core.UriInfo uriInfo)
limit
- maximum number of exporters to return (those with the most flows will be returned
in case the results are truncated)uriInfo
- JAX-RS contextFlowNodeDetails getFlowExporter(String nodeCriteria, int limit, @Context javax.ws.rs.core.UriInfo uriInfo)
nodeCriteria
- node id or fs:fidlimit
- maximum number of interfaces to return (those with the most flows will be returned
in case the results are truncated)uriInfo
- JAX-RS contextFlowSummaryResponse getTopNApplications(int N, boolean includeOther, @Context javax.ws.rs.core.UriInfo uriInfo)
FlowSeriesResponse getTopNApplicationSeries(long step, int N, boolean includeOther, @Context javax.ws.rs.core.UriInfo uriInfo)
FlowSummaryResponse getTopNConversations(int N, @Context javax.ws.rs.core.UriInfo uriInfo)
FlowSeriesResponse getTopNConversationsSeries(long step, int N, @Context javax.ws.rs.core.UriInfo uriInfo)
FlowGraphUrlInfo getFlowGraphUrlInfo(@Context javax.ws.rs.core.UriInfo uriInfo)
Copyright © 2018. All rights reserved.