Package | Description |
---|---|
org.apache.edgent.execution.services |
Execution services.
|
org.apache.edgent.runtime.jobregistry |
Modifier and Type | Method and Description |
---|---|
static JobRegistryService.EventType |
JobRegistryService.EventType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JobRegistryService.EventType[] |
JobRegistryService.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
JobRegistryService.addListener(BiConsumer<JobRegistryService.EventType,Job> listener)
Adds a handler to a collection of listeners that will be notified
on job registration and state changes.
|
boolean |
JobRegistryService.removeListener(BiConsumer<JobRegistryService.EventType,Job> listener)
Removes a handler from this registry's collection of listeners.
|
Modifier and Type | Method and Description |
---|---|
void |
JobRegistry.addListener(BiConsumer<JobRegistryService.EventType,Job> listener) |
boolean |
JobRegistry.removeListener(BiConsumer<JobRegistryService.EventType,Job> listener) |
static <T> TStream<T> |
JobEvents.source(Topology topology,
BiFunction<JobRegistryService.EventType,Job,T> wrapper)
Declares a stream populated by
JobRegistryService events. |
Copyright © 2016 The Apache Software Foundation. All Rights Reserved - bbe71fa-20161201-1641