Package | Description |
---|---|
org.apache.edgent.execution |
Execution of Edgent topologies and graphs.
|
org.apache.edgent.providers.development |
Execution of a streaming topology in a development environment .
|
org.apache.edgent.providers.direct |
Direct execution of a streaming topology.
|
org.apache.edgent.providers.iot |
Iot provider that allows multiple applications to
share an
IotDevice . |
org.apache.edgent.topology.spi.tester | |
org.apache.edgent.topology.tester |
Testing for a streaming topology.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DirectSubmitter<E,J extends Job>
An interface for submission of an executable
that is executed directly within the current
virtual machine.
|
Modifier and Type | Class and Description |
---|---|
class |
DevelopmentProvider
Provider intended for development.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectProvider
DirectProvider is a TopologyProvider that
runs a submitted topology as a Job in threads
in the current virtual machine. |
Modifier and Type | Class and Description |
---|---|
class |
IotProvider
IoT provider supporting multiple topologies with a single connection to a
message hub.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractTester.complete(Submitter<Topology,? extends Job> submitter,
com.google.gson.JsonObject config,
Condition<?> endCondition,
long timeout,
java.util.concurrent.TimeUnit unit) |
Modifier and Type | Method and Description |
---|---|
boolean |
Tester.complete(Submitter<Topology,? extends Job> submitter,
com.google.gson.JsonObject config,
Condition<?> endCondition,
long timeout,
java.util.concurrent.TimeUnit unit)
Submit the topology for this tester and wait for it to complete, or reach
an end condition.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641