Package | Description |
---|---|
net.ravendb.client.changes | |
net.ravendb.client.util |
Modifier and Type | Method and Description |
---|---|
IObservable<IndexChangeNotification> |
RemoteDatabaseChanges.forAllIndexes() |
IObservable<IndexChangeNotification> |
IDatabaseChanges.forAllIndexes() |
IObservable<IndexChangeNotification> |
RemoteDatabaseChanges.forIndex(java.lang.String indexName) |
IObservable<IndexChangeNotification> |
IDatabaseChanges.forIndex(java.lang.String indexName) |
java.util.List<Action1<IndexChangeNotification>> |
DatabaseConnectionState.getOnIndexChangeNotification() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnectionState.send(IndexChangeNotification indexChangeNotification) |
Modifier and Type | Method and Description |
---|---|
void |
EvictItemsFromCacheBasedOnChanges.IndexChangeObserver.onNext(IndexChangeNotification value) |
Copyright © 2014. All Rights Reserved.