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
Modifier and TypeMethodDescriptionint
Sorts ascending.getLogicalVolume
(String lvName) int
int
long
int
long
toString()
-
Method Details
-
toString
-
compareTo
Sorts ascending. By:- vgName
- Specified by:
compareTo
in 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
-
getLogicalVolume
-
getLogicalVolumes
-