Class CachingObjectsSupplier<T>
java.lang.Object
com.clickhouse.client.api.internal.CachingObjectsSupplier<T>
- All Implemented Interfaces:
Supplier<T>
-
Constructor Summary
ConstructorsConstructorDescriptionCachingObjectsSupplier(Deque<T> cache, int preallocate) Constructs caching object supplier that uses Deque as cache. -
Method Summary
-
Constructor Details
-
CachingObjectsSupplier
Constructs caching object supplier that uses Deque as cache. Deque may be a thread safe implementation. It will be filled withpreallocatenumber of objects.- Parameters:
cache-preallocate-
-
-
Method Details