
public class OReadRecordIfVersionIsNotLatestRequest extends Object implements OBinaryRequest<OReadRecordIfVersionIsNotLatestResponse>
| Constructor and Description |
|---|
OReadRecordIfVersionIsNotLatestRequest() |
OReadRecordIfVersionIsNotLatestRequest(ORecordId rid,
int recordVersion,
String fetchPlan,
boolean ignoreCache) |
| Modifier and Type | Method and Description |
|---|---|
OReadRecordIfVersionIsNotLatestResponse |
createResponse() |
OBinaryResponse |
execute(OBinaryRequestExecutor executor) |
byte |
getCommand() |
String |
getDescription() |
String |
getFetchPlan() |
int |
getRecordVersion() |
ORecordId |
getRid() |
boolean |
isIgnoreCache() |
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 OReadRecordIfVersionIsNotLatestRequest(ORecordId rid, int recordVersion, String fetchPlan, boolean ignoreCache)
public OReadRecordIfVersionIsNotLatestRequest()
public void write(OChannelDataOutput network, OStorageRemoteSession session) throws IOException
write in interface OBinaryRequest<OReadRecordIfVersionIsNotLatestResponse>IOExceptionpublic void read(OChannelDataInput channel, int protocolVersion, ORecordSerializer serializer) throws IOException
read in interface OBinaryRequest<OReadRecordIfVersionIsNotLatestResponse>IOExceptionpublic byte getCommand()
getCommand in interface OBinaryRequest<OReadRecordIfVersionIsNotLatestResponse>public String getDescription()
getDescription in interface OBinaryRequest<OReadRecordIfVersionIsNotLatestResponse>public ORecordId getRid()
public int getRecordVersion()
public String getFetchPlan()
public boolean isIgnoreCache()
public OReadRecordIfVersionIsNotLatestResponse createResponse()
createResponse in interface OBinaryRequest<OReadRecordIfVersionIsNotLatestResponse>public OBinaryResponse execute(OBinaryRequestExecutor executor)
execute in interface OBinaryRequest<OReadRecordIfVersionIsNotLatestResponse>Copyright © 2009–2025 OrientDB. All rights reserved.