Package io.antmedia.console.rest
Class ClusterRestServiceV2
java.lang.Object
io.antmedia.console.rest.ClusterRestServiceV2
- Direct Known Subclasses:
ClusterRestService
-
Field Summary
Modifier and TypeFieldDescriptionprotected static org.slf4j.Logger
private jakarta.servlet.ServletContext
-
Constructor Summary
-
Method Summary
-
Field Details
-
logger
protected static org.slf4j.Logger logger -
servletContext
@Context private jakarta.servlet.ServletContext servletContext
-
-
Constructor Details
-
ClusterRestServiceV2
public ClusterRestServiceV2()
-
-
Method Details
-
getClusterStore
-
getNodeCount
-
getNodeList
@GET @Path("/nodes/{offset}/{size}") @Produces("application/json") public List<ClusterNode> getNodeList(@PathParam("offset") int offset, @PathParam("size") int size) -
deleteNode
-