|
JAFS API v2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Volume in org.openafs.jafs |
Methods in org.openafs.jafs that return Volume | |
Volume |
Volume.createBackup()
Creates a backup volume for this volume. |
Volume |
Volume.createReadOnly(Partition sitePartition)
Creates a readonly site for this volume on the specified server and partition. |
Volume |
Partition.getVolume(String name)
Retrieves the Volume object (which is an abstract
representation of an actual AFS volume of this partition) designated
by name (i.e. |
Volume[] |
Partition.getVolumes()
Retrieves an array containing all of the Volume objects
associated with this Partition , each of which is an
abstract representation of an actual AFS volume of the AFS partition.
|
Volume[] |
Partition.getVolumes(int startIndex,
int length)
Returns an array containing a subset of the Volume objects
associated with this Partition , each of which is an abstract
representation of an actual AFS volume of the AFS partition. |
Methods in org.openafs.jafs with parameters of type Volume | |
int |
Volume.compareTo(Volume volume)
Compares two Volume objects respective to their names and does not factor any other attribute. |
boolean |
Volume.equals(Volume otherVolume)
Tests whether two Volume objects are equal, based on their
names and hosting partition. |
protected static void |
Volume.getVolumeInfo(int cellHandle,
int serverHandle,
int partition,
int volId,
Volume theVolume)
Fills in the information fields of the provided Volume . |
protected static int |
Partition.getVolumesNext(int iterationId,
Volume theVolume)
Fills the next volume object of the partition. |
protected static int |
Partition.getVolumesAdvanceTo(int iterationId,
Volume theVolume,
int advanceCount)
Fills the next volume object of the partition. |
|
JAFS API v2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |