Uses of Interface
io.grpc.grpclb.GrpclbState.RoundRobinEntry
-
Packages that use GrpclbState.RoundRobinEntry Package Description io.grpc.grpclb -
-
Uses of GrpclbState.RoundRobinEntry in io.grpc.grpclb
Classes in io.grpc.grpclb that implement GrpclbState.RoundRobinEntry Modifier and Type Class Description (package private) static class
GrpclbState.BackendEntry
(package private) static class
GrpclbState.ErrorEntry
(package private) static class
GrpclbState.IdleSubchannelEntry
Fields in io.grpc.grpclb declared as GrpclbState.RoundRobinEntry Modifier and Type Field Description (package private) static GrpclbState.RoundRobinEntry
GrpclbState. BUFFER_ENTRY
Fields in io.grpc.grpclb with type parameters of type GrpclbState.RoundRobinEntry Modifier and Type Field Description (package private) java.util.List<? extends GrpclbState.RoundRobinEntry>
GrpclbState.RoundRobinPicker. pickList
-