@Experimental public class ProtobufDriver extends java.lang.Object implements Driver
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this Driver, rendering it useless
|
QueryService |
getQueryService() |
<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?
|
public java.util.Set<java.lang.String> getRegionNames()
throws java.io.IOException
DrivergetRegionNames in interface Driverjava.io.IOExceptionpublic <K,V> Region<K,V> getRegion(java.lang.String regionName)
DriverregionName.public QueryService getQueryService()
getQueryService in interface Driverpublic void close()
Driverpublic boolean isConnected()
DriverisConnected in interface Driver