java.lang.Object
com.aoindustries.aoserv.cluster.Dom0Disk
- All Implemented Interfaces:
Serializable,Comparable<Dom0Disk>
A physical disk that is used for LVM. It is split into
partitions, each of which is a physical volume.
- Author:
- AO Industries, Inc.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintSorted ascending.Gets the per-Dom0 unique device name.intgetPhysicalVolume(short partition) Gets the physical volume for the specified partition number ofnullif not found.Gets the unmodifiable set of physical volumes for this disk.toString()
-
Method Details
-
getClusterName
-
getDom0Hostname
-
getDevice
Gets the per-Dom0 unique device name. -
getDiskSpeed
public int getDiskSpeed() -
getPhysicalVolumes
Gets the unmodifiable set of physical volumes for this disk. -
getPhysicalVolume
Gets the physical volume for the specified partition number ofnullif not found. -
toString
-
compareTo
Sorted ascending. By:- clusterName
- dom0Hostname
- diskSpeed
- device
- Specified by:
compareToin interfaceComparable<Dom0Disk>
-
