| Modifier and Type | Method and Description |
|---|---|
HadoopPath |
HadoopPath.subpath(int beginIndex,
int endIndex) |
HadoopPath |
HadoopPath.toAbsolutePath() |
| Modifier and Type | Method and Description |
|---|---|
IAttributeWriter |
HadoopFileSystem.getAttributeWriter(HadoopPath path,
String type) |
FileStore |
HadoopFileSystem.getFileStore(HadoopPath path) |
IAttributeReader |
HadoopFileSystem.getView(HadoopPath path,
String type) |
Iterator<Path> |
HadoopFileSystem.iteratorOf(HadoopPath path,
DirectoryStream.Filter<? super Path> filter) |
Map<String,Object> |
HadoopFileSystem.readAttributes(HadoopPath hadoopPath,
String attributes,
LinkOption[] options) |
void |
HadoopFileSystem.setAttribute(HadoopPath hadoopPath,
String attribute,
Object value,
LinkOption[] options) |
| Constructor and Description |
|---|
HadoopBasicFileAttributeView(HadoopPath path,
boolean isHadoopView) |
HadoopFileOwnerAttributeView(HadoopPath path) |
HadoopFileStore(HadoopPath path) |
HadoopPosixFileAttributeView(HadoopPath path,
boolean isPosixView) |
Copyright © 2017. All rights reserved.