Package | Description |
---|---|
net.ravendb.client.document | |
net.ravendb.client.document.batches | |
net.ravendb.client.shard |
Modifier and Type | Method and Description |
---|---|
void |
LazyFacetsOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
Modifier and Type | Method and Description |
---|---|
void |
LazyTransformerLoadOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
void |
LazyQueryOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
void |
LazyMoreLikeThisOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
void |
ILazyOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
void |
LazyMultiLoadOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
void |
LazySuggestOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
void |
LazyLoadOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
void |
LazyStartsWithOperation.handleResponses(GetResponse[] responses,
ShardStrategy shardStrategy) |
Modifier and Type | Method and Description |
---|---|
ShardStrategy |
BaseShardedDocumentSession.getShardStrategy() |
ShardStrategy |
ShardedDocumentStore.getShardStrategy() |
<T> ShardStrategy |
ShardStrategy.shardingOn(Class<T> entityClazz)
Instructs the sharding strategy to shard the entityClazz instances based on
round robin strategy.
|
<T,S> ShardStrategy |
ShardStrategy.shardingOn(com.mysema.query.types.Path<S> shardingProperty)
Instructs the sharding strategy to shard the T instances based on
the property specified in shardingProperty
|
<T,S> ShardStrategy |
ShardStrategy.shardingOn(com.mysema.query.types.Path<S> shardingProperty,
Function1<S,String> valueTranslator)
Instructs the sharding strategy to shard the T instances based on
the property specified in shardingProperty
|
<T,S> ShardStrategy |
ShardStrategy.shardingOn(com.mysema.query.types.Path<S> shardingProperty,
Function1<S,String> valueTranslator,
Function1<String,String> queryTranslator)
Instructs the sharding strategy to shard the T instances based on
the property specified in shardingProperty
|
Copyright © 2016. All Rights Reserved.