Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<IDocumentQueryListener> |
DocumentStoreBase.getRegisteredQueryListeners()
Gets a read-only collection of the registered query listeners.
|
Modifier and Type | Method and Description |
---|---|
DocumentStoreBase |
DocumentStoreBase.registerListener(IDocumentQueryListener queryListener)
Registers the query listener.
|
Modifier and Type | Field and Description |
---|---|
protected IDocumentQueryListener[] |
AbstractDocumentQuery.queryListeners
The query listeners for this query
|
Modifier and Type | Method and Description |
---|---|
List<IDocumentQueryListener> |
DocumentSessionListeners.getQueryListeners() |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSessionListeners.registerListener(IDocumentQueryListener conversionListener) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentSessionListeners.setQueryListeners(List<IDocumentQueryListener> queryListeners) |
Constructor and Description |
---|
AbstractDocumentQuery(Class<T> clazz,
InMemoryDocumentSessionOperations theSession,
IDatabaseCommands databaseCommands,
String indexName,
String[] fieldsToFetch,
String[] projectionFields,
List<IDocumentQueryListener> queryListeners,
boolean isMapReduce) |
DocumentQuery(Class<T> clazz,
InMemoryDocumentSessionOperations session,
IDatabaseCommands databaseCommands,
String indexName,
String[] fieldsToFetch,
String[] projectionFields,
List<IDocumentQueryListener> queryListeners,
boolean isMapReduce)
Initializes a new instance of the
DocumentQuery class. |
Constructor and Description |
---|
ShardedDocumentQuery(Class<T> clazz,
InMemoryDocumentSessionOperations session,
Function1<ShardRequestData,List<Tuple<String,IDatabaseCommands>>> getShardsToOperateOn,
ShardStrategy shardStrategy,
String indexName,
String[] fieldsToFetch,
String[] projectionFields,
List<IDocumentQueryListener> queryListeneres,
boolean isMapReduce) |
Copyright © 2016. All Rights Reserved.