public static final class Control.ScenarioResult extends com.google.protobuf.GeneratedMessageV3 implements Control.ScenarioResultOrBuilder
Results of a single benchmark scenario.Protobuf type
grpc.testing.ScenarioResult| Modifier and Type | Class and Description |
|---|---|
static class |
Control.ScenarioResult.Builder
Results of a single benchmark scenario.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CLIENT_STATS_FIELD_NUMBER |
static int |
CLIENT_SUCCESS_FIELD_NUMBER |
static int |
LATENCIES_FIELD_NUMBER |
static int |
REQUEST_RESULTS_FIELD_NUMBER |
static int |
SCENARIO_FIELD_NUMBER |
static int |
SERVER_CORES_FIELD_NUMBER |
static int |
SERVER_STATS_FIELD_NUMBER |
static int |
SERVER_SUCCESS_FIELD_NUMBER |
static int |
SUMMARY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Stats.ClientStats |
getClientStats(int index)
Client stats for each client
|
int |
getClientStatsCount()
Client stats for each client
|
List<Stats.ClientStats> |
getClientStatsList()
Client stats for each client
|
Stats.ClientStatsOrBuilder |
getClientStatsOrBuilder(int index)
Client stats for each client
|
List<? extends Stats.ClientStatsOrBuilder> |
getClientStatsOrBuilderList()
Client stats for each client
|
boolean |
getClientSuccess(int index)
Information on success or failure of each worker
|
int |
getClientSuccessCount()
Information on success or failure of each worker
|
List<Boolean> |
getClientSuccessList()
Information on success or failure of each worker
|
static Control.ScenarioResult |
getDefaultInstance() |
Control.ScenarioResult |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Stats.HistogramData |
getLatencies()
Histograms from all clients merged into one histogram.
|
Stats.HistogramDataOrBuilder |
getLatenciesOrBuilder()
Histograms from all clients merged into one histogram.
|
com.google.protobuf.Parser<Control.ScenarioResult> |
getParserForType() |
Stats.RequestResultCount |
getRequestResults(int index)
Number of failed requests (one row per status code seen)
|
int |
getRequestResultsCount()
Number of failed requests (one row per status code seen)
|
List<Stats.RequestResultCount> |
getRequestResultsList()
Number of failed requests (one row per status code seen)
|
Stats.RequestResultCountOrBuilder |
getRequestResultsOrBuilder(int index)
Number of failed requests (one row per status code seen)
|
List<? extends Stats.RequestResultCountOrBuilder> |
getRequestResultsOrBuilderList()
Number of failed requests (one row per status code seen)
|
Control.Scenario |
getScenario()
Inputs used to run the scenario.
|
Control.ScenarioOrBuilder |
getScenarioOrBuilder()
Inputs used to run the scenario.
|
int |
getSerializedSize() |
int |
getServerCores(int index)
Number of cores available to each server
|
int |
getServerCoresCount()
Number of cores available to each server
|
List<Integer> |
getServerCoresList()
Number of cores available to each server
|
Stats.ServerStats |
getServerStats(int index)
Server stats for each server
|
int |
getServerStatsCount()
Server stats for each server
|
List<Stats.ServerStats> |
getServerStatsList()
Server stats for each server
|
Stats.ServerStatsOrBuilder |
getServerStatsOrBuilder(int index)
Server stats for each server
|
List<? extends Stats.ServerStatsOrBuilder> |
getServerStatsOrBuilderList()
Server stats for each server
|
boolean |
getServerSuccess(int index)
repeated bool server_success = 8; |
int |
getServerSuccessCount()
repeated bool server_success = 8; |
List<Boolean> |
getServerSuccessList()
repeated bool server_success = 8; |
Control.ScenarioResultSummary |
getSummary()
An after-the-fact computed summary
|
Control.ScenarioResultSummaryOrBuilder |
getSummaryOrBuilder()
An after-the-fact computed summary
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasLatencies()
Histograms from all clients merged into one histogram.
|
boolean |
hasScenario()
Inputs used to run the scenario.
|
boolean |
hasSummary()
An after-the-fact computed summary
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Control.ScenarioResult.Builder |
newBuilder() |
static Control.ScenarioResult.Builder |
newBuilder(Control.ScenarioResult prototype) |
Control.ScenarioResult.Builder |
newBuilderForType() |
protected Control.ScenarioResult.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Control.ScenarioResult |
parseDelimitedFrom(InputStream input) |
static Control.ScenarioResult |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
parseFrom(byte[] data) |
static Control.ScenarioResult |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
parseFrom(ByteBuffer data) |
static Control.ScenarioResult |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
parseFrom(com.google.protobuf.ByteString data) |
static Control.ScenarioResult |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Control.ScenarioResult |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Control.ScenarioResult |
parseFrom(InputStream input) |
static Control.ScenarioResult |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Control.ScenarioResult> |
parser() |
Control.ScenarioResult.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SCENARIO_FIELD_NUMBER
public static final int LATENCIES_FIELD_NUMBER
public static final int CLIENT_STATS_FIELD_NUMBER
public static final int SERVER_STATS_FIELD_NUMBER
public static final int SERVER_CORES_FIELD_NUMBER
public static final int SUMMARY_FIELD_NUMBER
public static final int CLIENT_SUCCESS_FIELD_NUMBER
public static final int SERVER_SUCCESS_FIELD_NUMBER
public static final int REQUEST_RESULTS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasScenario()
Inputs used to run the scenario.
.grpc.testing.Scenario scenario = 1;hasScenario in interface Control.ScenarioResultOrBuilderpublic Control.Scenario getScenario()
Inputs used to run the scenario.
.grpc.testing.Scenario scenario = 1;getScenario in interface Control.ScenarioResultOrBuilderpublic Control.ScenarioOrBuilder getScenarioOrBuilder()
Inputs used to run the scenario.
.grpc.testing.Scenario scenario = 1;getScenarioOrBuilder in interface Control.ScenarioResultOrBuilderpublic boolean hasLatencies()
Histograms from all clients merged into one histogram.
.grpc.testing.HistogramData latencies = 2;hasLatencies in interface Control.ScenarioResultOrBuilderpublic Stats.HistogramData getLatencies()
Histograms from all clients merged into one histogram.
.grpc.testing.HistogramData latencies = 2;getLatencies in interface Control.ScenarioResultOrBuilderpublic Stats.HistogramDataOrBuilder getLatenciesOrBuilder()
Histograms from all clients merged into one histogram.
.grpc.testing.HistogramData latencies = 2;getLatenciesOrBuilder in interface Control.ScenarioResultOrBuilderpublic List<Stats.ClientStats> getClientStatsList()
Client stats for each client
repeated .grpc.testing.ClientStats client_stats = 3;getClientStatsList in interface Control.ScenarioResultOrBuilderpublic List<? extends Stats.ClientStatsOrBuilder> getClientStatsOrBuilderList()
Client stats for each client
repeated .grpc.testing.ClientStats client_stats = 3;getClientStatsOrBuilderList in interface Control.ScenarioResultOrBuilderpublic int getClientStatsCount()
Client stats for each client
repeated .grpc.testing.ClientStats client_stats = 3;getClientStatsCount in interface Control.ScenarioResultOrBuilderpublic Stats.ClientStats getClientStats(int index)
Client stats for each client
repeated .grpc.testing.ClientStats client_stats = 3;getClientStats in interface Control.ScenarioResultOrBuilderpublic Stats.ClientStatsOrBuilder getClientStatsOrBuilder(int index)
Client stats for each client
repeated .grpc.testing.ClientStats client_stats = 3;getClientStatsOrBuilder in interface Control.ScenarioResultOrBuilderpublic List<Stats.ServerStats> getServerStatsList()
Server stats for each server
repeated .grpc.testing.ServerStats server_stats = 4;getServerStatsList in interface Control.ScenarioResultOrBuilderpublic List<? extends Stats.ServerStatsOrBuilder> getServerStatsOrBuilderList()
Server stats for each server
repeated .grpc.testing.ServerStats server_stats = 4;getServerStatsOrBuilderList in interface Control.ScenarioResultOrBuilderpublic int getServerStatsCount()
Server stats for each server
repeated .grpc.testing.ServerStats server_stats = 4;getServerStatsCount in interface Control.ScenarioResultOrBuilderpublic Stats.ServerStats getServerStats(int index)
Server stats for each server
repeated .grpc.testing.ServerStats server_stats = 4;getServerStats in interface Control.ScenarioResultOrBuilderpublic Stats.ServerStatsOrBuilder getServerStatsOrBuilder(int index)
Server stats for each server
repeated .grpc.testing.ServerStats server_stats = 4;getServerStatsOrBuilder in interface Control.ScenarioResultOrBuilderpublic List<Integer> getServerCoresList()
Number of cores available to each server
repeated int32 server_cores = 5;getServerCoresList in interface Control.ScenarioResultOrBuilderpublic int getServerCoresCount()
Number of cores available to each server
repeated int32 server_cores = 5;getServerCoresCount in interface Control.ScenarioResultOrBuilderpublic int getServerCores(int index)
Number of cores available to each server
repeated int32 server_cores = 5;getServerCores in interface Control.ScenarioResultOrBuilderindex - The index of the element to return.public boolean hasSummary()
An after-the-fact computed summary
.grpc.testing.ScenarioResultSummary summary = 6;hasSummary in interface Control.ScenarioResultOrBuilderpublic Control.ScenarioResultSummary getSummary()
An after-the-fact computed summary
.grpc.testing.ScenarioResultSummary summary = 6;getSummary in interface Control.ScenarioResultOrBuilderpublic Control.ScenarioResultSummaryOrBuilder getSummaryOrBuilder()
An after-the-fact computed summary
.grpc.testing.ScenarioResultSummary summary = 6;getSummaryOrBuilder in interface Control.ScenarioResultOrBuilderpublic List<Boolean> getClientSuccessList()
Information on success or failure of each worker
repeated bool client_success = 7;getClientSuccessList in interface Control.ScenarioResultOrBuilderpublic int getClientSuccessCount()
Information on success or failure of each worker
repeated bool client_success = 7;getClientSuccessCount in interface Control.ScenarioResultOrBuilderpublic boolean getClientSuccess(int index)
Information on success or failure of each worker
repeated bool client_success = 7;getClientSuccess in interface Control.ScenarioResultOrBuilderindex - The index of the element to return.public List<Boolean> getServerSuccessList()
repeated bool server_success = 8;getServerSuccessList in interface Control.ScenarioResultOrBuilderpublic int getServerSuccessCount()
repeated bool server_success = 8;getServerSuccessCount in interface Control.ScenarioResultOrBuilderpublic boolean getServerSuccess(int index)
repeated bool server_success = 8;getServerSuccess in interface Control.ScenarioResultOrBuilderindex - The index of the element to return.public List<Stats.RequestResultCount> getRequestResultsList()
Number of failed requests (one row per status code seen)
repeated .grpc.testing.RequestResultCount request_results = 9;getRequestResultsList in interface Control.ScenarioResultOrBuilderpublic List<? extends Stats.RequestResultCountOrBuilder> getRequestResultsOrBuilderList()
Number of failed requests (one row per status code seen)
repeated .grpc.testing.RequestResultCount request_results = 9;getRequestResultsOrBuilderList in interface Control.ScenarioResultOrBuilderpublic int getRequestResultsCount()
Number of failed requests (one row per status code seen)
repeated .grpc.testing.RequestResultCount request_results = 9;getRequestResultsCount in interface Control.ScenarioResultOrBuilderpublic Stats.RequestResultCount getRequestResults(int index)
Number of failed requests (one row per status code seen)
repeated .grpc.testing.RequestResultCount request_results = 9;getRequestResults in interface Control.ScenarioResultOrBuilderpublic Stats.RequestResultCountOrBuilder getRequestResultsOrBuilder(int index)
Number of failed requests (one row per status code seen)
repeated .grpc.testing.RequestResultCount request_results = 9;getRequestResultsOrBuilder in interface Control.ScenarioResultOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Control.ScenarioResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control.ScenarioResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control.ScenarioResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control.ScenarioResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control.ScenarioResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control.ScenarioResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Control.ScenarioResult parseFrom(InputStream input) throws IOException
IOExceptionpublic static Control.ScenarioResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Control.ScenarioResult parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Control.ScenarioResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Control.ScenarioResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Control.ScenarioResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Control.ScenarioResult.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Control.ScenarioResult.Builder newBuilder()
public static Control.ScenarioResult.Builder newBuilder(Control.ScenarioResult prototype)
public Control.ScenarioResult.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Control.ScenarioResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Control.ScenarioResult getDefaultInstance()
public static com.google.protobuf.Parser<Control.ScenarioResult> parser()
public com.google.protobuf.Parser<Control.ScenarioResult> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Control.ScenarioResult getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder