Package | Description |
---|---|
org.apache.edgent.connectors.pubsub.oplets |
Oplets supporting publish subscribe service.
|
org.apache.edgent.metrics.oplets | |
org.apache.edgent.oplet |
Oplets API.
|
org.apache.edgent.oplet.core |
Core primitive oplets.
|
org.apache.edgent.oplet.functional |
Oplets that process tuples using functions.
|
org.apache.edgent.oplet.plumbing |
Oplets that control the flow of tuples.
|
org.apache.edgent.oplet.window |
Oplets using windows.
|
org.apache.edgent.runtime.etiao |
A runtime for executing an Edgent streaming topology, designed as an embeddable library
so that it can be executed in a simple Java application.
|
org.apache.edgent.streamscope.oplets |
Stream Oscilloscope underlying implementation oplets.
|
Modifier and Type | Method and Description |
---|---|
void |
Publish.initialize(OpletContext<T,java.lang.Void> context) |
Modifier and Type | Method and Description |
---|---|
void |
SingleMetricAbstractOplet.initialize(OpletContext<T,T> context) |
Modifier and Type | Method and Description |
---|---|
void |
Oplet.initialize(OpletContext<I,O> context)
Initialize the oplet.
|
Modifier and Type | Method and Description |
---|---|
OpletContext<I,O> |
AbstractOplet.getOpletContext() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOplet.initialize(OpletContext<I,O> context) |
void |
Pipe.initialize(OpletContext<I,O> context) |
void |
Split.initialize(OpletContext<T,T> context) |
void |
Union.initialize(OpletContext<T,T> context) |
void |
FanIn.initialize(OpletContext<T,U> context) |
void |
PeriodicSource.initialize(OpletContext<java.lang.Void,T> context) |
void |
Source.initialize(OpletContext<java.lang.Void,T> context) |
Modifier and Type | Method and Description |
---|---|
void |
SupplierPeriodicSource.initialize(OpletContext<java.lang.Void,T> context) |
void |
SupplierSource.initialize(OpletContext<java.lang.Void,T> context) |
Modifier and Type | Method and Description |
---|---|
void |
Barrier.initialize(OpletContext<T,java.util.List<T>> context) |
void |
Isolate.initialize(OpletContext<T,T> context) |
void |
PressureReliever.initialize(OpletContext<T,T> context) |
void |
UnorderedIsolate.initialize(OpletContext<T,T> context) |
Modifier and Type | Method and Description |
---|---|
void |
Aggregate.initialize(OpletContext<T,U> context) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractContext<I,O>
Provides a skeletal implementation of the
OpletContext
interface. |
class |
InvocationContext<I,O>
Context information for the
Oplet 's execution context. |
Modifier and Type | Method and Description |
---|---|
void |
StreamScope.initialize(OpletContext<T,T> context) |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641