Class OSyncCommandResultListener
java.lang.Object
com.orientechnologies.orient.server.network.protocol.binary.OAbstractCommandResultListener
com.orientechnologies.orient.server.network.protocol.binary.OSyncCommandResultListener
- All Implemented Interfaces:
OFetchPlanResults,SimpleValueFetchPlanCommandListener,OCommandResultListener
public class OSyncCommandResultListener
extends OAbstractCommandResultListener
implements OFetchPlanResults
Synchronous command result manager.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Field Summary
Fields inherited from class com.orientechnologies.orient.server.network.protocol.binary.OAbstractCommandResultListener
wrappedResultListener -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisEmpty()voidbooleanThis method is called for each result.Methods inherited from class com.orientechnologies.orient.server.network.protocol.binary.OAbstractCommandResultListener
end, fetchRecord, getResult, setFetchPlan
-
Constructor Details
-
OSyncCommandResultListener
-
-
Method Details
-
result
Description copied from interface:OCommandResultListenerThis method is called for each result.- Specified by:
resultin interfaceOCommandResultListener- Parameters:
iRecord- Current record- Returns:
- True to continue the query, otherwise false
-
getFetchedRecordsToSend
- Specified by:
getFetchedRecordsToSendin interfaceOFetchPlanResults
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin classOAbstractCommandResultListener
-
linkdedBySimpleValue
- Specified by:
linkdedBySimpleValuein interfaceSimpleValueFetchPlanCommandListener
-