Uses of Class
eu.dnetlib.data.mdstore.manager.exceptions.MDStoreManagerException
Packages that use MDStoreManagerException
Package
Description
-
Uses of MDStoreManagerException in eu.dnetlib.data.mdstore.manager.controller
Methods in eu.dnetlib.data.mdstore.manager.controller that throw MDStoreManagerExceptionModifier and TypeMethodDescriptionMDStoreController.commitVersion(String versionId) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionMDStoreController.commitVersion(String versionId, long size) eu.dnetlib.dhp.schema.mdstore.MDStoreWithInfoMDStoreController.createMDStore(String format, String layout, String interpretation, String dsName, String dsId, String apiId) MDStoreController.deleteVersion(String versionId, boolean force) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionMDStoreController.endReading(String versionId) MDStoreController.fixHdfsInconsistencies(boolean delete) eu.dnetlib.dhp.schema.mdstore.MDStoreWithInfoMDStoreController.getMdStore(String mdId) ZeppelinRestController.getTemplates()eu.dnetlib.dhp.schema.mdstore.MDStoreVersionMDStoreController.getVersion(String versionId) ZeppelinController.goToZeppelin(String mdId, String note) MDStoreController.listMdstoreParquet(String mdId, long limit) MDStoreController.listVersionFiles(String versionId) MDStoreController.listVersionParquet(String versionId, long limit) Iterable<eu.dnetlib.dhp.schema.mdstore.MDStoreVersion>MDStoreController.listVersions(String mdId) MDInspectorController.mdstoreInspector(org.springframework.ui.ModelMap map, String id, long limit) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionMDStoreController.resetReading(String versionId) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionMDStoreController.startReading(String mdId) -
Uses of MDStoreManagerException in eu.dnetlib.data.mdstore.manager.utils
Methods in eu.dnetlib.data.mdstore.manager.utils that throw MDStoreManagerExceptionModifier and TypeMethodDescriptioneu.dnetlib.dhp.schema.mdstore.MDStoreVersionDatabaseUtils.commitMdStoreVersion(String versionId, long size) DatabaseUtils.deleteMdStore(String mdId) DatabaseUtils.deleteMdStoreVersion(String versionId, boolean force) voidHdfsClient.deletePath(String path) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionDatabaseUtils.endReading(String versionId) eu.dnetlib.dhp.schema.mdstore.MDStoreWithInfoDatabaseUtils.findMdStore(String mdId) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionDatabaseUtils.findVersion(String versionId) HdfsClient.readParquetFiles(String path, long limit) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionDatabaseUtils.resetReading(String versionId) eu.dnetlib.dhp.schema.mdstore.MDStoreVersionDatabaseUtils.startReading(String mdId) ZeppelinClient.zeppelinNote(String note, eu.dnetlib.dhp.schema.mdstore.MDStoreWithInfo mdstore, String currentVersionPath)