| Package | Description |
|---|---|
| co.cask.cdap.proto |
| Modifier and Type | Method and Description |
|---|---|
ProgramRunStatus |
RunRecord.getStatus() |
static ProgramRunStatus |
ProgramRunStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramRunStatus[] |
ProgramRunStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.