public static final class EngineConfig.RemoteMonitoring extends Object
Modifier and Type | Field and Description |
---|---|
static EngineProperty<Boolean> |
ENABLED
Property that controls whether remote monitoring is enabled
|
static EngineProperty<Boolean> |
EPHEMERAL_PORT
Property that controls whether monitoring is done via an ephemeral port.
|
static EngineProperty<Integer> |
PORT
Property that controls the port to use for remote monitoring
|
Modifier and Type | Method and Description |
---|---|
EngineConfig |
enabled(boolean enabled)
Sets whether to enable remote monitoring
|
EngineConfig |
ephemeralPort(boolean ephemeral)
Sets whether monitoring is done via an ephemeral port.
|
int |
getPort()
Returns the port to use for remote monitoring
|
boolean |
isEnabled()
Returns whether to enable remote monitoring
|
boolean |
isEphemeralPort()
Returns whether monitoring is done via an ephemeral port.
|
EngineConfig |
port(int port)
Sets the port to use for remote monitoring.
|
public static final EngineProperty<Boolean> EPHEMERAL_PORT
public static final EngineProperty<Boolean> ENABLED
public static final EngineProperty<Integer> PORT
public boolean isEphemeralPort()
public EngineConfig ephemeralPort(boolean ephemeral)
ephemeral
- whether monitoring is done via an ephemeral portEngineConfig
with the settings modifiedpublic boolean isEnabled()
public EngineConfig enabled(boolean enabled)
enabled
- whether to enable remote monitoringEngineConfig
with the settings modifiedpublic int getPort()
public EngineConfig port(int port)
port
- the port to use for remote monitoring.EngineConfig
with the settings modifiedCopyright © 2019 Actian Corporation. All rights reserved.