Uses of Interface
org.eclipse.equinox.p2.core.IPool
Packages that use IPool
Package
Description
Provides core support for interacting with a p2-based provisioning system
Defines metadata repository.
Defines SPI for registering new implementations of metadata repositories.
-
Uses of IPool in org.eclipse.equinox.p2.core
Classes in org.eclipse.equinox.p2.core that implement IPoolModifier and TypeClassDescriptionclass
StrongPool<T>
An object pool backed by strong references.class
WeakPool<T>
An object pool backed by weak references. -
Uses of IPool in org.eclipse.equinox.p2.repository.metadata
Methods in org.eclipse.equinox.p2.repository.metadata with parameters of type IPoolModifier and TypeMethodDescriptionvoid
IMetadataRepository.compress
(IPool<IInstallableUnit> iuPool) Cause semantically equivalent IInstallableUnits in the receiver to be replaced with a shared object from the providedIPool
. -
Uses of IPool in org.eclipse.equinox.p2.repository.metadata.spi
Methods in org.eclipse.equinox.p2.repository.metadata.spi with parameters of type IPoolModifier and TypeMethodDescriptionvoid
AbstractMetadataRepository.compress
(IPool<IInstallableUnit> iuPool)