package eu.dnetlib.openaire.dsm.dao; import eu.dnetlib.enabling.datasources.common.DsmException; public interface ObjectStoreClient { Long getObjectStoreSize(final String objectStoreId) throws DsmException; }