@Experimental public class ProtobufDriver extends Object implements 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?
|
public Set<String> getRegionNames() throws IOException
Driver
getRegionNames
in interface Driver
IOException
public <K,V> Region<K,V> getRegion(String regionName)
Driver
regionName
.public QueryService getQueryService()
Driver
getQueryService
in interface Driver
public FunctionService getFunctionService()
Driver
getFunctionService
in interface Driver
public void close()
Driver
public boolean isConnected()
Driver
isConnected
in interface Driver