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
  • Method Details

    • from

      protected static ClusterAwareConfiguration.PoolConnectionEndpoint from(@NonNull org.springframework.data.gemfire.support.ConnectionEndpoint connectionEndpoint)
    • getPool

      public Optional<org.apache.geode.cache.client.Pool> getPool()
    • with

      @NonNull public ClusterAwareConfiguration.PoolConnectionEndpoint with(@Nullable org.apache.geode.cache.client.Pool pool)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class org.springframework.data.gemfire.support.ConnectionEndpoint
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class org.springframework.data.gemfire.support.ConnectionEndpoint
    • toString

      public String toString()
      Overrides:
      toString in class org.springframework.data.gemfire.support.ConnectionEndpoint