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. refqueueprivate static java.lang.ref.ReferenceQueue<ManagedChannelOrphanWrapper>ManagedChannelOrphanWrapper. refqueueMethod parameters in io.grpc.internal with type arguments of type ManagedChannelOrphanWrapper Modifier and Type Method Description (package private) static intManagedChannelOrphanWrapper.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)
-