hu.mta.sztaki.lpds.cloud.simulator.io
Class StorageObject

java.lang.Object
  extended by hu.mta.sztaki.lpds.cloud.simulator.io.StorageObject
Direct Known Subclasses:
VirtualAppliance

public class StorageObject
extends Object

Author:
"Gabor Kecskemeti, Distributed and Parallel Systems Group, University of Innsbruck (c) 2013" "Gabor Kecskemeti, Laboratory of Parallel and Distributed Systems, MTA SZTAKI (c) 2012"

Field Summary
 String id
           
 long size
           
 
Constructor Summary
StorageObject(String myid)
           
StorageObject(String myid, long mysize, boolean vary)
           
 
Method Summary
 StorageObject newCopy(String myid)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public final String id

size

public final long size
Constructor Detail

StorageObject

public StorageObject(String myid)

StorageObject

public StorageObject(String myid,
                     long mysize,
                     boolean vary)
Method Detail

newCopy

public StorageObject newCopy(String myid)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012–2015 University of Innsbruck & MTA SZTAKI. All rights reserved.