JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.grpc.internal
Interface LongCounter
All Known Implementing Classes:
ReflectionLongAdderCounter
public interface
LongCounter
An interface for a long base counter.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
add
(long delta)
Adds the delta to this counter.
long
value
()
Returns the value of this counter.
Method Detail
add
void add(long delta)
Adds the delta to this counter.
value
long value()
Returns the value of this counter.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method