@Experimental public interface RegionRedundancyStatus extends JsonSerializable, Serializable
Modifier and Type | Interface and Description |
---|---|
static class |
RegionRedundancyStatus.RedundancyStatus
The redundancy status of the region used to create this object at time of creation.
|
Modifier and Type | Method and Description |
---|---|
int |
getActualRedundancy()
Returns the number of redundant copies for all buckets in the region used to create this
RegionRedundancyStatus, at the time of creation.
|
int |
getConfiguredRedundancy()
Returns the configured redundancy level for the region used to create this
RegionRedundancyStatus.
|
String |
getRegionName()
Returns the name of the region used to create this RegionRedundancyStatus.
|
RegionRedundancyStatus.RedundancyStatus |
getStatus()
Returns the
RegionRedundancyStatus.RedundancyStatus for the region used to create this RegionRedundancyStatus
at the time of creation. |
String getRegionName()
int getConfiguredRedundancy()
int getActualRedundancy()
RegionRedundancyStatus.RedundancyStatus getStatus()
RegionRedundancyStatus.RedundancyStatus
for the region used to create this RegionRedundancyStatus
at the time of creation.RegionRedundancyStatus.RedundancyStatus
for the region used to create this RegionRedundancyStatus.