@Experimental public interface Driver
Modifier and Type | Method and Description |
---|---|
<K,V> Region<K,V> |
getRegion(java.lang.String regionName)
Creates an implementation of the region interface for the region with the unique name of
regionName . |
java.util.Set<java.lang.String> |
getRegionNames()
Retrieves a set of unique names of regions in the GemFire server to which this driver is
connected.
|
java.util.Set<java.lang.String> getRegionNames() throws java.io.IOException
java.io.IOException
<K,V> Region<K,V> getRegion(java.lang.String regionName)
regionName
.K
- Type of region keys.V
- Type of region values.regionName
- String that uniquely identifies the region.