java.lang.Object
com.aoindustries.aoserv.cluster.PhysicalVolume
- All Implemented Interfaces:
Serializable,Comparable<PhysicalVolume>
One LVM physical volume.
- Author:
- AO Industries, Inc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(PhysicalVolume other) Sorted ascending.longshorttoString()
-
Method Details
-
getClusterName
-
getDom0Hostname
-
getDevice
-
getPartition
public short getPartition() -
getExtents
public long getExtents() -
toString
-
compareTo
Sorted ascending. By:- clusterName
- dom0Hostname
- device
- partition
- Specified by:
compareToin interfaceComparable<PhysicalVolume>
-
