Package nl.knaw.dans.layerstore
Interface LayerConsistencyChecker
public interface LayerConsistencyChecker
Checks the consistency of a layer on storage as compared to the database.
-
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(long layerId) Checks the consistency of the given layer.
-
Method Details
-
check
Checks the consistency of the given layer.- Parameters:
layerId- the id of the layer to check- Throws:
IOException- if an I/O error occurs while reading from the layerItemsMismatchException- if the items do not match
-