@Path(value="/cluster")
public interface ClusterResource
Modifier and Type | Method and Description |
---|---|
ClusterInfo |
getInfo()
Get clustering information
|
ClusterInfo |
setMaster()
Set this instance as cluster master
|
@GET @Path(value="/info") ClusterInfo getInfo()
@PUT @Path(value="/master") ClusterInfo setMaster()
Copyright © 2024 Gentics Software. All rights reserved.