| Package | Description |
|---|---|
| com.pivotal.gemfirexd |
Contains core and common utilities and functions.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkInterface |
FabricService.startDRDAServer(String bindAddress,
int port,
Properties networkProperties)
Start listening for DRDA clients on a given host/port address.
|
NetworkInterface |
FabricService.startNetworkServer(String bindAddress,
int port,
Properties networkProperties)
Start listening for network clients on a given host/port address.
|
NetworkInterface |
FabricService.startThriftServer(String bindAddress,
int port,
Properties networkProperties)
Start listening for Thrift clients on a given host/port address.
|
| Modifier and Type | Method and Description |
|---|---|
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.