Class CheckpointInfo
- java.lang.Object
-
- org.apache.heron.spi.statefulstorage.CheckpointInfo
-
public class CheckpointInfo extends Object
The information for one checkpoint blob. It can be used to reference checkpoint and metadata (instance id is ignored).
-
-
Constructor Summary
Constructors Constructor Description CheckpointInfo(String checkpointId, org.apache.heron.proto.system.PhysicalPlans.Instance instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCheckpointId()
String
getComponent()
int
getInstanceId()
String
toString()
-
-
-
Constructor Detail
-
CheckpointInfo
public CheckpointInfo(String checkpointId, org.apache.heron.proto.system.PhysicalPlans.Instance instance)
-
-