Package io.grpc.internal
Interface LongCounter
-
- All Known Implementing Classes:
AtomicLongCounter,ReflectionLongAdderCounter
public interface LongCounterAn interface for a long base counter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(long delta)Adds the delta to this counter.longvalue()Returns the value of this counter.
-