|
Java AFS Admin API v1.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Partition in org.openafs.jafsadm |
Methods in org.openafs.jafsadm that return Partition | |
Partition |
Volume.getPartition()
Returns this volume's hosting partition. |
Partition |
Server.getPartition(String name)
Retrieves the Partition object (which is an abstract
representation of an actual AFS partition of this server) designated
by name (i.e. |
Partition[] |
Server.getPartitions()
Retrieves an array containing all of the Partition objects
associated with this Server , each of which are an abstract
representation of an actual AFS partition of the AFS server. |
Methods in org.openafs.jafsadm with parameters of type Partition | |
Volume |
Volume.createReadOnly(Partition sitePartition)
Creates a readonly site for this volume on the specified server and partition. |
void |
Volume.moveTo(Partition newPartition)
Moves this volume to the specified partition (which indirectly specifies a new server, as well). |
int |
Partition.compareTo(Partition partition)
Compares two Partition objects respective to their names and does not factor any other attribute. |
boolean |
Partition.equals(Partition otherPartition)
Tests whether two Partition objects are equal,
based on their names and hosting server. |
Constructors in org.openafs.jafsadm with parameters of type Partition | |
Volume(String name,
Partition partition)
Constructs a new Volume object instance given the name of
the AFS volume and the AFS cell, represented by partition ,
to which it belongs. |
|
Volume(String name,
Partition partition,
boolean preloadAllMembers)
Constructs a new Volume object instance given the name of
the AFS volume and the AFS partition, represented by
partition , to which it belongs. |
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV NEXT | FRAMES NO FRAMES |