public final class RunRecord extends Object
| Constructor and Description |
|---|
RunRecord(RunRecord started,
Long stopTs,
ProgramRunStatus status) |
RunRecord(String pid,
long startTs,
Long stopTs,
ProgramRunStatus status) |
RunRecord(String pid,
long startTs,
Long stopTs,
ProgramRunStatus status,
String adapterName,
String twillRunId) |
RunRecord(String pid,
long startTs,
Long stopTs,
ProgramRunStatus status,
String adapterName,
String twillRunId,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAdapterName() |
String |
getPid() |
Map<String,String> |
getProperties() |
long |
getStartTs() |
ProgramRunStatus |
getStatus() |
Long |
getStopTs() |
String |
getTwillRunId() |
int |
hashCode() |
String |
toString() |
public RunRecord(String pid, long startTs, @Nullable Long stopTs, ProgramRunStatus status, @Nullable String adapterName, @Nullable String twillRunId, Map<String,String> properties)
public RunRecord(String pid, long startTs, @Nullable Long stopTs, ProgramRunStatus status, @Nullable String adapterName, @Nullable String twillRunId)
public RunRecord(String pid, long startTs, @Nullable Long stopTs, ProgramRunStatus status)
public RunRecord(RunRecord started, @Nullable Long stopTs, ProgramRunStatus status)
public String getPid()
public long getStartTs()
public ProgramRunStatus getStatus()
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.