Package | Description |
---|---|
net.ravendb.client.changes | |
net.ravendb.client.shard | |
net.ravendb.client.util |
Modifier and Type | Method and Description |
---|---|
IObservable<IndexChangeNotification> |
RemoteDatabaseChanges.forAllIndexes() |
IObservable<IndexChangeNotification> |
IDatabaseChanges.forAllIndexes()
Subscribe to changes for all indexes.
|
IObservable<IndexChangeNotification> |
RemoteDatabaseChanges.forIndex(String indexName) |
IObservable<IndexChangeNotification> |
IDatabaseChanges.forIndex(String indexName)
Subscribe to changes for specified index only.
|
List<Action1<IndexChangeNotification>> |
DatabaseConnectionState.getOnIndexChangeNotification() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnectionState.send(IndexChangeNotification indexChangeNotification) |
Modifier and Type | Method and Description |
---|---|
IObservable<IndexChangeNotification> |
ShardedDatabaseChanges.forAllIndexes() |
IObservable<IndexChangeNotification> |
ShardedDatabaseChanges.forIndex(String indexName) |
Modifier and Type | Method and Description |
---|---|
void |
EvictItemsFromCacheBasedOnChanges.IndexChangeObserver.onNext(IndexChangeNotification value) |
Copyright © 2016. All Rights Reserved.