Class OServerCommandDistributedManager
java.lang.Object
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
com.orientechnologies.agent.http.command.OServerCommandDistributedAuthenticated
com.orientechnologies.agent.http.command.OServerCommandDistributedScope
com.orientechnologies.agent.http.command.OServerCommandDistributedManager
- All Implemented Interfaces:
OServerCommand
-
Field Summary
Fields inherited from class com.orientechnologies.agent.http.command.OServerCommandDistributedScope
enterpriseServerFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
serverPassword, serverUserFields inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
server -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoGet(OHttpRequest iRequest, OHttpResponse iResponse) doGetDatabaseInfo(OServer server, String id) doGetNodeConfig(ODistributedServerManager manager) protected voiddoPost(OHttpRequest iRequest, OHttpResponse iResponse) protected voiddoPost(OHttpRequest iRequest, OHttpResponse iResponse, String[] parts) protected voiddoPut(OHttpRequest iRequest, OHttpResponse iResponse) booleanexecute(OHttpRequest iRequest, OHttpResponse iResponse) Executes the command requested.String[]getNames()Methods inherited from class com.orientechnologies.agent.http.command.OServerCommandDistributedScope
doDelete, getProfiledDatabaseInstanceMethods inherited from class com.orientechnologies.agent.http.command.OServerCommandDistributedAuthenticated
isLocalNodeMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedServerAbstract
authenticate, authenticate, beforeExecute, checkGuestAccess, getResource, getUser, sendAuthorizationRequest, sendNotAuthorizedResponseMethods inherited from class com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAbstract
afterExecute, checkSyntax, configure, getServer, isJsonResponse, sendJsonError, setNoCache
-
Constructor Details
-
OServerCommandDistributedManager
-
-
Method Details
-
execute
Description copied from interface:OServerCommandExecutes the command requested.- Specified by:
executein interfaceOServerCommand- Overrides:
executein classOServerCommandDistributedScope- Returns:
- boolean value that indicates if this command is part of a chain
- Throws:
Exception
-
doPost
- Overrides:
doPostin classOServerCommandDistributedScope- Throws:
IOException
-
doPut
- Overrides:
doPutin classOServerCommandDistributedScope- Throws:
IOException
-
doGet
- Overrides:
doGetin classOServerCommandDistributedScope- Throws:
IOException
-
doPost
protected void doPost(OHttpRequest iRequest, OHttpResponse iResponse, String[] parts) throws IOException - Throws:
IOException
-
getClusterConfig
-
doGetDatabaseInfo
-
doGetNodeConfig
-
getNames
-