Uses of Interface
io.grpc.internal.LongCounter
-
Packages that use LongCounter Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of LongCounter in io.grpc.internal
Classes in io.grpc.internal that implement LongCounter Modifier and Type Class Description (package private) classAtomicLongCounterAn implementation ofLongCounterthat is just anAtomicLong.classReflectionLongAdderCounterALongCounterthat is implemented with a JDK8LongAdder.Fields in io.grpc.internal declared as LongCounter Modifier and Type Field Description private LongCounterCallTracer. callsFailedprivate LongCounterCallTracer. callsStartedprivate LongCounterCallTracer. callsSucceededprivate LongCounterTransportTracer. messagesReceivedMethods in io.grpc.internal that return LongCounter Modifier and Type Method Description static LongCounterLongCounterFactory. create()Creates a LongCounter.
-