Package | Description |
---|---|
org.apache.edgent.execution |
Execution of Edgent topologies and graphs.
|
org.apache.edgent.metrics |
Metric utility methods, oplets, and reporters which allow an
application to expose metric values, for example via JMX.
|
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.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.jobregistry | |
org.apache.edgent.streamscope |
Stream Oscilloscope - package for instrumenting streams to capture tuples.
|
Modifier and Type | Method and Description |
---|---|
ServiceContainer |
DirectSubmitter.getServices()
Access to services.
|
Modifier and Type | Method and Description |
---|---|
static MetricsSetup |
MetricsSetup.withRegistry(ServiceContainer services,
com.codahale.metrics.MetricRegistry registry)
Returns a new
MetricsSetup for configuring metrics. |
Modifier and Type | Method and Description |
---|---|
ServiceContainer |
DirectProvider.getServices()
Access to services.
|
Modifier and Type | Method and Description |
---|---|
ServiceContainer |
IotProvider.getServices()
Access to services.
|
Constructor and Description |
---|
Executable(java.lang.String name,
ServiceContainer containerServices)
Creates a new
Executable for the specified job. |
Executable(java.lang.String name,
ServiceContainer containerServices,
java.util.concurrent.ThreadFactory threads)
Creates a new
Executable for the specified topology name, which uses the
given thread factory to create new threads for oplet execution. |
Constructor and Description |
---|
DirectGraph(java.lang.String topologyName,
ServiceContainer container)
Creates a new
DirectGraph instance underlying the specified
topology. |
Modifier and Type | Method and Description |
---|---|
static JobRegistryService |
JobRegistry.createAndRegister(ServiceContainer services)
Creates and registers a
JobRegistry with the given service
container. |
Modifier and Type | Method and Description |
---|---|
static void |
StreamScopeSetup.register(ServiceContainer services)
Perform the registrations needed to use the streamscope package.
|
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641