Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.changes | |
net.ravendb.client.connection | |
net.ravendb.client.document | |
net.ravendb.client.util |
Modifier and Type | Method and Description |
---|---|
IDatabaseChanges |
IDocumentStore.changes()
Subscribe to change notifications from the server
|
IDatabaseChanges |
IDocumentStore.changes(java.lang.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) |
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(java.lang.String database)
Subscribe to change notifications from the server
|
protected IDatabaseChanges |
DocumentStore.createDatabaseChanges(java.lang.String database) |
Modifier and Type | Method and Description |
---|---|
protected ILowLevelBulkInsertOperation |
BulkInsertOperation.getBulkInsertOperation(BulkInsertOptions options,
IDatabaseCommands commands,
IDatabaseChanges changes) |
Constructor and Description |
---|
BulkInsertOperation(java.lang.String database,
IDocumentStore documentStore,
DocumentSessionListeners listeners,
BulkInsertOptions options,
IDatabaseChanges changes) |
RemoteBulkInsertOperation(BulkInsertOptions options,
ServerClient client,
IDatabaseChanges changes) |
Modifier and Type | Field and Description |
---|---|
protected IDatabaseChanges |
EvictItemsFromCacheBasedOnChanges.changes |
Constructor and Description |
---|
EvictItemsFromCacheBasedOnChanges(java.lang.String databaseName,
IDatabaseChanges changes,
Action1<java.lang.String> evictCacheOldItems) |
Copyright © 2014. All Rights Reserved.