Package | Description |
---|---|
org.apache.edgent.apps.runtime |
Applications which provide monitoring and failure recovery to other
Edgent applications.
|
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.runtime.appservice |
Constructor and Description |
---|
JobMonitorApp(TopologyProvider provider,
DirectSubmitter<Topology,Job> submitter,
java.lang.String name)
Constructs a
JobMonitorApp with the specified name in the
context of the specified provider. |
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.
|
Constructor and Description |
---|
IotProvider(java.lang.String name,
TopologyProvider provider,
DirectSubmitter<Topology,Job> submitter,
Function<Topology,IotDevice> iotDeviceCreator)
Create an
IotProvider . |
Modifier and Type | Method and Description |
---|---|
static ApplicationService |
AppService.createAndRegister(TopologyProvider provider,
DirectSubmitter<Topology,Job> submitter)
Create an register an application service using the default alias
ApplicationService.ALIAS . |
Constructor and Description |
---|
AppService(TopologyProvider provider,
DirectSubmitter<Topology,Job> submitter,
java.lang.String alias)
Create an
ApplicationService instance. |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641