public class NodeSetup extends Object
| Constructor and Description |
|---|
NodeSetup() |
| Modifier and Type | Method and Description |
|---|---|
MountVolumes |
mountVolumes()
Get mount volumes to be available to setup task and all jobs executing on the cluster.
|
PerformanceCountersSettings |
performanceCountersSettings()
Get settings for performance counters collecting and uploading.
|
SetupTask |
setupTask()
Get setup task to run on cluster nodes when nodes got created or rebooted.
|
NodeSetup |
withMountVolumes(MountVolumes mountVolumes)
Set mount volumes to be available to setup task and all jobs executing on the cluster.
|
NodeSetup |
withPerformanceCountersSettings(PerformanceCountersSettings performanceCountersSettings)
Set settings for performance counters collecting and uploading.
|
NodeSetup |
withSetupTask(SetupTask setupTask)
Set setup task to run on cluster nodes when nodes got created or rebooted.
|
public SetupTask setupTask()
public NodeSetup withSetupTask(SetupTask setupTask)
setupTask - the setupTask value to setpublic MountVolumes mountVolumes()
public NodeSetup withMountVolumes(MountVolumes mountVolumes)
mountVolumes - the mountVolumes value to setpublic PerformanceCountersSettings performanceCountersSettings()
public NodeSetup withPerformanceCountersSettings(PerformanceCountersSettings performanceCountersSettings)
performanceCountersSettings - the performanceCountersSettings value to setCopyright © 2019. All rights reserved.