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