Uses of Interface
org.apache.druid.java.util.http.client.pool.ResourceContainer
-
Packages that use ResourceContainer Package Description org.apache.druid.java.util.http.client.pool -
-
Uses of ResourceContainer in org.apache.druid.java.util.http.client.pool
Methods in org.apache.druid.java.util.http.client.pool that return ResourceContainer Modifier and Type Method Description ResourceContainer<V>ResourcePool. take(K key)Returns aResourceContainerfor the given key or null if this pool is already closed.
-