Java AFS Admin API v1.3

Uses of Class
org.openafs.jafsadm.Volume

Uses of Volume in org.openafs.jafsadm
 

Methods in org.openafs.jafsadm 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.jafsadm 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.
 


Java AFS Admin (jafsadm) API for OpenAFS

Copyright (c) 2001-2002 International Business Machines Corp.
All rights reserved.
See copyright statement.