Package org.eclipse.emf.cdo.spi.server
Interface InternalQueryResult
- All Superinterfaces:
BlockingCloseableIterator<Object>
,org.eclipse.net4j.util.collection.Closeable
,org.eclipse.net4j.util.collection.CloseableIterator<Object>
,Iterator<Object>
If the meaning of this type isn't clear, there really should be more of a description here...
- Since:
- 3.0
- Author:
- Eike Stepper
- No Implement
- This interface is not intended to be implemented by clients.
- No Extend
- This interface is not intended to be extended by clients.
-
Method Summary
Methods inherited from interface org.eclipse.emf.cdo.common.util.BlockingCloseableIterator
peek
Methods inherited from interface org.eclipse.net4j.util.collection.Closeable
close, isClosed
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
getQueryID
int getQueryID() -
getQueryInfo
CDOQueryInfo getQueryInfo() -
getView
InternalView getView() -
getQueue
CDOQueryQueue<Object> getQueue() -
getQueryHandler
IQueryHandler getQueryHandler()- Since:
- 4.18
-