@Experimental public interface Driver
Modifier and Type | Method and Description |
---|---|
void |
close()
Close this Driver, rendering it useless
|
FunctionService |
getFunctionService()
Creates a new function service or retrieves an extant function service.
|
QueryService |
getQueryService()
Creates a new query service or retrieves an extant query service.
|
<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.
|
boolean |
isConnected()
Is this driver 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.QueryService getQueryService()
FunctionService getFunctionService()
void close()
boolean isConnected()