public class CheckpointDataKey extends Object
| Constructor and Description |
|---|
CheckpointDataKey(long jobId,
String stepName,
CheckpointType bdsName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCommaSeparatedKey() |
long |
getJobInstanceId() |
String |
getStepName() |
CheckpointType |
getType() |
int |
hashCode() |
String |
toString() |
public CheckpointDataKey(long jobId,
String stepName,
CheckpointType bdsName)
public long getJobInstanceId()
public CheckpointType getType()
public String getStepName()
public String getCommaSeparatedKey()
Copyright © 2022 The Apache Software Foundation. All rights reserved.