| Package | Description |
|---|---|
| org.apache.slider.api | |
| org.apache.slider.client.ipc | |
| org.apache.slider.client.rest | |
| org.apache.slider.server.appmaster.web.rest.application |
This package contains resources related to the application
REST API
|
| org.apache.slider.server.appmaster.web.rest.application.actions |
| Modifier and Type | Method and Description |
|---|---|
PingInformation |
SliderApplicationApi.ping(String text)
Ping as a GET
|
| Modifier and Type | Method and Description |
|---|---|
PingInformation |
SliderClusterOperations.ping(String text) |
PingInformation |
SliderApplicationIpcClient.ping(String text) |
| Modifier and Type | Method and Description |
|---|---|
PingInformation |
SliderApplicationApiRestClient.ping(String text) |
PingInformation |
SliderApplicationApiRestClient.pingGet(String text)
Ping as a GET
|
PingInformation |
SliderApplicationApiRestClient.pingPost(String text)
Ping as a POST
|
PingInformation |
SliderApplicationApiRestClient.pingPut(String text)
Ping as a POST
|
| Modifier and Type | Method and Description |
|---|---|
PingInformation |
ApplicationResource.actionPingDelete(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
PingInformation |
ApplicationResource.actionPingGet(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo) |
PingInformation |
ApplicationResource.actionPingPost(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo,
String body) |
PingInformation |
ApplicationResource.actionPingPut(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo,
String body) |
| Modifier and Type | Method and Description |
|---|---|
PingInformation |
RestActionPing.ping(javax.servlet.http.HttpServletRequest request,
javax.ws.rs.core.UriInfo uriInfo,
String body) |
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.