Interface NodeSelector
-
public interface NodeSelector- Author:
- Joost van de Wijgerd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PhysicalNode>getAll()PhysicalNodegetPrimary(String shardKey)
-
-
-
Method Detail
-
getAll
List<PhysicalNode> getAll()
-
getPrimary
PhysicalNode getPrimary(String shardKey)
-
-