public class MultiInstanceSettings extends Object
| Constructor and Description |
|---|
MultiInstanceSettings() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourceFile> |
commonResourceFiles()
Get the commonResourceFiles value.
|
String |
coordinationCommandLine()
Get the coordinationCommandLine value.
|
Integer |
numberOfInstances()
Get the numberOfInstances value.
|
MultiInstanceSettings |
withCommonResourceFiles(List<ResourceFile> commonResourceFiles)
Set the commonResourceFiles value.
|
MultiInstanceSettings |
withCoordinationCommandLine(String coordinationCommandLine)
Set the coordinationCommandLine value.
|
MultiInstanceSettings |
withNumberOfInstances(Integer numberOfInstances)
Set the numberOfInstances value.
|
public Integer numberOfInstances()
public MultiInstanceSettings withNumberOfInstances(Integer numberOfInstances)
numberOfInstances - the numberOfInstances value to setpublic String coordinationCommandLine()
public MultiInstanceSettings withCoordinationCommandLine(String coordinationCommandLine)
coordinationCommandLine - the coordinationCommandLine value to setpublic List<ResourceFile> commonResourceFiles()
public MultiInstanceSettings withCommonResourceFiles(List<ResourceFile> commonResourceFiles)
commonResourceFiles - the commonResourceFiles value to setCopyright © 2019. All rights reserved.