
public final class OAddClusterRequest extends Object implements OBinaryRequest<OAddClusterResponse>
| Constructor and Description |
|---|
OAddClusterRequest() |
OAddClusterRequest(int iRequestedId,
String iClusterName) |
| Modifier and Type | Method and Description |
|---|---|
OAddClusterResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
String |
getClusterName() |
byte |
getCommand() |
String |
getDescription() |
int |
getRequestedId() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireDatabaseSession, requiredServerRole, requireServerUserpublic OAddClusterRequest(int iRequestedId,
String iClusterName)
public OAddClusterRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OAddClusterResponse>IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OAddClusterResponse>IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OAddClusterResponse>public String getDescription()
getDescription in interface OBinaryRequest<OAddClusterResponse>public String getClusterName()
public int getRequestedId()
public OAddClusterResponse createResponse()
createResponse in interface OBinaryRequest<OAddClusterResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OAddClusterResponse>Copyright © 2009–2025 OrientDB. All rights reserved.