Package io.grpc.grpclb
Class CachedSubchannelPool.CacheEntry
java.lang.Object
io.grpc.grpclb.CachedSubchannelPool.CacheEntry
- Enclosing class:
CachedSubchannelPool
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final SynchronizationContext.ScheduledHandle
(package private) ConnectivityStateInfo
(package private) final LoadBalancer.Subchannel
-
Constructor Summary
ConstructorsConstructorDescriptionCacheEntry
(LoadBalancer.Subchannel subchannel, SynchronizationContext.ScheduledHandle shutdownTimer, ConnectivityStateInfo state) -
Method Summary
-
Field Details
-
subchannel
-
shutdownTimer
-
state
ConnectivityStateInfo state
-
-
Constructor Details
-
CacheEntry
CacheEntry(LoadBalancer.Subchannel subchannel, SynchronizationContext.ScheduledHandle shutdownTimer, ConnectivityStateInfo state)
-