Package omero.cmd
Class DiskUsage2Response
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.cmd.Response
-
- omero.cmd.OK
-
- omero.cmd.DiskUsage2Response
-
- All Implemented Interfaces:
Ice.Object,java.io.Serializable,java.lang.Cloneable
public class DiskUsage2Response extends OK
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 referers 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[]__idsjava.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Long>>bytesUsedByRefererjava.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Integer>>fileCountByRefererstatic longserialVersionUIDjava.util.Map<LongPair,java.lang.Long>totalBytesUsedjava.util.Map<LongPair,java.lang.Integer>totalFileCount
-
Constructor Summary
Constructors Constructor Description DiskUsage2Response()DiskUsage2Response(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)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void__readImpl(IceInternal.BasicStream __is)protected void__writeImpl(IceInternal.BasicStream __os)DiskUsage2Responseclone()static Ice.ObjectFactoryice_factory()java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_staticId()
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
fileCountByReferer
public java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Integer>> fileCountByReferer
-
bytesUsedByReferer
public java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Long>> bytesUsedByReferer
-
totalFileCount
public java.util.Map<LongPair,java.lang.Integer> totalFileCount
-
totalBytesUsed
public java.util.Map<LongPair,java.lang.Long> totalBytesUsed
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DiskUsage2Response
public DiskUsage2Response()
-
DiskUsage2Response
public DiskUsage2Response(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)
-
-
Method Detail
-
ice_factory
public static Ice.ObjectFactory ice_factory()
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImplin classOK
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImplin classOK
-
clone
public DiskUsage2Response clone()
-
-