Interface | Description |
---|---|
IShardAccessStrategy |
Apply an operation to all the shard session
|
IShardResolutionStrategy |
Implementers of this interface provide a way to decide which shards will be queried
for a specified operation
|
MergeQueryResultsFunc | |
ModifyDocumentIdFunc | |
ShardFieldForQueryingFunc | |
ShardingErrorHandle<TDatabaseCommands> | |
ShardReduceFunction |
Class | Description |
---|---|
BaseShardedDocumentSession<TDatabaseCommands> | |
BaseShardedDocumentSession.DbCmdsListComparer<TDatabaseCommands> | |
BaseShardedDocumentSession.IdToLoad<TDatabaseCommands> | |
DefaultShardResolutionStrategy | |
ParallelShardAccessStrategy |
ParallelShardAccessStrategy
NOTE: Remember to close this instance!
|
SequentialShardAccessStrategy |
Apply an operation to all the shard session in sequence
|
ShardedDatabaseChanges | |
ShardedDocumentQuery<T> | |
ShardedDocumentSession | |
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
|
ShardedHiloKeyGenerator | |
ShardedObservable<T> | |
ShardedRavenQueryInspector<T> | |
ShardRequestData |
Information required to resolve the appropriate shard for an entity / entity and key
|
ShardStrategy |
Copyright © 2016. All Rights Reserved.