Package omero.api
Class _IRepositoryInfoTie
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.api._IRepositoryInfoDisp
-
- omero.api._IRepositoryInfoTie
-
- All Implemented Interfaces:
Ice.Object
,Ice.TieBase
,java.io.Serializable
,java.lang.Cloneable
,_IRepositoryInfoOperations
,_IRepositoryInfoOperationsNC
,_ServiceInterfaceOperations
,_ServiceInterfaceOperationsNC
,IRepositoryInfo
,ServiceInterface
public class _IRepositoryInfoTie extends _IRepositoryInfoDisp implements Ice.TieBase
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Fields inherited from class omero.api._IRepositoryInfoDisp
__ids
-
Fields inherited from interface omero.api.IRepositoryInfo
ice_staticId
-
-
Constructor Summary
Constructors Constructor Description _IRepositoryInfoTie()
_IRepositoryInfoTie(_IRepositoryInfoOperations delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object rhs)
void
getFreeSpaceInKilobytes_async(AMD_IRepositoryInfo_getFreeSpaceInKilobytes __cb, Ice.Current __current)
Returns the free or available space on this file system including nested subdirectories.void
getUsageFraction_async(AMD_IRepositoryInfo_getUsageFraction __cb, Ice.Current __current)
Returns a double of the used space divided by the free space.void
getUsedSpaceInKilobytes_async(AMD_IRepositoryInfo_getUsedSpaceInKilobytes __cb, Ice.Current __current)
Returns the total space in bytes for this file system including nested subdirectories.int
hashCode()
java.lang.Object
ice_delegate()
void
ice_delegate(java.lang.Object delegate)
void
removeUnusedFiles_async(AMD_IRepositoryInfo_removeUnusedFiles __cb, Ice.Current __current)
Removes all files from the server that do not have an OriginalFile complement in the database, all the Pixels that do not have a complement in the database and all the Thumbnail's that do not have a complement in the database.void
sanityCheckRepository_async(AMD_IRepositoryInfo_sanityCheckRepository __cb, Ice.Current __current)
Checks that image data repository has not exceeded 95% disk space use level.-
Methods inherited from class omero.api._IRepositoryInfoDisp
___getFreeSpaceInKilobytes, ___getUsageFraction, ___getUsedSpaceInKilobytes, ___removeUnusedFiles, ___sanityCheckRepository, __dispatch, __readImpl, __writeImpl, getFreeSpaceInKilobytes_async, getUsageFraction_async, getUsedSpaceInKilobytes_async, ice_copyStateFrom, ice_id, ice_id, ice_ids, ice_ids, ice_isA, ice_isA, ice_staticId, removeUnusedFiles_async, sanityCheckRepository_async
-
Methods inherited from class Ice.ObjectImpl
___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __read, __read, __readImpl, __write, __write, __writeImpl, clone, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
_IRepositoryInfoTie
public _IRepositoryInfoTie()
-
_IRepositoryInfoTie
public _IRepositoryInfoTie(_IRepositoryInfoOperations delegate)
-
-
Method Detail
-
ice_delegate
public java.lang.Object ice_delegate()
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
ice_delegate
public void ice_delegate(java.lang.Object delegate)
- Specified by:
ice_delegate
in interfaceIce.TieBase
-
equals
public boolean equals(java.lang.Object rhs)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getFreeSpaceInKilobytes_async
public void getFreeSpaceInKilobytes_async(AMD_IRepositoryInfo_getFreeSpaceInKilobytes __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IRepositoryInfoOperations
Returns the free or available space on this file system including nested subdirectories.- Specified by:
getFreeSpaceInKilobytes_async
in interface_IRepositoryInfoOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
getUsageFraction_async
public void getUsageFraction_async(AMD_IRepositoryInfo_getUsageFraction __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IRepositoryInfoOperations
Returns a double of the used space divided by the free space. This method will be called by a client to watch the repository filesystem so that it doesn't exceed 95% full.- Specified by:
getUsageFraction_async
in interface_IRepositoryInfoOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
getUsedSpaceInKilobytes_async
public void getUsedSpaceInKilobytes_async(AMD_IRepositoryInfo_getUsedSpaceInKilobytes __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IRepositoryInfoOperations
Returns the total space in bytes for this file system including nested subdirectories.- Specified by:
getUsedSpaceInKilobytes_async
in interface_IRepositoryInfoOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
removeUnusedFiles_async
public void removeUnusedFiles_async(AMD_IRepositoryInfo_removeUnusedFiles __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IRepositoryInfoOperations
Removes all files from the server that do not have an OriginalFile complement in the database, all the Pixels that do not have a complement in the database and all the Thumbnail's that do not have a complement in the database.- Specified by:
removeUnusedFiles_async
in interface_IRepositoryInfoOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
sanityCheckRepository_async
public void sanityCheckRepository_async(AMD_IRepositoryInfo_sanityCheckRepository __cb, Ice.Current __current) throws ServerError
Description copied from interface:_IRepositoryInfoOperations
Checks that image data repository has not exceeded 95% disk space use level.- Specified by:
sanityCheckRepository_async
in interface_IRepositoryInfoOperations
- Parameters:
__cb
- The callback object for the operation.__current
- The Current object for the invocation.- Throws:
ServerError
-
-