public class RunRecord extends Object
| Constructor and Description |
|---|
RunRecord(RunRecord otherRunRecord) |
RunRecord(String pid,
long startTs,
Long stopTs,
ProgramRunStatus status,
Map<String,String> properties) |
public RunRecord(String pid, long startTs, @Nullable Long stopTs, ProgramRunStatus status, @Nullable Map<String,String> properties)
public RunRecord(RunRecord otherRunRecord)
public String getPid()
public long getStartTs()
public ProgramRunStatus getStatus()
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.