Package org.apache.druid.collections
Class DummyNonBlockingPool
java.lang.Object
org.apache.druid.collections.DummyNonBlockingPool
- All Implemented Interfaces:
NonBlockingPool<Object>
NonBlockingPool that cannot allocate objects,
take() throws UnsupportedOperationException.-
Method Summary
-
Method Details
-
instance
-
take
- Specified by:
takein interfaceNonBlockingPool<Object>
-