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[]
__ids
java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Long>>
bytesUsedByReferer
java.util.Map<LongPair,java.util.Map<java.lang.String,java.lang.Integer>>
fileCountByReferer
static long
serialVersionUID
java.util.Map<LongPair,java.lang.Long>
totalBytesUsed
java.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)
DiskUsage2Response
clone()
static Ice.ObjectFactory
ice_factory()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_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:
__writeImpl
in classOK
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classOK
-
clone
public DiskUsage2Response clone()
-
-