public interface RegionApi extends Closeable
Modifier and Type | Interface and Description |
---|---|
static class |
RegionApi.ParseRegions |
Modifier and Type | Method and Description |
---|---|
PagedIterable<Region> |
list()
Get the list of all regions.
|
IterableWithMarker<Region> |
list(ListOptions options)
Get a single page of the region list.
|
@Named(value="region:list") PagedIterable<Region> list()
@Named(value="region:list") IterableWithMarker<Region> list(ListOptions options)
options
- The options to configure the page to get and the size of the page.Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.