Uses of Class
io.grpc.SynchronizationContext.ScheduledHandle
Packages that use SynchronizationContext.ScheduledHandle
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
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.ScheduledHandleModifier and TypeMethodDescriptionSynchronizationContext.schedule
(Runnable task, long delay, TimeUnit unit, ScheduledExecutorService timerService) Schedules a task to be added and run viaSynchronizationContext.execute(java.lang.Runnable)
after a delay.SynchronizationContext.scheduleWithFixedDelay
(Runnable task, long initialDelay, long delay, TimeUnit unit, 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.ScheduledHandleModifier and TypeFieldDescriptionGrpclbState.fallbackTimer
GrpclbState.lbRpcRetryTimer
(package private) SynchronizationContext.ScheduledHandle
GrpclbState.LbStream.loadReportTimer
(package private) final SynchronizationContext.ScheduledHandle
CachedSubchannelPool.CacheEntry.shutdownTimer
Constructors in io.grpc.grpclb with parameters of type SynchronizationContext.ScheduledHandleModifierConstructorDescription(package private)
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.ScheduledHandleModifier and TypeFieldDescription(package private) SynchronizationContext.ScheduledHandle
ManagedChannelImpl.SubchannelImpl.delayedShutdownTask
InternalSubchannel.reconnectTask
PickFirstLeafLoadBalancer.reconnectTask
PickFirstLeafLoadBalancer.scheduleConnectionTask
BackoffPolicyRetryScheduler.scheduledHandle
InternalSubchannel.shutdownDueToUpdateTask
-
Uses of SynchronizationContext.ScheduledHandle in io.grpc.protobuf.services
Fields in io.grpc.protobuf.services declared as SynchronizationContext.ScheduledHandle -
Uses of SynchronizationContext.ScheduledHandle in io.grpc.util
Fields in io.grpc.util declared as SynchronizationContext.ScheduledHandle