public abstract class OCommandRequestTextAbstract extends OCommandRequestAbstract implements OCommandRequestText
Modifier and Type | Field and Description |
---|---|
protected String |
text |
cacheableResult, context, fetchPlan, limit, onAsyncReplicationError, onAsyncReplicationOk, parameters, progressListener, resultListener, timeoutMs, timeoutStrategy, useCache
Modifier | Constructor and Description |
---|---|
protected |
OCommandRequestTextAbstract() |
protected |
OCommandRequestTextAbstract(String iText) |
Modifier and Type | Method and Description |
---|---|
<RET> RET |
execute(Object... iArgs)
Delegates the execution to the configured command executor.
|
OCommandRequestText |
fromStream(byte[] iStream,
ORecordSerializer serializer) |
protected void |
fromStream(OMemoryStream buffer,
ORecordSerializer serializer) |
String |
getText() |
OCommandRequestText |
setText(String iText) |
byte[] |
toStream() |
protected byte[] |
toStream(OMemoryStream buffer) |
String |
toString() |
addExcludedNode, convertToParameters, getContext, getFetchPlan, getLimit, getOnAsyncReplicationError, getOnAsyncReplicationOk, getParameters, getProgressListener, getResultListener, getTimeoutStrategy, getTimeoutTime, isCacheableResult, isRecordResultSet, isUseCache, nodesToExclude, onAsyncReplicationError, onAsyncReplicationOk, removeExcludedNode, reset, setCacheableResult, setContext, setFetchPlan, setLimit, setParameters, setProgressListener, setRecordResultSet, setResultListener, setTimeout, setUseCache
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getParameters, getProgressListener, getResultListener, isCacheableResult, isRecordResultSet, reset, setCacheableResult, setProgressListener, setRecordResultSet, setResultListener
getContext, getFetchPlan, getLimit, getTimeoutStrategy, getTimeoutTime, isIdempotent, setContext, setFetchPlan, setLimit, setTimeout, setUseCache
protected String text
protected OCommandRequestTextAbstract()
protected OCommandRequestTextAbstract(String iText)
public <RET> RET execute(Object... iArgs)
execute
in interface OCommandRequest
public String getText()
getText
in interface OCommandRequestText
public OCommandRequestText setText(String iText)
setText
in interface OCommandRequestText
public OCommandRequestText fromStream(byte[] iStream, ORecordSerializer serializer) throws OSerializationException
fromStream
in interface OCommandRequestText
OSerializationException
public byte[] toStream() throws OSerializationException
toStream
in interface OCommandRequestText
OSerializationException
protected byte[] toStream(OMemoryStream buffer)
protected void fromStream(OMemoryStream buffer, ORecordSerializer serializer)
Copyright © 2009–2020 OrientDB. All rights reserved.