Package | Description |
---|---|
net.ravendb.client | |
net.ravendb.client.document | |
net.ravendb.client.indexes | |
net.ravendb.client.shard |
Modifier and Type | Class and Description |
---|---|
class |
DocumentStoreBase
Contains implementation of some IDocumentStore operations shared by DocumentStore implementations
|
Modifier and Type | Method and Description |
---|---|
IDocumentStore |
IAdvancedDocumentSessionOperations.getDocumentStore()
The document store associated with this session
|
IDocumentStore |
IDocumentStore.initialize()
Initializes this instance.
|
IDocumentStore |
DocumentStoreBase.registerListener(IDocumentStoreListener documentStoreListener)
Registers the store listener.
|
Modifier and Type | Class and Description |
---|---|
class |
DocumentStore
Manages access to RavenDB and open sessions to work with RavenDB.
|
Modifier and Type | Method and Description |
---|---|
IDocumentStore |
InMemoryDocumentSessionOperations.getDocumentStore() |
IDocumentStore |
DocumentStore.initialize() |
IDocumentStore |
DocumentStore.useFips(boolean value) |
IDocumentStore |
DocumentStore.withApiKey(String apiKey) |
Constructor and Description |
---|
BulkInsertOperation(String database,
IDocumentStore documentStore,
DocumentSessionListeners listeners,
BulkInsertOptions options,
IDatabaseChanges changes) |
DocumentSubscriptions(IDocumentStore documentStore) |
EntityToJson(IDocumentStore documentStore,
DocumentSessionListeners listeners) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractScriptedIndexCreationTask.execute(IDocumentStore store) |
void |
AbstractIndexCreationTask.execute(IDocumentStore store)
Executes the index creation against the specified document store.
|
void |
AbstractTransformerCreationTask.execute(IDocumentStore store) |
void |
AbstractIndexCreationTask.sideBySideExecute(IDocumentStore store) |
void |
AbstractIndexCreationTask.sideBySideExecute(IDocumentStore store,
Etag minimumEtagBeforeReplace,
Date replaceTimeUtc) |
Modifier and Type | Class and Description |
---|---|
class |
ShardedDocumentStore
Implements a sharded document store
Hiding most sharding details behind this and the ShardedDocumentSession gives you the ability to use
sharding without really thinking about this too much
|
Modifier and Type | Method and Description |
---|---|
IDocumentStore |
ShardedDocumentStore.initialize()
Initializes this instance.
|
Modifier and Type | Method and Description |
---|---|
Map<String,IDocumentStore> |
ShardStrategy.getShards() |
Constructor and Description |
---|
ShardStrategy(Map<String,IDocumentStore> shards) |
Copyright © 2016. All Rights Reserved.