Class ServiceProperties.MemcachedServerProperties

java.lang.Object
org.springframework.geode.boot.autoconfigure.configuration.support.ServiceProperties.MemcachedServerProperties
Enclosing class:
ServiceProperties

public static class ServiceProperties.MemcachedServerProperties extends Object
  • Constructor Details

    • MemcachedServerProperties

      public MemcachedServerProperties()
  • Method Details

    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getProtocol

      public org.springframework.data.gemfire.config.annotation.EnableMemcachedServer.MemcachedProtocol getProtocol()
    • setProtocol

      public void setProtocol(org.springframework.data.gemfire.config.annotation.EnableMemcachedServer.MemcachedProtocol protocol)