| Package | Description |
|---|---|
| org.springframework.data.gemfire.client |
Classes providing support for GemFire client configuration.
|
| org.springframework.data.gemfire.config.annotation | |
| org.springframework.data.gemfire.config.support | |
| org.springframework.data.gemfire.support |
Support package for Spring Gemfire integration.
|
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionEndpointList |
ClientCacheFactoryBean.getLocators() |
protected ConnectionEndpointList |
ClientCacheFactoryBean.getServers() |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionEndpointList |
AddPoolConfiguration.parseConnectionEndpoints(Map<String,Object> enablePoolAttributes,
String arrayAttributeName,
String stringAttributeName,
int defaultPort) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionEndpointList |
CustomEditorBeanFactoryPostProcessor.StringToConnectionEndpointListConverter.convert(String source) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionEndpointList |
ConnectionEndpointList.add(ConnectionEndpoint... connectionEndpoints)
Adds the array of ConnectionEndpoints to this list.
|
ConnectionEndpointList |
ConnectionEndpointList.add(Iterable<ConnectionEndpoint> connectionEndpoints)
Adds the Iterable collection of ConnectionEndpoints to this list.
|
ConnectionEndpointList |
ConnectionEndpointList.findBy(int port)
Finds all ConnectionEndpoints in this list with the specified port number.
|
ConnectionEndpointList |
ConnectionEndpointList.findBy(String host)
Finds all ConnectionEndpoints in this list with the specified hostname.
|
static ConnectionEndpointList |
ConnectionEndpointList.from(ConnectionEndpoint... connectionEndpoints)
Factory method for creating a
ConnectionEndpointList from an array of ConnectionEndpoints. |
static ConnectionEndpointList |
ConnectionEndpointList.from(InetSocketAddress... socketAddresses)
Converts an array of
InetSocketAddress into an instance of ConnectionEndpointList. |
static ConnectionEndpointList |
ConnectionEndpointList.from(Iterable<InetSocketAddress> socketAddresses)
|
static ConnectionEndpointList |
ConnectionEndpointList.parse(int defaultPort,
String... hostsPorts)
Parses the array of hosts and ports in the format 'host[port]' to convert into an instance
of ConnectionEndpointList.
|
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.