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(Integer nodeId)
Retrieved detailed information about a specific node.
|
List<FlowNodeSummary> |
getFlowExporters()
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()
FlowNodeDetails getFlowExporter(Integer nodeId)
nodeId
- node idFlowSummaryResponse 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 © 2019. All rights reserved.