Package | Description |
---|---|
org.apache.edgent.oplet |
Oplets API.
|
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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OutputPortContext> |
OpletContext.getOutputContext()
Get the oplet's output port context information.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<OutputPortContext> |
InvocationContext.getOutputContext() |
Modifier and Type | Method and Description |
---|---|
void |
Invocation.setContext(int port,
OutputPortContext context)
Set the specified output port's context.
|
Constructor and Description |
---|
InvocationContext(java.lang.String id,
JobContext job,
RuntimeServices services,
int inputCount,
java.util.List<? extends Consumer<O>> outputs,
java.util.List<OutputPortContext> outputContext)
Creates an
InvocationContext with the specified parameters. |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641