c

io.grpc.lb.v1

ClientStats

final class ClientStats extends GeneratedMessageV3 with ClientStatsOrBuilder

Contains client level statistics that are useful to load balancing. Each
count except the timestamp should be reset to zero after reporting the stats.

Protobuf type grpc.lb.v1.ClientStats

Source
ClientStats.java
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientStats
  2. ClientStatsOrBuilder
  3. GeneratedMessageV3
  4. Serializable
  5. AbstractMessage
  6. Message
  7. MessageOrBuilder
  8. AbstractMessageLite
  9. MessageLite
  10. MessageLiteOrBuilder
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(obj: AnyRef): Boolean
    Definition Classes
    ClientStats → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def findInitializationErrors(): List[String]
    Definition Classes
    AbstractMessage → MessageOrBuilder
  10. def getAllFields(): Map[FieldDescriptor, AnyRef]
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  11. def getCallsFinishedWithDrop(index: Int): ClientStatsPerToken

    The list of dropped calls.
    

    The list of dropped calls.
    

    repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  12. def getCallsFinishedWithDropCount(): Int

    The list of dropped calls.
    

    The list of dropped calls.
    

    repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  13. def getCallsFinishedWithDropList(): List[ClientStatsPerToken]

    The list of dropped calls.
    

    The list of dropped calls.
    

    repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  14. def getCallsFinishedWithDropOrBuilder(index: Int): ClientStatsPerTokenOrBuilder

    The list of dropped calls.
    

    The list of dropped calls.
    

    repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  15. def getCallsFinishedWithDropOrBuilderList(): List[_ <: ClientStatsPerTokenOrBuilder]

    The list of dropped calls.
    

    The list of dropped calls.
    

    repeated .grpc.lb.v1.ClientStatsPerToken calls_finished_with_drop = 8;

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getDefaultInstanceForType(): ClientStats
    Definition Classes
    ClientStats → MessageOrBuilder → MessageLiteOrBuilder
    Annotations
    @Override()
  18. def getDescriptorForType(): Descriptor
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  19. def getField(arg0: FieldDescriptor): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  20. def getInitializationErrorString(): String
    Definition Classes
    AbstractMessage → MessageOrBuilder
  21. def getNumCallsFinished(): Long

    The total number of RPCs that finished.
    

    The total number of RPCs that finished.
    

    int64 num_calls_finished = 3;

    returns

    The numCallsFinished.

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  22. def getNumCallsFinishedKnownReceived(): Long

    The total number of RPCs that finished and are known to have been received
    by a server.
    

    The total number of RPCs that finished and are known to have been received
    by a server.
    

    int64 num_calls_finished_known_received = 7;

    returns

    The numCallsFinishedKnownReceived.

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  23. def getNumCallsFinishedWithClientFailedToSend(): Long

    The total number of RPCs that failed to reach a server except dropped RPCs.
    

    The total number of RPCs that failed to reach a server except dropped RPCs.
    

    int64 num_calls_finished_with_client_failed_to_send = 6;

    returns

    The numCallsFinishedWithClientFailedToSend.

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  24. def getNumCallsStarted(): Long

    The total number of RPCs that started.
    

    The total number of RPCs that started.
    

    int64 num_calls_started = 2;

    returns

    The numCallsStarted.

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  25. def getOneofFieldDescriptor(arg0: OneofDescriptor): FieldDescriptor
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  26. def getParserForType(): Parser[ClientStats]
    Definition Classes
    ClientStats → GeneratedMessageV3 → Message → MessageLite
    Annotations
    @Override()
  27. def getRepeatedField(arg0: FieldDescriptor, arg1: Int): AnyRef
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  28. def getRepeatedFieldCount(arg0: FieldDescriptor): Int
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  29. def getSerializedSize(): Int
    Definition Classes
    ClientStats → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  30. def getTimestamp(): Timestamp

    The timestamp of generating the report.
    

    The timestamp of generating the report.
    

    .google.protobuf.Timestamp timestamp = 1;

    returns

    The timestamp.

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  31. def getTimestampOrBuilder(): TimestampOrBuilder

    The timestamp of generating the report.
    

    The timestamp of generating the report.
    

    .google.protobuf.Timestamp timestamp = 1;

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  32. def getUnknownFields(): UnknownFieldSet
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  33. def hasField(arg0: FieldDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → MessageOrBuilder
  34. def hasOneof(arg0: OneofDescriptor): Boolean
    Definition Classes
    GeneratedMessageV3 → AbstractMessage → MessageOrBuilder
  35. def hasTimestamp(): Boolean

    The timestamp of generating the report.
    

    The timestamp of generating the report.
    

    .google.protobuf.Timestamp timestamp = 1;

    returns

    Whether the timestamp field is set.

    Definition Classes
    ClientStatsClientStatsOrBuilder
    Annotations
    @Override()
  36. def hashCode(): Int
    Definition Classes
    ClientStats → AbstractMessage → Message → AnyRef → Any
    Annotations
    @Override()
  37. def internalGetFieldAccessorTable(): FieldAccessorTable
    Attributes
    protected[v1]
    Definition Classes
    ClientStats → GeneratedMessageV3
    Annotations
    @Override()
  38. def internalGetMapField(arg0: Int): MapField[_ <: AnyRef, _ <: AnyRef]
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  39. final def isInitialized(): Boolean
    Definition Classes
    ClientStats → GeneratedMessageV3 → AbstractMessage → MessageLiteOrBuilder
    Annotations
    @Override()
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. def makeExtensionsImmutable(): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
  42. def mergeFromAndMakeImmutableInternal(arg0: CodedInputStream, arg1: ExtensionRegistryLite): Unit
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[com.google.protobuf.InvalidProtocolBufferException])
  43. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  44. def newBuilderForType(parent: BuilderParent): Builder
    Attributes
    protected[v1]
    Definition Classes
    ClientStats → GeneratedMessageV3
    Annotations
    @Override()
  45. def newBuilderForType(): Builder
    Definition Classes
    ClientStats → Message → MessageLite
    Annotations
    @Override()
  46. def newBuilderForType(arg0: BuilderParent): Builder
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3 → AbstractMessage
  47. def newInstance(unused: UnusedPrivateParameter): AnyRef
    Attributes
    protected[v1]
    Definition Classes
    ClientStats → GeneratedMessageV3
    Annotations
    @Override() @SuppressWarnings()
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. def parseUnknownField(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  51. def parseUnknownFieldProto3(arg0: CodedInputStream, arg1: Builder, arg2: ExtensionRegistryLite, arg3: Int): Boolean
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.IOException])
  52. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  53. def toBuilder(): Builder
    Definition Classes
    ClientStats → Message → MessageLite
    Annotations
    @Override()
  54. def toByteArray(): Array[Byte]
    Definition Classes
    AbstractMessageLite → MessageLite
  55. def toByteString(): ByteString
    Definition Classes
    AbstractMessageLite → MessageLite
  56. final def toString(): String
    Definition Classes
    AbstractMessage → Message → AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  60. def writeDelimitedTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])
  61. def writeReplace(): AnyRef
    Attributes
    protected[com.google.protobuf]
    Definition Classes
    GeneratedMessageV3
    Annotations
    @throws(classOf[java.io.ObjectStreamException])
  62. def writeTo(output: CodedOutputStream): Unit
    Definition Classes
    ClientStats → GeneratedMessageV3 → AbstractMessage → MessageLite
    Annotations
    @Override()
  63. def writeTo(arg0: OutputStream): Unit
    Definition Classes
    AbstractMessageLite → MessageLite
    Annotations
    @throws(classOf[java.io.IOException])

Inherited from ClientStatsOrBuilder

Inherited from GeneratedMessageV3

Inherited from Serializable

Inherited from AbstractMessage

Inherited from Message

Inherited from MessageOrBuilder

Inherited from AbstractMessageLite[MessageType, BuilderType]

Inherited from MessageLite

Inherited from MessageLiteOrBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped