Class RemoteEndpointSettings
- java.lang.Object
-
- org.apache.skywalking.oap.server.library.module.ModuleConfig
-
- org.apache.skywalking.oap.server.configuration.grpc.RemoteEndpointSettings
-
public class RemoteEndpointSettings extends org.apache.skywalking.oap.server.library.module.ModuleConfig
-
-
Constructor Summary
Constructors Constructor Description RemoteEndpointSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterName()StringgetHost()intgetPeriod()intgetPort()voidsetClusterName(String clusterName)voidsetHost(String host)voidsetPeriod(int period)voidsetPort(int port)StringtoString()
-
-
-
Method Detail
-
setHost
public void setHost(String host)
-
setPort
public void setPort(int port)
-
setClusterName
public void setClusterName(String clusterName)
-
setPeriod
public void setPeriod(int period)
-
getHost
public String getHost()
-
getPort
public int getPort()
-
getClusterName
public String getClusterName()
-
getPeriod
public int getPeriod()
-
-