public interface StreamingStragglerInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDataWatermarkLag()
public abstract Duration getDataWatermarkLag()The event-time watermark lag at the time of the straggler detection.
.google.protobuf.Duration data_watermark_lag = 4;
| Returns | |
|---|---|
| Type | Description |
Duration |
The dataWatermarkLag. |
getDataWatermarkLagOrBuilder()
public abstract DurationOrBuilder getDataWatermarkLagOrBuilder()The event-time watermark lag at the time of the straggler detection.
.google.protobuf.Duration data_watermark_lag = 4;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getEndTime()
public abstract Timestamp getEndTime()End time of this straggler.
.google.protobuf.Timestamp end_time = 2;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()End time of this straggler.
.google.protobuf.Timestamp end_time = 2;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getStartTime()
public abstract Timestamp getStartTime()Start time of this straggler.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Start time of this straggler.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getSystemWatermarkLag()
public abstract Duration getSystemWatermarkLag()The system watermark lag at the time of the straggler detection.
.google.protobuf.Duration system_watermark_lag = 5;
| Returns | |
|---|---|
| Type | Description |
Duration |
The systemWatermarkLag. |
getSystemWatermarkLagOrBuilder()
public abstract DurationOrBuilder getSystemWatermarkLagOrBuilder()The system watermark lag at the time of the straggler detection.
.google.protobuf.Duration system_watermark_lag = 5;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getWorkerName()
public abstract String getWorkerName()Name of the worker where the straggler was detected.
string worker_name = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The workerName. |
getWorkerNameBytes()
public abstract ByteString getWorkerNameBytes()Name of the worker where the straggler was detected.
string worker_name = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for workerName. |
hasDataWatermarkLag()
public abstract boolean hasDataWatermarkLag()The event-time watermark lag at the time of the straggler detection.
.google.protobuf.Duration data_watermark_lag = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataWatermarkLag field is set. |
hasEndTime()
public abstract boolean hasEndTime()End time of this straggler.
.google.protobuf.Timestamp end_time = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the endTime field is set. |
hasStartTime()
public abstract boolean hasStartTime()Start time of this straggler.
.google.protobuf.Timestamp start_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
hasSystemWatermarkLag()
public abstract boolean hasSystemWatermarkLag()The system watermark lag at the time of the straggler detection.
.google.protobuf.Duration system_watermark_lag = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the systemWatermarkLag field is set. |