Package omero.cmd

Class DiskUsageResponse

  • All Implemented Interfaces:
    Ice.Object, java.io.Serializable, java.lang.Cloneable

    public class DiskUsageResponse
    extends Response
    Deprecated.
    use omero::cmd::DiskUsage2Response instead
    Disk usage report: bytes used and non-empty file counts on the repository file-system for specific objects. The counts from the maps may sum to more than the total if different types of object refer to the same file. Common referrers include: Annotation for file annotations FilesetEntry for OMERO 5 image files (OMERO.fs) Job for import logs Pixels for pyramids and OMERO 4 images and archived files Thumbnail for the image thumbnails The above map values are broken down by owner-group keys.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String[] __ids
      Deprecated.
       
      java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Long>> bytesUsedByReferer
      Deprecated.
      use omero::cmd::DiskUsage2Response instead
      java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Integer>> fileCountByReferer
      Deprecated.
      use omero::cmd::DiskUsage2Response instead
      static long serialVersionUID
      Deprecated.
       
      java.util.Map<LongPair,​java.lang.Long> totalBytesUsed
      Deprecated.
      use omero::cmd::DiskUsage2Response instead
      java.util.Map<LongPair,​java.lang.Integer> totalFileCount
      Deprecated.
      use omero::cmd::DiskUsage2Response instead
      • Fields inherited from interface Ice.Object

        ice_staticId
    • Constructor Summary

      Constructors 
      Constructor Description
      DiskUsageResponse()
      Deprecated.
       
      DiskUsageResponse​(java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Integer>> fileCountByReferer, java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Long>> bytesUsedByReferer, java.util.Map<LongPair,​java.lang.Integer> totalFileCount, java.util.Map<LongPair,​java.lang.Long> totalBytesUsed)
      Deprecated.
       
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void __readImpl​(IceInternal.BasicStream __is)
      Deprecated.
       
      protected void __writeImpl​(IceInternal.BasicStream __os)
      Deprecated.
       
      DiskUsageResponse clone()
      Deprecated.
       
      static Ice.ObjectFactory ice_factory()
      Deprecated.
       
      java.lang.String ice_id()
      Deprecated.
       
      java.lang.String ice_id​(Ice.Current __current)
      Deprecated.
       
      java.lang.String[] ice_ids()
      Deprecated.
       
      java.lang.String[] ice_ids​(Ice.Current __current)
      Deprecated.
       
      boolean ice_isA​(java.lang.String s)
      Deprecated.
       
      boolean ice_isA​(java.lang.String s, Ice.Current __current)
      Deprecated.
       
      static java.lang.String ice_staticId()
      Deprecated.
       
      • Methods inherited from class Ice.ObjectImpl

        ___ice_id, ___ice_ids, ___ice_isA, ___ice_ping, __checkMode, __dispatch, __read, __read, __readImpl, __write, __write, __writeImpl, ice_dispatch, ice_dispatch, ice_operationAttributes, ice_ping, ice_ping, ice_postUnmarshal, ice_preMarshal
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • __ids

        public static final java.lang.String[] __ids
        Deprecated.
      • fileCountByReferer

        public java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Integer>> fileCountByReferer
        Deprecated.
        use omero::cmd::DiskUsage2Response instead
      • bytesUsedByReferer

        public java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Long>> bytesUsedByReferer
        Deprecated.
        use omero::cmd::DiskUsage2Response instead
      • totalFileCount

        public java.util.Map<LongPair,​java.lang.Integer> totalFileCount
        Deprecated.
        use omero::cmd::DiskUsage2Response instead
      • totalBytesUsed

        public java.util.Map<LongPair,​java.lang.Long> totalBytesUsed
        Deprecated.
        use omero::cmd::DiskUsage2Response instead
      • serialVersionUID

        public static final long serialVersionUID
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • DiskUsageResponse

        public DiskUsageResponse()
        Deprecated.
      • DiskUsageResponse

        public DiskUsageResponse​(java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Integer>> fileCountByReferer,
                                 java.util.Map<LongPair,​java.util.Map<java.lang.String,​java.lang.Long>> bytesUsedByReferer,
                                 java.util.Map<LongPair,​java.lang.Integer> totalFileCount,
                                 java.util.Map<LongPair,​java.lang.Long> totalBytesUsed)
        Deprecated.
    • Method Detail

      • ice_factory

        public static Ice.ObjectFactory ice_factory()
        Deprecated.
      • ice_isA

        public boolean ice_isA​(java.lang.String s)
        Deprecated.
        Specified by:
        ice_isA in interface Ice.Object
        Overrides:
        ice_isA in class Response
      • ice_isA

        public boolean ice_isA​(java.lang.String s,
                               Ice.Current __current)
        Deprecated.
        Specified by:
        ice_isA in interface Ice.Object
        Overrides:
        ice_isA in class Response
      • ice_ids

        public java.lang.String[] ice_ids()
        Deprecated.
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class Response
      • ice_ids

        public java.lang.String[] ice_ids​(Ice.Current __current)
        Deprecated.
        Specified by:
        ice_ids in interface Ice.Object
        Overrides:
        ice_ids in class Response
      • ice_id

        public java.lang.String ice_id()
        Deprecated.
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class Response
      • ice_id

        public java.lang.String ice_id​(Ice.Current __current)
        Deprecated.
        Specified by:
        ice_id in interface Ice.Object
        Overrides:
        ice_id in class Response
      • ice_staticId

        public static java.lang.String ice_staticId()
        Deprecated.
      • __writeImpl

        protected void __writeImpl​(IceInternal.BasicStream __os)
        Deprecated.
        Overrides:
        __writeImpl in class Response
      • __readImpl

        protected void __readImpl​(IceInternal.BasicStream __is)
        Deprecated.
        Overrides:
        __readImpl in class Response