public class OutputOperationInfo
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
OutputOperationInfo(Time batchTime,
int id,
String name,
String description,
scala.Option<Object> startTime,
scala.Option<Object> endTime,
scala.Option<String> failureReason) |
Modifier and Type | Method and Description |
---|---|
Time |
batchTime() |
String |
description() |
scala.Option<Object> |
duration()
Return the duration of this output operation.
|
scala.Option<Object> |
endTime() |
scala.Option<String> |
failureReason() |
int |
id() |
String |
name() |
scala.Option<Object> |
startTime() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OutputOperationInfo(Time batchTime, int id, String name, String description, scala.Option<Object> startTime, scala.Option<Object> endTime, scala.Option<String> failureReason)
public Time batchTime()
public int id()
public String name()
public String description()
public scala.Option<Object> startTime()
public scala.Option<Object> endTime()
public scala.Option<String> failureReason()
public scala.Option<Object> duration()