}
private ShardStrategyFactory buildShardStrategyFactory() {
return new ShardStrategyFactory() {
public ShardStrategy newShardStrategy(List<ShardId> shardIds) {
return new ShardStrategyImpl(
new HiveShardSelector(hiveConfig,hive),
new HiveShardResolver(hiveConfig,hive),
accessStrategy);
}
};