Class OReentrantResourcePool<K,V>

java.lang.Object
com.orientechnologies.common.concur.resource.OResourcePool<K,V>
com.orientechnologies.common.concur.resource.OReentrantResourcePool<K,V>
All Implemented Interfaces:
OOrientShutdownListener, OOrientStartupListener

public class OReentrantResourcePool<K,V> extends OResourcePool<K,V> implements OOrientStartupListener, OOrientShutdownListener
Reentrant implementation of Resource Pool. It manages multiple resource acquisition on thread local map. If you're looking for a Reentrant implementation look at #OReentrantResourcePool.
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com) (a.lomakin--at--orientdb.com), Luca Garulli (l.garulli--(at)--orientdb.com)
See Also: