Class Server.LvmReport.VolumeGroup
- java.lang.Object
-
- com.aoindustries.aoserv.client.linux.Server.LvmReport.VolumeGroup
-
- All Implemented Interfaces:
Comparable<Server.LvmReport.VolumeGroup>
- Enclosing class:
- Server.LvmReport
public static class Server.LvmReport.VolumeGroup extends Object implements Comparable<Server.LvmReport.VolumeGroup>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Server.LvmReport.VolumeGroup other)Sorts ascending by: vgNameServer.LvmReport.LogicalVolumegetLogicalVolume(String lvName)Map<String,Server.LvmReport.LogicalVolume>getLogicalVolumes()intgetLvCount()intgetPvCount()longgetVgExtentCount()intgetVgExtentSize()longgetVgFreeCount()StringgetVgName()StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(Server.LvmReport.VolumeGroup other)
Sorts ascending by:- vgName
- Specified by:
compareToin interfaceComparable<Server.LvmReport.VolumeGroup>
-
getLvCount
public int getLvCount()
-
getPvCount
public int getPvCount()
-
getVgExtentCount
public long getVgExtentCount()
-
getVgExtentSize
public int getVgExtentSize()
-
getVgFreeCount
public long getVgFreeCount()
-
getVgName
public String getVgName()
-
getLogicalVolume
public Server.LvmReport.LogicalVolume getLogicalVolume(String lvName)
-
getLogicalVolumes
public Map<String,Server.LvmReport.LogicalVolume> getLogicalVolumes()
-
-