Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.connection | |
net.ravendb.client.document |
Modifier and Type | Method and Description |
---|---|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(IDocumentQuery<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(IRavenQueryable<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation)
Stream the results on the query to the client, converting them to
Java types along the way.
|
Modifier and Type | Method and Description |
---|---|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamQuery(java.lang.String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo)
Queries the specified index in the Raven flavored Lucene query syntax.
|
RavenJObjectIterator |
ServerClient.streamQuery(java.lang.String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo) |
Modifier and Type | Method and Description |
---|---|
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IDocumentQuery<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IRavenQueryable<T> query,
Reference<QueryHeaderInformation> queryHeaderInformationRef) |
Copyright © 2014. All Rights Reserved.