Uses of Class
io.grpc.SynchronizationContext.ScheduledHandle
-
Packages that use SynchronizationContext.ScheduledHandle Package Description io.grpc The gRPC core public API.io.grpc.grpclb io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of SynchronizationContext.ScheduledHandle in io.grpc
Methods in io.grpc that return SynchronizationContext.ScheduledHandle Modifier and Type Method Description SynchronizationContext.ScheduledHandle
SynchronizationContext. schedule(java.lang.Runnable task, long delay, java.util.concurrent.TimeUnit unit, java.util.concurrent.ScheduledExecutorService timerService)
Schedules a task to be added and run viaSynchronizationContext.execute(java.lang.Runnable)
after a delay.SynchronizationContext.ScheduledHandle
SynchronizationContext. scheduleWithFixedDelay(java.lang.Runnable task, long initialDelay, long delay, java.util.concurrent.TimeUnit unit, java.util.concurrent.ScheduledExecutorService timerService)
Schedules a task to be added and run viaSynchronizationContext.execute(java.lang.Runnable)
after an initial delay and then repeated after the delay until cancelled. -
Uses of SynchronizationContext.ScheduledHandle in io.grpc.grpclb
Fields in io.grpc.grpclb declared as SynchronizationContext.ScheduledHandle Modifier and Type Field Description private SynchronizationContext.ScheduledHandle
GrpclbState. fallbackTimer
private SynchronizationContext.ScheduledHandle
GrpclbState. lbRpcRetryTimer
(package private) SynchronizationContext.ScheduledHandle
GrpclbState.LbStream. loadReportTimer
(package private) SynchronizationContext.ScheduledHandle
CachedSubchannelPool.CacheEntry. shutdownTimer
Constructors in io.grpc.grpclb with parameters of type SynchronizationContext.ScheduledHandle Constructor Description CacheEntry(LoadBalancer.Subchannel subchannel, SynchronizationContext.ScheduledHandle shutdownTimer, ConnectivityStateInfo state)
-
Uses of SynchronizationContext.ScheduledHandle in io.grpc.internal
Fields in io.grpc.internal declared as SynchronizationContext.ScheduledHandle Modifier and Type Field Description (package private) SynchronizationContext.ScheduledHandle
ManagedChannelImpl.SubchannelImpl. delayedShutdownTask
private SynchronizationContext.ScheduledHandle
InternalSubchannel. reconnectTask
private SynchronizationContext.ScheduledHandle
PickFirstLeafLoadBalancer. reconnectTask
private SynchronizationContext.ScheduledHandle
PickFirstLeafLoadBalancer. scheduleConnectionTask
private SynchronizationContext.ScheduledHandle
BackoffPolicyRetryScheduler. scheduledHandle
private SynchronizationContext.ScheduledHandle
InternalSubchannel. shutdownDueToUpdateTask
-
Uses of SynchronizationContext.ScheduledHandle in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services declared as SynchronizationContext.ScheduledHandle Modifier and Type Field Description private SynchronizationContext.ScheduledHandle
HealthCheckingLoadBalancerFactory.HealthCheckState. retryTimer
-
Uses of SynchronizationContext.ScheduledHandle in io.grpc.util
Fields in io.grpc.util declared as SynchronizationContext.ScheduledHandle Modifier and Type Field Description private SynchronizationContext.ScheduledHandle
OutlierDetectionLoadBalancer. detectionTimerHandle
-