Interface Shard


  • @Deprecated
    public interface Shard
    Deprecated.
    A shard of a collection
    • Method Detail

      • name

        String name()
        Deprecated.
        name of the shard
      • collection

        String collection()
        Deprecated.
        collection this shard belongs to
      • range

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

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