java.lang.Object
com.pervasive.datarush.graphs.EngineConfig.RemoteMonitoring
- Enclosing class:
- EngineConfig
Settings in this object determine settings for remote monitoring
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final EngineProperty<Boolean>Property that controls whether remote monitoring is enabledstatic final EngineProperty<Boolean>Property that controls whether monitoring is done via an ephemeral port.static final EngineProperty<Integer>Property that controls the port to use for remote monitoring -
Method Summary
Modifier and TypeMethodDescriptionenabled(boolean enabled) Sets whether to enable remote monitoringephemeralPort(boolean ephemeral) Sets whether monitoring is done via an ephemeral port.intgetPort()Returns the port to use for remote monitoringbooleanReturns whether to enable remote monitoringbooleanReturns whether monitoring is done via an ephemeral port.port(int port) Sets the port to use for remote monitoring.
-
Field Details
-
EPHEMERAL_PORT
Property that controls whether monitoring is done via an ephemeral port. Normally this should be set to false. This is used by the launcher ui. -
ENABLED
Property that controls whether remote monitoring is enabled -
PORT
Property that controls the port to use for remote monitoring
-
-
Method Details
-
isEphemeralPort
public boolean isEphemeralPort()Returns whether monitoring is done via an ephemeral port. Normally this should be set to false. This is used by the launcher ui.- Returns:
- whether monitoring is done via an ephemeral port.
-
ephemeralPort
Sets whether monitoring is done via an ephemeral port. Normally this should be set to false. This is used by the launcher ui.- Parameters:
ephemeral- whether monitoring is done via an ephemeral port- Returns:
- a new
EngineConfigwith the settings modified
-
isEnabled
public boolean isEnabled()Returns whether to enable remote monitoring- Returns:
- whether to enable remote monitoring
-
enabled
Sets whether to enable remote monitoring- Parameters:
enabled- whether to enable remote monitoring- Returns:
- a new
EngineConfigwith the settings modified
-
getPort
public int getPort()Returns the port to use for remote monitoring- Returns:
- the port to use for remote monitoring
-
port
Sets the port to use for remote monitoring.- Parameters:
port- the port to use for remote monitoring.- Returns:
- a new
EngineConfigwith the settings modified
-