protected static class ClusterAwareConfiguration.PoolConnectionEndpoint
extends org.springframework.data.gemfire.support.ConnectionEndpoint
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
protected static ClusterAwareConfiguration.PoolConnectionEndpoint |
from(org.springframework.data.gemfire.support.ConnectionEndpoint connectionEndpoint) |
java.util.Optional<org.apache.geode.cache.client.Pool> |
getPool() |
int |
hashCode() |
java.lang.String |
toString() |
ClusterAwareConfiguration.PoolConnectionEndpoint |
with(org.apache.geode.cache.client.Pool pool) |
protected static ClusterAwareConfiguration.PoolConnectionEndpoint from(@NonNull org.springframework.data.gemfire.support.ConnectionEndpoint connectionEndpoint)
public java.util.Optional<org.apache.geode.cache.client.Pool> getPool()
@NonNull public ClusterAwareConfiguration.PoolConnectionEndpoint with(@Nullable org.apache.geode.cache.client.Pool pool)
public boolean equals(java.lang.Object obj)
equals
in class org.springframework.data.gemfire.support.ConnectionEndpoint
public int hashCode()
hashCode
in class org.springframework.data.gemfire.support.ConnectionEndpoint
public java.lang.String toString()
toString
in class org.springframework.data.gemfire.support.ConnectionEndpoint