Package omero.api

Interface AMD_IRepositoryInfo_getUsageFraction

  • All Superinterfaces:
    Ice.AMDCallback

    public interface AMD_IRepositoryInfo_getUsageFraction
    extends Ice.AMDCallback
    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.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void ice_response​(double __ret)
      ice_response indicates that the operation completed successfully.
      • Methods inherited from interface Ice.AMDCallback

        ice_exception
    • Method Detail

      • ice_response

        void ice_response​(double __ret)
        ice_response indicates that the operation completed successfully.
        Parameters:
        __ret - (return value) Fraction of used/free.