| Package | Description |
|---|---|
| org.apache.accumulo.server.fs |
| Modifier and Type | Method and Description |
|---|---|
static VolumeManager.FileType |
VolumeManager.FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VolumeManager.FileType[] |
VolumeManager.FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.fs.Path |
VolumeManagerImpl.getFullPath(VolumeManager.FileType fileType,
String path) |
org.apache.hadoop.fs.Path |
VolumeManager.getFullPath(VolumeManager.FileType fileType,
String fileName) |
static String |
VolumeUtil.switchVolume(String path,
VolumeManager.FileType ft,
List<Pair<org.apache.hadoop.fs.Path,org.apache.hadoop.fs.Path>> replacements) |
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.