Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.connection | |
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 | Class and Description |
---|---|
class |
RavenJObjectIterator |
Modifier and Type | Method and Description |
---|---|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs()
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
String exclude)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamDocs(Etag fromEtag,
String startsWith,
String matches,
int start,
int pageSize,
String exclude,
RavenPagingInformation pagingInformation,
String skipAfter)
Streams the documents by etag OR starts with the prefix and match the matches
Will return *all* results, regardless of the number of items that might be returned.
|
CloseableIterator<RavenJObject> |
IDatabaseCommands.streamQuery(String index,
IndexQuery query,
Reference<QueryHeaderInformation> queryHeaderInfo)
Queries the specified index in the Raven flavored Lucene query syntax.
|
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.