Class ClusterAwareConfiguration.PoolConnectionEndpoint
java.lang.Object
org.springframework.data.gemfire.support.ConnectionEndpoint
org.springframework.geode.config.annotation.ClusterAwareConfiguration.PoolConnectionEndpoint
- All Implemented Interfaces:
Cloneable
,Comparable<org.springframework.data.gemfire.support.ConnectionEndpoint>
- Enclosing class:
- ClusterAwareConfiguration
protected static class ClusterAwareConfiguration.PoolConnectionEndpoint
extends org.springframework.data.gemfire.support.ConnectionEndpoint
-
Field Summary
Fields inherited from class org.springframework.data.gemfire.support.ConnectionEndpoint
DEFAULT_HOST, DEFAULT_PORT, GEMFIRE_HOST_PORT_SEPARATOR, STANDARD_HOST_PORT_SEPARATOR
-
Method Summary
Modifier and TypeMethodDescriptionboolean
protected static ClusterAwareConfiguration.PoolConnectionEndpoint
from
(org.springframework.data.gemfire.support.ConnectionEndpoint connectionEndpoint) Optional<org.apache.geode.cache.client.Pool>
getPool()
int
hashCode()
toString()
with
(org.apache.geode.cache.client.Pool pool) Methods inherited from class org.springframework.data.gemfire.support.ConnectionEndpoint
clone, compareTo, from, from, from, getHost, getPort, parse, parse, toInetSocketAddress
-
Method Details
-
from
protected static ClusterAwareConfiguration.PoolConnectionEndpoint from(@NonNull org.springframework.data.gemfire.support.ConnectionEndpoint connectionEndpoint) -
getPool
-
with
@NonNull public ClusterAwareConfiguration.PoolConnectionEndpoint with(@Nullable org.apache.geode.cache.client.Pool pool) -
equals
- Overrides:
equals
in classorg.springframework.data.gemfire.support.ConnectionEndpoint
-
hashCode
public int hashCode()- Overrides:
hashCode
in classorg.springframework.data.gemfire.support.ConnectionEndpoint
-
toString
- Overrides:
toString
in classorg.springframework.data.gemfire.support.ConnectionEndpoint
-