Class OPartitionedDatabasePoolFactory

java.lang.Object
com.orientechnologies.orient.core.OOrientListenerAbstract
com.orientechnologies.orient.core.db.OPartitionedDatabasePoolFactory
All Implemented Interfaces:
OOrientListener, OOrientShutdownListener, OOrientStartupListener

public class OPartitionedDatabasePoolFactory extends OOrientListenerAbstract
Factory for OPartitionedDatabasePool pool, which also works as LRU cache with good mutlicore architecture support.

In case of remote storage database pool will keep connections to the remote storage till you close pool. So in case of remote storage you should close pool factory at the end of it's usage, it also may be closed on application shutdown but you should not rely on this behaviour.

Since:
06/11/14
Author:
Andrey Lomakin (a.lomakin-at-orientdb.com)