类 PolarisStatProperties

java.lang.Object
com.tencent.cloud.rpc.enhancement.stat.config.PolarisStatProperties

@ConfigurationProperties("spring.cloud.polaris.stat")
public class PolarisStatProperties
extends Object
The properties for stat reporter.
作者:
Haotian Zhang
  • 构造器详细资料

    • PolarisStatProperties

      public PolarisStatProperties()
  • 方法详细资料

    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled​(boolean enabled)
    • getHost

      public String getHost()
    • setHost

      public void setHost​(String host)
    • getPort

      public int getPort()
    • setPort

      public void setPort​(int port)
    • getPath

      public String getPath()
    • setPath

      public void setPath​(String path)
    • isPushGatewayEnabled

      public boolean isPushGatewayEnabled()
    • setPushGatewayEnabled

      public void setPushGatewayEnabled​(boolean pushGatewayEnabled)
    • getPushGatewayAddress

      public String getPushGatewayAddress()
    • setPushGatewayAddress

      public void setPushGatewayAddress​(String pushGatewayAddress)
    • getPushGatewayPushInterval

      public Long getPushGatewayPushInterval()
    • setPushGatewayPushInterval

      public void setPushGatewayPushInterval​(Long pushGatewayPushInterval)