Uses of Class
org.rostore.v2.catalog.CatalogBlockOperations
-
Uses of CatalogBlockOperations in org.rostore.v2.catalog
Modifier and TypeMethodDescriptionstatic CatalogBlockOperations
CatalogBlockOperations.create
(BlockProvider blockProvider) Creates a new catalog.static CatalogBlockOperations
CatalogBlockOperations.create
(BlockProvider blockProvider, CatalogBlockIndices catalogBlockIndices) Creates a new catalog.static CatalogBlockOperations
CatalogBlockOperations.load
(BlockProvider blockProvider, long startIndex) Loads an instance of the catalog based on the index of the first block (given bygetStartIndex()
).ModifierConstructorDescriptionCachedCatalogBlockOperations
(CatalogBlockOperations catalogBlockOperations, int minCacheSize, int maxCacheSize) Creates a cached version with theCatalogBlockOperations
backend