Uses of Class
org.smallmind.quorum.pool.complex.ComponentPool
-
Packages that use ComponentPool Package Description org.smallmind.quorum.namespace.java.pool org.smallmind.quorum.pool.complex org.smallmind.quorum.pool.complex.event org.smallmind.quorum.pool.complex.jmx -
-
Uses of ComponentPool in org.smallmind.quorum.namespace.java.pool
Methods in org.smallmind.quorum.namespace.java.pool with parameters of type ComponentPool Modifier and Type Method Description ComponentInstance<PooledJavaContext>PooledJavaContextComponentInstanceFactory. createInstance(ComponentPool<PooledJavaContext> componentPool)Constructors in org.smallmind.quorum.namespace.java.pool with parameters of type ComponentPool Constructor Description JavaContextComponentInstance(ComponentPool<PooledJavaContext> componentPool, PooledJavaContext pooledJavaContext) -
Uses of ComponentPool in org.smallmind.quorum.pool.complex
Methods in org.smallmind.quorum.pool.complex that return ComponentPool Modifier and Type Method Description ComponentPool<C>ComponentPool. setComplexPoolConfig(ComplexPoolConfig complexPoolConfig)Methods in org.smallmind.quorum.pool.complex with parameters of type ComponentPool Modifier and Type Method Description ComponentInstance<C>ComponentInstanceFactory. createInstance(ComponentPool<C> componentPool)Constructors in org.smallmind.quorum.pool.complex with parameters of type ComponentPool Constructor Description ComponentCreationWorker(ComponentPool<C> componentPool)ComponentPin(ComponentPool<C> componentPool, DeconstructionQueue deconstructionQueue, ComponentInstance<C> componentInstance)ComponentPinManager(ComponentPool<C> componentPool)DeconstructionCoordinator(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, ComponentPin<?> componentPin)MaxIdleTimeDeconstructionFuse(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, DeconstructionCoordinator deconstructionCoordinator)MaxLeaseTimeDeconstructionFuse(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, DeconstructionCoordinator deconstructionCoordinator)UnReturnedElementTimeoutDeconstructionFuse(ComponentPool<?> componentPool, DeconstructionQueue deconstructionQueue, DeconstructionCoordinator deconstructionCoordinator) -
Uses of ComponentPool in org.smallmind.quorum.pool.complex.event
Constructors in org.smallmind.quorum.pool.complex.event with parameters of type ComponentPool Constructor Description ComponentPoolEvent(ComponentPool<C> componentPool)ErrorReportingComponentPoolEvent(ComponentPool<C> componentPool, Exception exception)LeaseTimeReportingComponentPoolEvent(ComponentPool<C> componentPool, long leaseTimeNanos) -
Uses of ComponentPool in org.smallmind.quorum.pool.complex.jmx
Constructors in org.smallmind.quorum.pool.complex.jmx with parameters of type ComponentPool Constructor Description ComponentPoolMonitor(ComponentPool<?> componentPool)
-