| Package | Description |
|---|---|
| io.parallec.core |
Main package, including most user-facing classes such as the ParallelClient,
ParallelTask etc.
|
| io.parallec.core.taskbuilder.targethosts |
Target host builder.
|
| io.parallec.core.util |
Utility functions.
|
| Modifier and Type | Method and Description |
|---|---|
static HostsSourceType |
HostsSourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostsSourceType[] |
HostsSourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ParallelTaskBuilder |
ParallelTaskBuilder.setTargetHostsFromJsonPath(String jsonPath,
String sourcePath,
HostsSourceType sourceType)
Sets the target hosts from json path.
|
ParallelTaskBuilder |
ParallelTaskBuilder.setTargetHostsFromLineByLineText(String sourcePath,
HostsSourceType sourceType)
Sets the target hosts from line by line text.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
TargetHostsBuilder.setTargetHostsFromJsonPath(String jsonPath,
String sourcePath,
HostsSourceType sourceType)
TODO https://github.com/jayway/JsonPath
|
List<String> |
ITargetHostsBuilder.setTargetHostsFromJsonPath(String jsonPath,
String sourcePath,
HostsSourceType sourceType)
Sets the target hosts from json path.
|
List<String> |
TargetHostsBuilder.setTargetHostsFromLineByLineText(String sourcePath,
HostsSourceType sourceType)
get target hosts from line by line.
|
List<String> |
ITargetHostsBuilder.setTargetHostsFromLineByLineText(String sourcePath,
HostsSourceType sourceType)
Sets the target hosts from line by line text.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
PcFileNetworkIoUtils.getListFromLineByLineText(String sourcePath,
HostsSourceType sourceType) |
Copyright © 2015–2017 eBay. All rights reserved.