Package com.ibm.cloud.cloudant.v1.model
Class ShardsInformation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.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 Summary
Constructors Constructor Description ShardsInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,List<String>>
getShards()
Gets the shards.
-