Uses of Interface
com.collation.platform.model.topology.dev.StorageExtent

Packages that use StorageExtent
com.collation.platform.model.topology.app.db.db2   
com.collation.platform.model.topology.dev   
com.collation.platform.model.topology.dev.sun   
com.collation.platform.model.topology.dev.veritas   
com.collation.platform.model.topology.sys   
 

Uses of StorageExtent in com.collation.platform.model.topology.app.db.db2
 

Methods in com.collation.platform.model.topology.app.db.db2 that return StorageExtent
 StorageExtent[] Db2Container.getDevices()
           
 

Methods in com.collation.platform.model.topology.app.db.db2 with parameters of type StorageExtent
 void Db2Container.setDevices(StorageExtent[] x)
           
 

Uses of StorageExtent in com.collation.platform.model.topology.dev
 

Subinterfaces of StorageExtent in com.collation.platform.model.topology.dev
 interface DiskPartition
          The DiskPartition represents a StorageExtent that has been formatted for use by a specific type of file system.
 interface FCVolume
          A volume attached to the host via a FC SAN.
 interface SCSIVolume
          A volume attached to the host via a SCSI bus
 interface StorageVolume
          The StorageVolume class represents the transition of a StorageExents from one modeling domain to another.
 

Methods in com.collation.platform.model.topology.dev that return StorageExtent
 StorageExtent[] ProtocolController.getAccessedUnits()
          The group StorageExtents (e.g.
 

Methods in com.collation.platform.model.topology.dev with parameters of type StorageExtent
 void ProtocolController.setAccessedUnits(StorageExtent[] units)
           
 

Uses of StorageExtent in com.collation.platform.model.topology.dev.sun
 

Subinterfaces of StorageExtent in com.collation.platform.model.topology.dev.sun
 interface SolarisStorageVolume
           
 

Uses of StorageExtent in com.collation.platform.model.topology.dev.veritas
 

Subinterfaces of StorageExtent in com.collation.platform.model.topology.dev.veritas
 interface VeritasPlex
          Plex is a set of subdisks.
 interface VeritasSubdisk
          Veritas subdisk is part of VM disk which can be divided into several subdisks.
 interface VeritasVMDisk
          When a physical disk is controlled by Veritas Volume Manager it has assigned virtual object called VM Disk.
 interface VeritasVolume
          Virtual Veritas object that is exposed for application use.
 

Uses of StorageExtent in com.collation.platform.model.topology.sys
 

Methods in com.collation.platform.model.topology.sys that return StorageExtent
 StorageExtent LocalFileSystem.getStorageExtent()
          The StorageExtent (e.g.
 

Methods in com.collation.platform.model.topology.sys with parameters of type StorageExtent
 void LocalFileSystem.setStorageExtent(StorageExtent extent)