public class OSBTCreateTreeRequest extends Object implements OBinaryRequest<OSBTCreateTreeResponse>
Constructor and Description |
---|
OSBTCreateTreeRequest() |
OSBTCreateTreeRequest(int clusterId) |
Modifier and Type | Method and Description |
---|---|
OSBTCreateTreeResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
int |
getClusterId() |
byte |
getCommand() |
String |
getDescription() |
void |
read(OChannelDataInput channel,
int protocolVersion,
ORecordSerializer serializer) |
void |
write(OChannelDataOutput network,
OStorageRemoteSession session) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
requireDatabaseSession, requiredServerRole, requireServerUser
public OSBTCreateTreeRequest(int clusterId)
public OSBTCreateTreeRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write
in interface OBinaryRequest<OSBTCreateTreeResponse>
IOException
public void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read
in interface OBinaryRequest<OSBTCreateTreeResponse>
IOException
public byte getCommand()
getCommand
in interface OBinaryRequest<OSBTCreateTreeResponse>
public String getDescription()
getDescription
in interface OBinaryRequest<OSBTCreateTreeResponse>
public int getClusterId()
public OSBTCreateTreeResponse createResponse()
createResponse
in interface OBinaryRequest<OSBTCreateTreeResponse>
public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute
in interface OBinaryRequest<OSBTCreateTreeResponse>
Copyright © 2009–2020 OrientDB. All rights reserved.