Class ObjectPool<T>
java.lang.Object
com.gigaspaces.metrics.influxdb.v_08.ObjectPool<T>
- Since:
- 10.1
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionacquire()protected T[]createPool(int capacity) initialize(int capacity) protected abstract Tvoid
-
Constructor Details
-
ObjectPool
public ObjectPool()
-
-
Method Details
-
initialize
-
acquire
-
release
-
createPool
-
newInstance
-