Interface | Description |
---|---|
IStateManager |
This file defines the IStateManager interface.
|
WatchCallback |
A callback interface used to set a watch on any of the nodes
in certain implemenations of IStateManager (Zookeeper for example)
Any event on that node will trigger the callback (processWatch).
|
Class | Description |
---|---|
SchedulerStateManagerAdaptor |
This file provides a Adaptor for Scheduler.
|
Enum | Description |
---|---|
WatchCallback.WatchEventType |