Home
last modified time | relevance | path

Searched defs:activeHedges (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DRetriableStream.java1142 final Collection<Substream> activeHedges; // not null once isHedging = true field in RetriableStream.State
1158 Collection<Substream> activeHedges, in State()
1286 Collection<Substream> activeHedges; in addActiveHedge() local
1305 Collection<Substream> activeHedges = new ArrayList<>(this.activeHedges); in removeActiveHedge() local
1318 Collection<Substream> activeHedges = new ArrayList<>(this.activeHedges); in replaceActiveHedge() local