public interface ServicePartitionMetadata
ServiceMetadata.servicePartitions().| Modifier and Type | Method and Description |
|---|---|
Optional<Region> |
globalRegion()
Retrieve the global region associated with this service, in this
partition(). |
PartitionMetadata |
partition()
Retrieve the partition to which this service is known to exist.
|
PartitionMetadata partition()
Optional<Region> globalRegion()
partition(). This will return empty if the
service is regionalized in the partition.Copyright © 2020. All rights reserved.