Uses of Class
io.grpc.internal.ManagedChannelOrphanWrapper
-
Packages that use ManagedChannelOrphanWrapper Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of ManagedChannelOrphanWrapper in io.grpc.internal
Fields in io.grpc.internal with type parameters of type ManagedChannelOrphanWrapper Modifier and Type Field Description private java.lang.ref.ReferenceQueue<ManagedChannelOrphanWrapper>
ManagedChannelOrphanWrapper.ManagedChannelReference. refqueue
private static java.lang.ref.ReferenceQueue<ManagedChannelOrphanWrapper>
ManagedChannelOrphanWrapper. refqueue
Method parameters in io.grpc.internal with type arguments of type ManagedChannelOrphanWrapper Modifier and Type Method Description (package private) static int
ManagedChannelOrphanWrapper.ManagedChannelReference. cleanQueue(java.lang.ref.ReferenceQueue<ManagedChannelOrphanWrapper> refqueue)
Constructors in io.grpc.internal with parameters of type ManagedChannelOrphanWrapper Constructor Description ManagedChannelReference(ManagedChannelOrphanWrapper orphanable, ManagedChannel channel, java.lang.ref.ReferenceQueue<ManagedChannelOrphanWrapper> refqueue, java.util.concurrent.ConcurrentMap<ManagedChannelOrphanWrapper.ManagedChannelReference,ManagedChannelOrphanWrapper.ManagedChannelReference> refs)
Constructor parameters in io.grpc.internal with type arguments of type ManagedChannelOrphanWrapper Constructor Description ManagedChannelOrphanWrapper(ManagedChannel delegate, java.lang.ref.ReferenceQueue<ManagedChannelOrphanWrapper> refqueue, java.util.concurrent.ConcurrentMap<ManagedChannelOrphanWrapper.ManagedChannelReference,ManagedChannelOrphanWrapper.ManagedChannelReference> refs)
ManagedChannelReference(ManagedChannelOrphanWrapper orphanable, ManagedChannel channel, java.lang.ref.ReferenceQueue<ManagedChannelOrphanWrapper> refqueue, java.util.concurrent.ConcurrentMap<ManagedChannelOrphanWrapper.ManagedChannelReference,ManagedChannelOrphanWrapper.ManagedChannelReference> refs)
-