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) class
AtomicLongCounter
An implementation ofLongCounter
that is just anAtomicLong
.class
ReflectionLongAdderCounter
ALongCounter
that is implemented with a JDK8LongAdder
.Fields in io.grpc.internal declared as LongCounter Modifier and Type Field Description private LongCounter
CallTracer. callsFailed
private LongCounter
CallTracer. callsStarted
private LongCounter
CallTracer. callsSucceeded
private LongCounter
TransportTracer. messagesReceived
Methods in io.grpc.internal that return LongCounter Modifier and Type Method Description static LongCounter
LongCounterFactory. create()
Creates a LongCounter.
-