public interface MDStoreDao
| Modifier and Type | Method and Description |
|---|---|
void |
commit(String transactionId,
String mdId) |
void |
createMDStore(String mdId,
String format,
String interpretation,
String layout) |
void |
deleteMDStore(String id) |
int |
getCachedSize(String id) |
MDStoreDBStatus |
getDBStatus() |
MDStore |
getMDStore(String mdId) |
int |
getSumOfSizes(String format,
String layout,
String interpretation) |
void |
invalidTransaction(String transactionId,
String mdId) |
List<MDStoreDescription> |
listMDStores() |
List<String> |
listMDStores(String format,
String layout,
String interpretation) |
MDStore |
readMDStore(String mdId) |
int |
refreshSize(String id) |
void |
refreshSizes() |
void |
startGarbage() |
MDStore |
startTransaction(String mdId,
boolean refresh) |
MDStore getMDStore(String mdId) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionMDStore readMDStore(String mdId) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionMDStore startTransaction(String mdId, boolean refresh) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionvoid commit(String transactionId, String mdId) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionList<MDStoreDescription> listMDStores() throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionList<String> listMDStores(String format, String layout, String interpretation) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionvoid createMDStore(String mdId, String format, String interpretation, String layout) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionvoid deleteMDStore(String id) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionint getCachedSize(String id) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionvoid refreshSizes()
throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionint refreshSize(String id) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionint getSumOfSizes(String format, String layout, String interpretation) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionvoid startGarbage()
throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionvoid invalidTransaction(String transactionId, String mdId) throws eu.dnetlib.data.mdstore.MDStoreServiceException
eu.dnetlib.data.mdstore.MDStoreServiceExceptionMDStoreDBStatus getDBStatus()
Copyright © 2025. All rights reserved.