
public class OExperimentalRequest extends Object implements OBinaryRequest<OExperimentalResponse>
| Modifier and Type | Field and Description |
|---|---|
static byte |
REQUEST_RECORD_LOCK |
static byte |
REQUEST_RECORD_UNLOCK |
| Constructor and Description |
|---|
OExperimentalRequest() |
OExperimentalRequest(OBinaryRequest<? extends OBinaryResponse> request) |
| Modifier and Type | Method and Description |
|---|---|
OExperimentalResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
byte |
getMessageID() |
OBinaryRequest<? extends OBinaryResponse> |
getRequest() |
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 static final byte REQUEST_RECORD_LOCK
public static final byte REQUEST_RECORD_UNLOCK
public OExperimentalRequest()
public OExperimentalRequest(OBinaryRequest<? extends OBinaryResponse> request)
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OExperimentalResponse>IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OExperimentalResponse>IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OExperimentalResponse>public OExperimentalResponse createResponse()
createResponse in interface OBinaryRequest<OExperimentalResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OExperimentalResponse>public byte getMessageID()
public OBinaryRequest<? extends OBinaryResponse> getRequest()
public String getDescription()
getDescription in interface OBinaryRequest<OExperimentalResponse>Copyright © 2009–2025 OrientDB. All rights reserved.