| Interface | Description |
|---|---|
| Constants |
List of GemFireXD constants that is used other than
Attribute and
Property. |
| FabricAgent | |
| FabricLocator |
A
FabricLocator is a singleton that provides locator services in
the distributed system allowing peers to discover one another. |
| FabricServer |
A
FabricServer is a singleton that allows remote clients to connect to
the GemFireXD cluster(distributed system). |
| FabricService |
Base interface defining common peer services provided by
FabricServer
and FabricLocator. |
| NetworkInterface |
Encapsulates a network listener that clients can use to connect using
GemFireXD JDBC client driver (URL of the form
'jdbc:gemfirexd://<host>:<port>').
|
| NetworkInterface.ConnectionListener |
A listener which can be registered on
NetworkInterface
in order to receive events about connections created or destroyed for a
client on the DRDA network server. |
| Property |
List of properties that can only be listed as System Properties apart from
gemfirexd. prefixed Attribute properties. |
| Class | Description |
|---|---|
| FabricServiceManager |
A factory class for returning singleton instance of either a
or . |
| Enum | Description |
|---|---|
| Constants.QueryHints |
Possible values of GEMFIREXD-PROPERTIES property keys.
|
| Constants.QueryHints.SizerHints |
SizerHint constant values which can be passed comma separated.
|
| Constants.SecurityMechanism |
The security mechanism to use when starting network server to impose policy
for client connections.
|
| FabricService.State |
Status of the service enumerating different states the service can be in.
|
Contains core and common utilities and functions. Create, start, stop fabric servers.
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.