Package | Description |
---|---|
net.ravendb.abstractions.data | |
net.ravendb.client.changes | |
net.ravendb.client.shard | |
net.ravendb.client.util |
Modifier and Type | Class and Description |
---|---|
class |
BulkInsertChangeNotification |
Modifier and Type | Method and Description |
---|---|
IObservable<DocumentChangeNotification> |
RemoteDatabaseChanges.forAllDocuments() |
IObservable<DocumentChangeNotification> |
IDatabaseChanges.forAllDocuments()
Subscribe to changes for all documents.
|
IObservable<DocumentChangeNotification> |
RemoteDatabaseChanges.forDocument(String docId) |
IObservable<DocumentChangeNotification> |
IDatabaseChanges.forDocument(String docId)
Subscribe to changes for specified document only.
|
IObservable<DocumentChangeNotification> |
RemoteDatabaseChanges.forDocumentsInCollection(Class<?> clazz) |
IObservable<DocumentChangeNotification> |
IDatabaseChanges.forDocumentsInCollection(Class<?> clazz)
Subscribe to changes for all documents that belong to specified collection (Raven-Entity-Name).
|
IObservable<DocumentChangeNotification> |
RemoteDatabaseChanges.forDocumentsInCollection(String collectionName) |
IObservable<DocumentChangeNotification> |
IDatabaseChanges.forDocumentsInCollection(String collectionName)
Subscribe to changes for all documents that belong to specified collection (Raven-Entity-Name).
|
IObservable<DocumentChangeNotification> |
RemoteDatabaseChanges.forDocumentsOfType(Class<?> clazz) |
IObservable<DocumentChangeNotification> |
IDatabaseChanges.forDocumentsOfType(Class<?> clazz)
Subscribe to changes for all documents that belong to specified type (Raven-Clr-Type).
|
IObservable<DocumentChangeNotification> |
RemoteDatabaseChanges.forDocumentsOfType(String typeName) |
IObservable<DocumentChangeNotification> |
IDatabaseChanges.forDocumentsOfType(String typeName)
Subscribe to changes for all documents that belong to specified type (Raven-Clr-Type).
|
IObservable<DocumentChangeNotification> |
RemoteDatabaseChanges.forDocumentsStartingWith(String docIdPrefix) |
IObservable<DocumentChangeNotification> |
IDatabaseChanges.forDocumentsStartingWith(String docIdPrefix)
Subscribe to changes for all documents that Id starts with given prefix.
|
List<Action1<DocumentChangeNotification>> |
DatabaseConnectionState.getOnDocumentChangeNotification() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnectionState.send(DocumentChangeNotification documentChangeNotification) |
Modifier and Type | Method and Description |
---|---|
IObservable<DocumentChangeNotification> |
ShardedDatabaseChanges.forAllDocuments() |
IObservable<DocumentChangeNotification> |
ShardedDatabaseChanges.forDocument(String docId) |
IObservable<DocumentChangeNotification> |
ShardedDatabaseChanges.forDocumentsInCollection(Class<?> clazz) |
IObservable<DocumentChangeNotification> |
ShardedDatabaseChanges.forDocumentsInCollection(String collectionName) |
IObservable<DocumentChangeNotification> |
ShardedDatabaseChanges.forDocumentsOfType(Class<?> clazz) |
IObservable<DocumentChangeNotification> |
ShardedDatabaseChanges.forDocumentsOfType(String typeName) |
IObservable<DocumentChangeNotification> |
ShardedDatabaseChanges.forDocumentsStartingWith(String docIdPrefix) |
Modifier and Type | Method and Description |
---|---|
void |
EvictItemsFromCacheBasedOnChanges.DocumentChangeObserver.onNext(DocumentChangeNotification value) |
Copyright © 2016. All Rights Reserved.