Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/grpc/grpc-java
/ add
Method
add
core/src/main/java/io/grpc/internal/LongCounter.java:24–24 ·
view source on GitHub ↗
Adds the delta to this counter.
(long delta)
Source
from the content-addressed store, hash-verified
22
public
interface
LongCounter {
23
/** Adds the delta to this counter. */
24
void
add(long delta);
25
26
/** Returns the value of this counter. */
27
long value();
Callers
15
addLongCounter
Method · 0.95
buildTlsProtocolVersionSet
Method · 0.65
send
Method · 0.65
onNext
Method · 0.65
onError
Method · 0.65
onCompleted
Method · 0.65
channelRead
Method · 0.65
certificateChainToDerChain
Method · 0.65
checkDeps
Method · 0.65
getParents
Method · 0.65
CheckForUpdatesTask
Method · 0.65
execute
Method · 0.65
Implementers
2
ReflectionLongAdderCounter
core/src/main/java/io/grpc/internal/Re
AtomicLongCounter
core/src/main/java/io/grpc/internal/At
Calls
no outgoing calls
Tested by
15
CheckForUpdatesTask
Method · 0.52
execute
Method · 0.52
get_childPolicyWrapper_multiTarget
Method · 0.52
newLoadBalancer
Method · 0.52
createSubchannel
Method · 0.52
create
Method · 0.52
publish
Method · 0.52
streamCreated
Method · 0.52
transportCreated
Method · 0.52
schedule
Method · 0.52
checkDueTasks
Method · 0.52
getPendingTasks
Method · 0.52