Пример #1
0
 @Override
 public boolean move(
     MutableShardRouting shardRouting, RoutingNode node, RoutingAllocation allocation) {
   return allocator.move(shardRouting, node, allocation);
 }