Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass,
Etag fromEtag)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
RavenPagingInformation pagingInformation)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
RavenPagingInformation pagingInformation,
String skipAfter)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<T> CloseableIterator<StreamResult<T>> |
ISyncAdvancedSessionOperation.stream(IDocumentQuery<T> query)
Stream the results on the query to the client, converting them to
Java types along the way.
|
<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)
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 |
---|---|
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass,
Etag fromEtag) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
RavenPagingInformation pagingInformation) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
RavenPagingInformation pagingInformation,
String skipAfter) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IDocumentQuery<T> query) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IDocumentQuery<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IRavenQueryable<T> query) |
<T> CloseableIterator<StreamResult<T>> |
DocumentSession.stream(IRavenQueryable<T> query,
Reference<QueryHeaderInformation> queryHeaderInformationRef) |
Modifier and Type | Method and Description |
---|---|
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass,
Etag fromEtag) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
RavenPagingInformation pagingInformation) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(Class<T> entityClass,
Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
RavenPagingInformation pagingInformation,
String skipAfter) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(IDocumentQuery<T> query) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(IDocumentQuery<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(IRavenQueryable<T> query) |
<T> CloseableIterator<StreamResult<T>> |
ShardedDocumentSession.stream(IRavenQueryable<T> query,
Reference<QueryHeaderInformation> queryHeaderInformation) |
Copyright © 2016. All Rights Reserved.