Interface Shard


  • public interface Shard
    A shard of a collection
    • Method Detail

      • name

        String name()
        name of the shard
      • collection

        String collection()
        collection this shard belongs to
      • range

        HashRange range()
        hash range of this shard. null if this is not using hash based router
      • leader

        String leader()
        Name of the replica that is acting as the leader at the moment