Uses of Class
io.grpc.channelz.v1.ServerData.Builder
Packages that use ServerData.Builder
-
Uses of ServerData.Builder in io.grpc.channelz.v1
Fields in io.grpc.channelz.v1 with type parameters of type ServerData.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ServerData, ServerData.Builder, ServerDataOrBuilder> Server.Builder.dataBuilder_
Methods in io.grpc.channelz.v1 that return ServerData.BuilderModifier and TypeMethodDescriptionServerData.Builder.clear()
ServerData.Builder.clearCallsFailed()
The number of incoming calls that have a completed with a non-OK statusServerData.Builder.clearCallsStarted()
The number of incoming calls started on the serverServerData.Builder.clearCallsSucceeded()
The number of incoming calls that have completed with an OK statusServerData.Builder.clearLastCallStartedTimestamp()
The last time a call was started on the server.ServerData.Builder.clearTrace()
A trace of recent events on the server.Server.Builder.getDataBuilder()
The associated data of the Server.ServerData.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ServerData.Builder.mergeFrom
(com.google.protobuf.Message other) ServerData.Builder.mergeFrom
(ServerData other) ServerData.Builder.mergeLastCallStartedTimestamp
(com.google.protobuf.Timestamp value) The last time a call was started on the server.ServerData.Builder.mergeTrace
(ChannelTrace value) A trace of recent events on the server.static ServerData.Builder
ServerData.newBuilder()
static ServerData.Builder
ServerData.newBuilder
(ServerData prototype) ServerData.newBuilderForType()
protected ServerData.Builder
ServerData.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) ServerData.Builder.setCallsFailed
(long value) The number of incoming calls that have a completed with a non-OK statusServerData.Builder.setCallsStarted
(long value) The number of incoming calls started on the serverServerData.Builder.setCallsSucceeded
(long value) The number of incoming calls that have completed with an OK statusServerData.Builder.setLastCallStartedTimestamp
(com.google.protobuf.Timestamp value) The last time a call was started on the server.ServerData.Builder.setLastCallStartedTimestamp
(com.google.protobuf.Timestamp.Builder builderForValue) The last time a call was started on the server.ServerData.Builder.setTrace
(ChannelTrace value) A trace of recent events on the server.ServerData.Builder.setTrace
(ChannelTrace.Builder builderForValue) A trace of recent events on the server.ServerData.toBuilder()
Methods in io.grpc.channelz.v1 that return types with arguments of type ServerData.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<ServerData, ServerData.Builder, ServerDataOrBuilder> Server.Builder.getDataFieldBuilder()
The associated data of the Server.Methods in io.grpc.channelz.v1 with parameters of type ServerData.BuilderModifier and TypeMethodDescriptionServer.Builder.setData
(ServerData.Builder builderForValue) The associated data of the Server.