Class OAddClusterRequest
java.lang.Object
com.orientechnologies.orient.client.remote.message.OAddClusterRequest
- All Implemented Interfaces:
OBinaryRequest<OAddClusterResponse>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(OBinaryRequestExecutor executor) byteintvoidread(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) voidwrite(OChannelDataOutput network) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.client.remote.OBinaryRequest
requireDatabaseSession, requiredServerRole, requireServerUser
-
Constructor Details
-
OAddClusterRequest
-
OAddClusterRequest
public OAddClusterRequest()
-
-
Method Details
-
write
- Specified by:
writein interfaceOBinaryRequest<OAddClusterResponse>- Throws:
IOException
-
read
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
readin interfaceOBinaryRequest<OAddClusterResponse>- Throws:
IOException
-
getCommand
public byte getCommand()- Specified by:
getCommandin interfaceOBinaryRequest<OAddClusterResponse>
-
getDescription
- Specified by:
getDescriptionin interfaceOBinaryRequest<OAddClusterResponse>
-
getClusterName
-
getRequestedId
public int getRequestedId() -
createResponse
- Specified by:
createResponsein interfaceOBinaryRequest<OAddClusterResponse>
-
execute
- Specified by:
executein interfaceOBinaryRequest<OAddClusterResponse>
-