| Package | Description |
|---|---|
| com.pivotal.gemfirexd |
Contains core and common utilities and functions.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
FabricService.startDRDAServer(java.lang.String bindAddress,
int port,
java.util.Properties networkProperties)
Start listening for DRDA clients on a given host/port address.
|
NetworkInterface |
FabricService.startNetworkServer(java.lang.String bindAddress,
int port,
java.util.Properties networkProperties)
Start listening for network clients on a given host/port address.
|
NetworkInterface |
FabricService.startThriftServer(java.lang.String bindAddress,
int port,
java.util.Properties networkProperties)
Start listening for Thrift clients on a given host/port address.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<NetworkInterface> |
FabricService.getAllNetworkServers()
Get a collection of all the
NetworkInterfaces started so far using
FabricService.startNetworkServer(String, int, Properties). |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.