Class ShardsInformation

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ShardsInformation
All Implemented Interfaces:
ObjectModel

public class ShardsInformation extends GenericModel
Schema for a shards object that maps the hash value range for each shard to the array of nodes that contain a copy of that shard.
  • Method Details

    • getShards

      public Map<String,List<String>> getShards()
      Gets the shards. Mapping of shard hash value range to a list of nodes.
      Returns:
      the shards