Class Server.LvmReport.Stripe
- java.lang.Object
-
- com.aoindustries.aoserv.client.linux.Server.LvmReport.Stripe
-
- All Implemented Interfaces:
Comparable<Server.LvmReport.Stripe>
- Enclosing class:
- Server.LvmReport
public static class Server.LvmReport.Stripe extends Object implements Comparable<Server.LvmReport.Stripe>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Server.LvmReport.Stripe other)Sorts ascending by: segment firstPelonggetFirstPe()longgetLastPe()Server.LvmReport.PhysicalVolumegetPhysicalVolume()Server.LvmReport.SegmentgetSegment()booleanoverlaps(Server.LvmReport.Stripe other)StringtoString()
-
-
-
Method Detail
-
compareTo
public int compareTo(Server.LvmReport.Stripe other)
Sorts ascending by:- segment
- firstPe
- Specified by:
compareToin interfaceComparable<Server.LvmReport.Stripe>
-
getSegment
public Server.LvmReport.Segment getSegment()
-
getPhysicalVolume
public Server.LvmReport.PhysicalVolume getPhysicalVolume()
-
getFirstPe
public long getFirstPe()
-
getLastPe
public long getLastPe()
-
overlaps
public boolean overlaps(Server.LvmReport.Stripe other)
-
-