Interface | Description |
---|---|
Driver |
Defines the behaviors of a driver for communicating with a GemFire server by way of the new
protocol.
|
Region<K,V> |
Defines the behaviors of a GemFire region.
|
Class | Description |
---|---|
DriverFactory |
This is an experimental driver for connecting a client to a geode cluster.
|
JSONWrapper |
JSONWrapper is a holder of a JSON document.
|
ProtobufDriver |
Implements the behaviors of a driver for communicating with a GemFire server by way of the new
protocol.
|
ProtobufRegion<K,V> |
Implements the behaviors of a GemFire region.
|
RegionAttributes |
Encapsulates the attributes of a region in a GemFire server.
|