
public class OLiveCommandResultListener extends OAbstractCommandResultListener implements com.orientechnologies.orient.core.sql.query.OLiveResultListener
wrappedResultListener| Constructor and Description |
|---|
OLiveCommandResultListener(OServer server,
OClientConnection connection,
com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
void |
linkdedBySimpleValue(com.orientechnologies.orient.core.record.impl.ODocument doc) |
void |
onError(int iLiveToken) |
void |
onLiveResult(int iToken,
com.orientechnologies.orient.core.db.record.ORecordOperation iOp) |
void |
onUnsubscribe(int iLiveToken) |
boolean |
result(java.lang.Object iRecord) |
void |
writeBytes(java.io.DataOutputStream out,
byte[] bytes) |
end, fetchRecord, getResult, setFetchPlanpublic OLiveCommandResultListener(OServer server, OClientConnection connection, com.orientechnologies.orient.core.command.OCommandResultListener wrappedResultListener)
public boolean result(java.lang.Object iRecord)
result in interface com.orientechnologies.orient.core.command.OCommandResultListenerpublic boolean isEmpty()
isEmpty in class OAbstractCommandResultListenerpublic void onLiveResult(int iToken,
com.orientechnologies.orient.core.db.record.ORecordOperation iOp)
throws com.orientechnologies.common.exception.OException
onLiveResult in interface com.orientechnologies.orient.core.sql.query.OLiveResultListenercom.orientechnologies.common.exception.OExceptionpublic void onError(int iLiveToken)
onError in interface com.orientechnologies.orient.core.sql.query.OLiveResultListenerpublic void onUnsubscribe(int iLiveToken)
onUnsubscribe in interface com.orientechnologies.orient.core.sql.query.OLiveResultListenerpublic void writeBytes(java.io.DataOutputStream out,
byte[] bytes)
throws java.io.IOException
java.io.IOExceptionpublic void linkdedBySimpleValue(com.orientechnologies.orient.core.record.impl.ODocument doc)
linkdedBySimpleValue in interface SimpleValueFetchPlanCommandListenerCopyright © 2009–2022 OrientDB. All rights reserved.