Package omero.api
Interface IRepositoryInfo
-
- All Superinterfaces:
_IRepositoryInfoOperations
,_IRepositoryInfoOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,Ice.Object
,ServiceInterface
- All Known Implementing Classes:
_IRepositoryInfoDisp
,_IRepositoryInfoTie
public interface IRepositoryInfo extends Ice.Object, _IRepositoryInfoOperations, _IRepositoryInfoOperationsNC, ServiceInterface
Provides methods for obtaining information for server repository disk space allocation. Could be used generically to obtain usage information for any mount point, however, this interface is prepared for the API to provide methods to obtain usage info for the server filesystem containing the image uploads. For the OMERO server base this is /OMERO. For this implementation it could be anything e.g. /Data1. Methods that fail or cannot execute on the server will throw an InternalException. This would not be normal and would indicate some server or disk failure.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ice_staticId
static long
serialVersionUID
-
Method Summary
-
Methods inherited from interface omero.api._IRepositoryInfoOperations
getFreeSpaceInKilobytes_async, getUsageFraction_async, getUsedSpaceInKilobytes_async, removeUnusedFiles_async, sanityCheckRepository_async
-
Methods inherited from interface omero.api._IRepositoryInfoOperationsNC
getFreeSpaceInKilobytes_async, getUsageFraction_async, getUsedSpaceInKilobytes_async, removeUnusedFiles_async, sanityCheckRepository_async
-
-
-
-
Field Detail
-
ice_staticId
static final java.lang.String ice_staticId
- See Also:
- Constant Field Values
-
serialVersionUID
static final long serialVersionUID
- See Also:
- Constant Field Values
-
-