public class ClusterCommandManagerImpl extends AbstractRestManager implements ClusterCommandManager
AbstractRestManager.ThrowableSupplier<T,E extends Throwable>
logger
Constructor and Description |
---|
ClusterCommandManagerImpl(APIConnector apiConnector) |
Modifier and Type | Method and Description |
---|---|
CommandView |
getPublishedCommand(String id) |
Map<Integer,CommandView> |
getPublishedCommands() |
String |
publishCommand(String command) |
delete, get, get, getApiConnector, invoke, invokeForMsg, parseMsg, parseResponseClass, parseResponseGeneric, post, post
public ClusterCommandManagerImpl(APIConnector apiConnector)
public Map<Integer,CommandView> getPublishedCommands() throws ManagementException
getPublishedCommands
in interface ClusterCommandManager
ManagementException
public CommandView getPublishedCommand(String id) throws ManagementException
getPublishedCommand
in interface ClusterCommandManager
ManagementException
public String publishCommand(String command) throws ManagementException
publishCommand
in interface ClusterCommandManager
ManagementException
Copyright © 2016–2019 AdroitLogic. All rights reserved.