Interface | Description |
---|---|
ISchedulerClient |
Implementing this interface allows an object to manage topology via scheduler
|
Class | Description |
---|---|
HttpServiceSchedulerClient |
This class manages topology by sending request
to appropriate HTTP endpoint of the topology scheduler service.
|
HttpServiceSchedulerClientTest | |
LibrarySchedulerClient |
This class manages topology by invoking IScheduler's interface directly as a library.
|
LibrarySchedulerClientTest | |
SchedulerClientFactory | |
SchedulerClientFactoryTest |