public interface Region extends Annotated
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | Region.TypeCoarse representation of the type of the region. | 
| Modifier and Type | Method and Description | 
|---|---|
| RegionId | id()Returns the unique identifier of the region. | 
| java.util.List<java.util.Set<NodeId>> | masters()Returns the list of master node sets. | 
| java.lang.String | name()Returns the friendly region name that can be used for display purposes. | 
| Region.Type | type()Returns the region type. | 
annotationsRegionId id()
java.lang.String name()
Region.Type type()
java.util.List<java.util.Set<NodeId>> masters()