public interface StragglerSummaryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsStragglerCauseCount(String key)
public abstract boolean containsStragglerCauseCount(String key)
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
map<string, int64> straggler_cause_count = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getRecentStragglers(int index)
public abstract Straggler getRecentStragglers(int index)
The most recent stragglers.
repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Straggler |
getRecentStragglersCount()
public abstract int getRecentStragglersCount()
The most recent stragglers.
repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;
Returns | |
---|---|
Type | Description |
int |
getRecentStragglersList()
public abstract List<Straggler> getRecentStragglersList()
The most recent stragglers.
repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;
Returns | |
---|---|
Type | Description |
List<Straggler> |
getRecentStragglersOrBuilder(int index)
public abstract StragglerOrBuilder getRecentStragglersOrBuilder(int index)
The most recent stragglers.
repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
StragglerOrBuilder |
getRecentStragglersOrBuilderList()
public abstract List<? extends StragglerOrBuilder> getRecentStragglersOrBuilderList()
The most recent stragglers.
repeated .google.dataflow.v1beta3.Straggler recent_stragglers = 3;
Returns | |
---|---|
Type | Description |
List<? extends com.google.dataflow.v1beta3.StragglerOrBuilder> |
getStragglerCauseCount() (deprecated)
public abstract Map<String,Long> getStragglerCauseCount()
Use #getStragglerCauseCountMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,java.lang.Long> |
getStragglerCauseCountCount()
public abstract int getStragglerCauseCountCount()
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
map<string, int64> straggler_cause_count = 2;
Returns | |
---|---|
Type | Description |
int |
getStragglerCauseCountMap()
public abstract Map<String,Long> getStragglerCauseCountMap()
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
map<string, int64> straggler_cause_count = 2;
Returns | |
---|---|
Type | Description |
Map<String,java.lang.Long> |
getStragglerCauseCountOrDefault(String key, long defaultValue)
public abstract long getStragglerCauseCountOrDefault(String key, long defaultValue)
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
map<string, int64> straggler_cause_count = 2;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
long |
Returns | |
---|---|
Type | Description |
long |
getStragglerCauseCountOrThrow(String key)
public abstract long getStragglerCauseCountOrThrow(String key)
Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.
map<string, int64> straggler_cause_count = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
long |
getTotalStragglerCount()
public abstract long getTotalStragglerCount()
The total count of stragglers.
int64 total_straggler_count = 1;
Returns | |
---|---|
Type | Description |
long |
The totalStragglerCount. |