public static final class InstanceCommunication.MetricsData.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder> implements InstanceCommunication.MetricsDataOrBuilder
message DataDigest {
double count = 1;
double sum = 2;
double max = 3;
double min = 4;
}
map<string, DataDigest> metrics = 1 [deprecated=true];
Protobuf type proto.MetricsDatagetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapField internalGetMapField(int number)
internalGetMapField in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic InstanceCommunication.MetricsData build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic InstanceCommunication.MetricsData buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic InstanceCommunication.MetricsData.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder mergeFrom(InstanceCommunication.MetricsData other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public InstanceCommunication.MetricsData.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<InstanceCommunication.MetricsData.Builder>IOExceptionpublic long getReceivedTotal()
Total number of records function received from source
int64 receivedTotal = 2;getReceivedTotal in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setReceivedTotal(long value)
Total number of records function received from source
int64 receivedTotal = 2;value - The receivedTotal to set.public InstanceCommunication.MetricsData.Builder clearReceivedTotal()
Total number of records function received from source
int64 receivedTotal = 2;public long getReceivedTotal1Min()
int64 receivedTotal_1min = 10;getReceivedTotal1Min in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setReceivedTotal1Min(long value)
int64 receivedTotal_1min = 10;value - The receivedTotal1min to set.public InstanceCommunication.MetricsData.Builder clearReceivedTotal1Min()
int64 receivedTotal_1min = 10;public long getProcessedSuccessfullyTotal()
Total number of records successfully processed by user function
int64 processedSuccessfullyTotal = 4;getProcessedSuccessfullyTotal in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setProcessedSuccessfullyTotal(long value)
Total number of records successfully processed by user function
int64 processedSuccessfullyTotal = 4;value - The processedSuccessfullyTotal to set.public InstanceCommunication.MetricsData.Builder clearProcessedSuccessfullyTotal()
Total number of records successfully processed by user function
int64 processedSuccessfullyTotal = 4;public long getProcessedSuccessfullyTotal1Min()
int64 processedSuccessfullyTotal_1min = 12;getProcessedSuccessfullyTotal1Min in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setProcessedSuccessfullyTotal1Min(long value)
int64 processedSuccessfullyTotal_1min = 12;value - The processedSuccessfullyTotal1min to set.public InstanceCommunication.MetricsData.Builder clearProcessedSuccessfullyTotal1Min()
int64 processedSuccessfullyTotal_1min = 12;public long getSystemExceptionsTotal()
Total number of system exceptions thrown
int64 systemExceptionsTotal = 5;getSystemExceptionsTotal in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setSystemExceptionsTotal(long value)
Total number of system exceptions thrown
int64 systemExceptionsTotal = 5;value - The systemExceptionsTotal to set.public InstanceCommunication.MetricsData.Builder clearSystemExceptionsTotal()
Total number of system exceptions thrown
int64 systemExceptionsTotal = 5;public long getSystemExceptionsTotal1Min()
int64 systemExceptionsTotal_1min = 13;getSystemExceptionsTotal1Min in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setSystemExceptionsTotal1Min(long value)
int64 systemExceptionsTotal_1min = 13;value - The systemExceptionsTotal1min to set.public InstanceCommunication.MetricsData.Builder clearSystemExceptionsTotal1Min()
int64 systemExceptionsTotal_1min = 13;public long getUserExceptionsTotal()
Total number of user exceptions thrown
int64 userExceptionsTotal = 6;getUserExceptionsTotal in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setUserExceptionsTotal(long value)
Total number of user exceptions thrown
int64 userExceptionsTotal = 6;value - The userExceptionsTotal to set.public InstanceCommunication.MetricsData.Builder clearUserExceptionsTotal()
Total number of user exceptions thrown
int64 userExceptionsTotal = 6;public long getUserExceptionsTotal1Min()
int64 userExceptionsTotal_1min = 14;getUserExceptionsTotal1Min in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setUserExceptionsTotal1Min(long value)
int64 userExceptionsTotal_1min = 14;value - The userExceptionsTotal1min to set.public InstanceCommunication.MetricsData.Builder clearUserExceptionsTotal1Min()
int64 userExceptionsTotal_1min = 14;public double getAvgProcessLatency()
Average process latency for function
double avgProcessLatency = 7;getAvgProcessLatency in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setAvgProcessLatency(double value)
Average process latency for function
double avgProcessLatency = 7;value - The avgProcessLatency to set.public InstanceCommunication.MetricsData.Builder clearAvgProcessLatency()
Average process latency for function
double avgProcessLatency = 7;public double getAvgProcessLatency1Min()
double avgProcessLatency_1min = 15;getAvgProcessLatency1Min in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setAvgProcessLatency1Min(double value)
double avgProcessLatency_1min = 15;value - The avgProcessLatency1min to set.public InstanceCommunication.MetricsData.Builder clearAvgProcessLatency1Min()
double avgProcessLatency_1min = 15;public long getLastInvocation()
Timestamp of when the function was last invoked
int64 lastInvocation = 8;getLastInvocation in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder setLastInvocation(long value)
Timestamp of when the function was last invoked
int64 lastInvocation = 8;value - The lastInvocation to set.public InstanceCommunication.MetricsData.Builder clearLastInvocation()
Timestamp of when the function was last invoked
int64 lastInvocation = 8;public int getUserMetricsCount()
InstanceCommunication.MetricsDataOrBuilderUser defined metrics
map<string, double> userMetrics = 9;getUserMetricsCount in interface InstanceCommunication.MetricsDataOrBuilderpublic boolean containsUserMetrics(String key)
User defined metrics
map<string, double> userMetrics = 9;containsUserMetrics in interface InstanceCommunication.MetricsDataOrBuilder@Deprecated public Map<String,Double> getUserMetrics()
getUserMetricsMap() instead.getUserMetrics in interface InstanceCommunication.MetricsDataOrBuilderpublic Map<String,Double> getUserMetricsMap()
User defined metrics
map<string, double> userMetrics = 9;getUserMetricsMap in interface InstanceCommunication.MetricsDataOrBuilderpublic double getUserMetricsOrDefault(String key, double defaultValue)
User defined metrics
map<string, double> userMetrics = 9;getUserMetricsOrDefault in interface InstanceCommunication.MetricsDataOrBuilderpublic double getUserMetricsOrThrow(String key)
User defined metrics
map<string, double> userMetrics = 9;getUserMetricsOrThrow in interface InstanceCommunication.MetricsDataOrBuilderpublic InstanceCommunication.MetricsData.Builder clearUserMetrics()
public InstanceCommunication.MetricsData.Builder removeUserMetrics(String key)
User defined metrics
map<string, double> userMetrics = 9;@Deprecated public Map<String,Double> getMutableUserMetrics()
public InstanceCommunication.MetricsData.Builder putUserMetrics(String key, double value)
User defined metrics
map<string, double> userMetrics = 9;public InstanceCommunication.MetricsData.Builder putAllUserMetrics(Map<String,Double> values)
User defined metrics
map<string, double> userMetrics = 9;public final InstanceCommunication.MetricsData.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>public final InstanceCommunication.MetricsData.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<InstanceCommunication.MetricsData.Builder>Copyright © 2017–2021 Apache Software Foundation. All rights reserved.