Uses of Class
org.eclipse.emf.cdo.spi.server.StoreAccessorPool
Package
Description
Server service provider interfaces and useful base implementations.
-
Uses of StoreAccessorPool in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionprotected abstract StoreAccessorPool
Store.getReaderPool
(ISession session, boolean forReleasing) Returns apool
that may containIStoreAccessor
instances that are compatible with the given session.protected abstract StoreAccessorPool
Store.getWriterPool
(IView view, boolean forReleasing) Returns apool
that may containIStoreAccessor
instances that are compatible with the given session.