Interface JobExecutionStageInfoOrBuilder (0.8.0)

public interface JobExecutionStageInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStepName(int index)

public abstract String getStepName(int index)

The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

repeated string step_name = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The stepName at the given index.

getStepNameBytes(int index)

public abstract ByteString getStepNameBytes(int index)

The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

repeated string step_name = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the stepName at the given index.

getStepNameCount()

public abstract int getStepNameCount()

The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

repeated string step_name = 1;

Returns
TypeDescription
int

The count of stepName.

getStepNameList()

public abstract List<String> getStepNameList()

The steps associated with the execution stage. Note that stages may have several steps, and that a given step might be run by more than one stage.

repeated string step_name = 1;

Returns
TypeDescription
List<String>

A list containing the stepName.