| Class | Description |
|---|---|
| DebugHandler |
Implements the handling of HTTP state debug requests.
|
| StateHandler |
Implements the handling of requests to /smila:
{
"taskmanager" : {
"todo" : 0,
"inprogress" : 0
},
"api" : {
"jobmanager" : "http://localhost:8080/smila/jobmanager/",
"tasks" : "http://localhost:8080/smila/tasks/",
"pipelines" : "http://localhost:8080/smila/pipeline/",
"store" : "http://localhost:8080/smila/store/",
"crawlers" : "http://localhost:8080/smila/crawlers/",
"agents" : "http://localhost:8080/smila/agents/"
}
}
|