public static class VisorEventsCollectTask.VisorEventsCollectArgs extends Object implements Serializable
| Constructor and Description |
|---|
VisorEventsCollectTask.VisorEventsCollectArgs(String keyOrder,
int[] typeArg,
Long timeArg,
String taskName,
GridUuid taskSessionId) |
| Modifier and Type | Method and Description |
|---|---|
static VisorEventsCollectTask.VisorEventsCollectArgs |
createEventsArg(int[] typeArg,
Long timeArg) |
static VisorEventsCollectTask.VisorEventsCollectArgs |
createLogArg(String keyOrder,
int[] typeArg) |
static VisorEventsCollectTask.VisorEventsCollectArgs |
createTasksArg(Long timeArg,
String taskName,
GridUuid taskSessionId) |
String |
keyOrder() |
String |
taskName() |
GridUuid |
taskSessionId() |
Long |
timeArgument() |
String |
toString() |
int[] |
typeArgument() |
public VisorEventsCollectTask.VisorEventsCollectArgs(@Nullable String keyOrder, @Nullable int[] typeArg, @Nullable Long timeArg, @Nullable String taskName, @Nullable GridUuid taskSessionId)
keyOrder - Arguments for node local storage key.typeArg - Arguments for type filter.timeArg - Arguments for time filter.taskName - Arguments for task name filter.taskSessionId - Arguments for task session filter.public static VisorEventsCollectTask.VisorEventsCollectArgs createEventsArg(@Nullable int[] typeArg, @Nullable Long timeArg)
typeArg - Arguments for type filter.timeArg - Arguments for time filter.public static VisorEventsCollectTask.VisorEventsCollectArgs createTasksArg(@Nullable Long timeArg, @Nullable String taskName, @Nullable GridUuid taskSessionId)
timeArg - Arguments for time filter.taskName - Arguments for task name filter.taskSessionId - Arguments for task session filter.public static VisorEventsCollectTask.VisorEventsCollectArgs createLogArg(@Nullable String keyOrder, @Nullable int[] typeArg)
keyOrder - Arguments for node local storage key.typeArg - Arguments for type filter.public int[] typeArgument()
public Long timeArgument()
public String taskName()
public GridUuid taskSessionId()
Copyright © 2014. All rights reserved.