Package | Description |
---|---|
org.apache.edgent.graph |
Low-level graph building API.
|
org.apache.edgent.graph.spi | |
org.apache.edgent.metrics.oplets | |
org.apache.edgent.oplet.functional |
Oplets that process tuples using functions.
|
org.apache.edgent.streamscope.oplets |
Stream Oscilloscope underlying implementation oplets.
|
Modifier and Type | Method and Description |
---|---|
<N extends Peek<T>> |
Connector.peek(N oplet)
Inserts a
Peek oplet between an output port and its
connections. |
Modifier and Type | Method and Description |
---|---|
void |
Graph.peekAll(Supplier<? extends Peek<?>> supplier,
Predicate<Vertex<?,?,?>> select)
Insert Peek oplets returned by the specified
Supplier into
the outputs of all of the oplets which satisfy the specified
Predicate and where the output's Connector.isConnected()
is true. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractGraph.peekAll(Supplier<? extends Peek<?>> supplier,
Predicate<Vertex<?,?,?>> select) |
Modifier and Type | Class and Description |
---|---|
class |
CounterOp<T>
A metrics oplet which counts the number of tuples peeked at.
|
class |
RateMeter<T>
A metrics oplet which measures current tuple throughput and one-, five-,
and fifteen-minute exponentially-weighted moving averages.
|
class |
SingleMetricAbstractOplet<T>
Base for metrics oplets which use a single metric object.
|
Modifier and Type | Class and Description |
---|---|
class |
Peek<T>
Functional peek oplet.
|
Modifier and Type | Class and Description |
---|---|
class |
StreamScope<T>
A Stream "oscilloscope" oplet.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641