Class Server.LvmReport.PhysicalVolume
java.lang.Object
com.aoindustries.aoserv.client.linux.Server.LvmReport.PhysicalVolume
- All Implemented Interfaces:
Comparable<Server.LvmReport.PhysicalVolume>
- Enclosing class:
Server.LvmReport
public static class Server.LvmReport.PhysicalVolume
extends Object
implements Comparable<Server.LvmReport.PhysicalVolume>
-
Method Summary
Modifier and TypeMethodDescriptionint
Sorts ascending.long
The number of extents allocated, this is 0 when not allocated.long
The total number of extents, this is 0 when not allocated.long
The size of the physical volume in bytes.toString()
-
Method Details
-
toString
-
compareTo
Sorts ascending. By:- pvName
- Specified by:
compareTo
in interfaceComparable<Server.LvmReport.PhysicalVolume>
-
getPvName
-
getPvPeAllocCount
public long getPvPeAllocCount()The number of extents allocated, this is 0 when not allocated. -
getPvPeCount
public long getPvPeCount()The total number of extents, this is 0 when not allocated. -
getPvSize
public long getPvSize()The size of the physical volume in bytes. This is always available, even when not allocated. -
getVolumeGroup
-