public class TaskUpdateRequest extends Object
| Constructor and Description |
|---|
TaskUpdateRequest(SessionRepresentation session,
Map<String,String> extraCredentials,
Optional<PlanFragment> fragment,
List<TaskSource> sources,
OutputBuffers outputIds,
OptionalInt totalPartitions) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getExtraCredentials() |
Optional<PlanFragment> |
getFragment() |
OutputBuffers |
getOutputIds() |
SessionRepresentation |
getSession() |
List<TaskSource> |
getSources() |
OptionalInt |
getTotalPartitions() |
String |
toString() |
public TaskUpdateRequest(SessionRepresentation session, Map<String,String> extraCredentials, Optional<PlanFragment> fragment, List<TaskSource> sources, OutputBuffers outputIds, OptionalInt totalPartitions)
public SessionRepresentation getSession()
public Optional<PlanFragment> getFragment()
public List<TaskSource> getSources()
public OutputBuffers getOutputIds()
public OptionalInt getTotalPartitions()
Copyright © 2012–2019. All rights reserved.