Package org.fcrepo.kernel.api.services
Interface RepositoryService
-
public interface RepositoryService
- Since:
- Feb 20, 2014
- Author:
- bbpennel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LonggetRepositoryObjectCount()Calculate the number of objects in the repositoryLonggetRepositorySize()Calculate the total size of all the binary properties in the repository
-
-
-
Method Detail
-
getRepositorySize
Long getRepositorySize()
Calculate the total size of all the binary properties in the repository- Returns:
- size in bytes
-
getRepositoryObjectCount
Long getRepositoryObjectCount()
Calculate the number of objects in the repository- Returns:
- number of objects in the repository
-
-