Package | Description |
---|---|
net.ravendb.client.changes | |
net.ravendb.client.document | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
IObservable<BulkInsertChangeNotification> |
RemoteDatabaseChanges.forBulkInsert() |
IObservable<BulkInsertChangeNotification> |
IDatabaseChanges.forBulkInsert()
Subscribe to all bulk insert operation changes
|
IObservable<BulkInsertChangeNotification> |
RemoteDatabaseChanges.forBulkInsert(UUID operationId) |
IObservable<BulkInsertChangeNotification> |
IDatabaseChanges.forBulkInsert(UUID operationId)
Subscribe to all bulk insert operation changes that belong to a operation with given Id.
|
List<Action1<BulkInsertChangeNotification>> |
DatabaseConnectionState.getOnBulkInsertChangeNotification() |
Modifier and Type | Method and Description |
---|---|
void |
DatabaseConnectionState.send(BulkInsertChangeNotification bulkInsertChangeNotification) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteBulkInsertOperation.onNext(BulkInsertChangeNotification value) |
Modifier and Type | Method and Description |
---|---|
IObservable<BulkInsertChangeNotification> |
ShardedDatabaseChanges.forBulkInsert() |
IObservable<BulkInsertChangeNotification> |
ShardedDatabaseChanges.forBulkInsert(UUID operationId) |
Copyright © 2016. All Rights Reserved.