Package | Description |
---|---|
org.apache.edgent.graph |
Low-level graph building API.
|
org.apache.edgent.graph.spi | |
org.apache.edgent.providers.direct |
Direct execution of a streaming topology.
|
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.runtime.etiao.graph | |
org.apache.edgent.runtime.etiao.graph.model | |
org.apache.edgent.topology |
Functional api to build a streaming topology.
|
org.apache.edgent.topology.spi.graph |
Modifier and Type | Method and Description |
---|---|
Graph |
Connector.graph()
Gets the
Graph for this Connector . |
Graph |
Vertex.graph()
Get the vertice's
Graph . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGraph<G>
A skeletal implementation of the
Graph interface,
to minimize the effort required to implement the interface. |
Modifier and Type | Method and Description |
---|---|
Graph |
DirectTopology.graph() |
Modifier and Type | Method and Description |
---|---|
Job |
Executable.createJob(Graph graph,
java.lang.String topologyName,
java.lang.String jobName) |
Modifier and Type | Class and Description |
---|---|
class |
DirectGraph
DirectGraph is a Graph that
is executed in the current virtual machine. |
Constructor and Description |
---|
GraphType(Graph graph)
Create an instance of
GraphType . |
GraphType(Graph g,
org.apache.edgent.runtime.etiao.graph.model.IdMapper<java.lang.String> ids)
Create an instance of
GraphType using the specified
IdMapper to generate unique object identifiers. |
Modifier and Type | Method and Description |
---|---|
Graph |
Topology.graph()
Get the underlying graph.
|
Modifier and Type | Method and Description |
---|---|
protected Graph |
ConnectorStream.graph() |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641