| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
HdfsPathInfo |
HdfsPathInfo.block_size(long setter) |
HdfsPathInfo |
HdfsPathInfo.getPointer(long i) |
HdfsPathInfo |
HdfsPathInfo.group(String setter) |
HdfsPathInfo |
HdfsPathInfo.kind(ObjectType.type setter) |
HdfsPathInfo |
HdfsPathInfo.last_access_time(int setter) |
HdfsPathInfo |
HdfsPathInfo.last_modified_time(int setter) |
HdfsPathInfo |
HdfsPathInfo.name(String setter) |
HdfsPathInfo |
HdfsPathInfo.owner(String setter) |
HdfsPathInfo |
HdfsPathInfo.permissions(short setter) |
HdfsPathInfo |
HdfsPathInfo.position(long position) |
HdfsPathInfo |
HdfsPathInfo.replication(short setter) |
HdfsPathInfo |
HdfsPathInfo.size(long setter) |
| Modifier and Type | Method and Description |
|---|---|
Status |
HadoopFileSystem.GetPathInfo(BytePointer path,
HdfsPathInfo info) |
Status |
HadoopFileSystem.GetPathInfo(String path,
HdfsPathInfo info) |
Status |
HadoopFileSystem.ListDirectory(BytePointer path,
HdfsPathInfo listing) |
Status |
HadoopFileSystem.ListDirectory(String path,
HdfsPathInfo listing)
List directory contents
If path is a relative path, returned values will be absolute paths or URIs
starting from the current working directory.
|
Copyright © 2021. All rights reserved.