Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.changes | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.shard | |
net.ravendb.client.util |
Modifier and Type | Method and Description |
---|---|
IDatabaseChanges |
IDocumentStore.changes()
Subscribe to change notifications from the server
|
IDatabaseChanges |
IDocumentStore.changes(String database)
Subscribe to change notifications from the server
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteDatabaseChanges |
Modifier and Type | Method and Description |
---|---|
ILowLevelBulkInsertOperation |
IDatabaseCommands.getBulkInsertOperation(BulkInsertOptions options,
IDatabaseChanges changes)
Get the low level bulk insert operation
|
ILowLevelBulkInsertOperation |
ServerClient.getBulkInsertOperation(BulkInsertOptions options,
IDatabaseChanges changes) |
Modifier and Type | Method and Description |
---|---|
IDatabaseChanges |
DocumentStore.changes()
Subscribe to change notifications from the server
|
IDatabaseChanges |
DocumentStore.changes(String database)
Subscribe to change notifications from the server
|
protected IDatabaseChanges |
DocumentStore.createDatabaseChanges(String database) |
Modifier and Type | Method and Description |
---|---|
protected ILowLevelBulkInsertOperation |
BulkInsertOperation.getBulkInsertOperation(BulkInsertOptions options,
IDatabaseCommands commands,
IDatabaseChanges changes) |
Constructor and Description |
---|
BulkInsertOperation(String database,
IDocumentStore documentStore,
DocumentSessionListeners listeners,
BulkInsertOptions options,
IDatabaseChanges changes) |
ChunkedRemoteBulkInsertOperation(BulkInsertOptions options,
ServerClient serverClient,
IDatabaseChanges changes) |
RemoteBulkInsertOperation(BulkInsertOptions options,
ServerClient client,
IDatabaseChanges changes) |
RemoteBulkInsertOperation(BulkInsertOptions options,
ServerClient client,
IDatabaseChanges changes,
UUID existingOperationId) |
Modifier and Type | Class and Description |
---|---|
class |
ShardedDatabaseChanges |
Modifier and Type | Method and Description |
---|---|
IDatabaseChanges |
ShardedDocumentStore.changes()
Subscribe to change notifications from the server
|
IDatabaseChanges |
ShardedDocumentStore.changes(String database)
Subscribe to change notifications from the server
|
Constructor and Description |
---|
ShardedDatabaseChanges(IDatabaseChanges[] shardedDatabaseChanges) |
Modifier and Type | Field and Description |
---|---|
protected IDatabaseChanges |
EvictItemsFromCacheBasedOnChanges.changes |
Constructor and Description |
---|
EvictItemsFromCacheBasedOnChanges(String databaseName,
IDatabaseChanges changes,
Action1<String> evictCacheOldItems) |
Copyright © 2016. All Rights Reserved.