org.gcube.common.core.resources.node
Class Description.StoragePartition

java.lang.Object
  extended by org.gcube.common.core.resources.node.Description.StoragePartition
Enclosing class:
Description

public static class Description.StoragePartition
extends Object


Constructor Summary
Description.StoragePartition()
           
 
Method Summary
 boolean equals(Object obj)
           
 Map<String,Description.FileSystem> getFileSystems()
           
 String getName()
           
 long getReadRate()
           
 String getSize()
           
 long getWriteRate()
           
 void setName(String name)
           
 void setReadRate(long readRate)
           
 void setSize(String size)
           
 void setWriteRate(long writeRate)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Description.StoragePartition

public Description.StoragePartition()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getSize

public String getSize()

setSize

public void setSize(String size)

getReadRate

public long getReadRate()

setReadRate

public void setReadRate(long readRate)

getWriteRate

public long getWriteRate()

setWriteRate

public void setWriteRate(long writeRate)

getFileSystems

public Map<String,Description.FileSystem> getFileSystems()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.