Class ShardsInformation

  • All Implemented Interfaces:
    com.ibm.cloud.sdk.core.service.model.ObjectModel

    public class ShardsInformation
    extends com.ibm.cloud.sdk.core.service.model.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.
    • Constructor Detail

      • ShardsInformation

        public ShardsInformation()
    • Method Detail

      • getShards

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