Interface CollectionFactory

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
DefaultCollectionFactory, MapDb3CollectionFactory, MapDbCollectionFactory

@InternalUseOnly public interface CollectionFactory extends AutoCloseable
A Factory that may generate optimised and/or disk based collections Factories like this should not be cached but created a new everytime as the closing is important if they are disk based.