@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(String regionName)
Creates an implementation of the region interface for the region with the unique name of
regionName . |
Set<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?
|
Set<String> getRegionNames() throws IOException
IOException
<K,V> Region<K,V> getRegion(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()