public class StateForTask extends Object
| Constructor and Description |
|---|
StateForTask(SerializedValue<StateHandle<?>> state,
JobVertexID operatorId,
int subtask) |
| Modifier and Type | Method and Description |
|---|---|
void |
discard(ClassLoader userClassLoader) |
boolean |
equals(Object o) |
JobVertexID |
getOperatorId() |
SerializedValue<StateHandle<?>> |
getState() |
int |
getSubtask() |
int |
hashCode() |
String |
toString() |
public StateForTask(SerializedValue<StateHandle<?>> state, JobVertexID operatorId, int subtask)
public SerializedValue<StateHandle<?>> getState()
public JobVertexID getOperatorId()
public int getSubtask()
public void discard(ClassLoader userClassLoader)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.