| Package | Description |
|---|---|
| org.bytedeco.arrow |
| Modifier and Type | Method and Description |
|---|---|
FileStatsResult |
SubTreeFileSystem.GetTargetStats(BytePointer path) |
FileStatsResult |
SlowFileSystem.GetTargetStats(BytePointer path) |
FileStatsResult |
MockFileSystem.GetTargetStats(BytePointer path) |
FileStatsResult |
LocalFileSystem.GetTargetStats(BytePointer path) |
FileStatsResult |
FileSystem.GetTargetStats(BytePointer path) |
FileStatsResult |
SubTreeFileSystem.GetTargetStats(String path)
\endcond
|
FileStatsResult |
SlowFileSystem.GetTargetStats(String path) |
FileStatsResult |
MockFileSystem.GetTargetStats(String path) |
FileStatsResult |
LocalFileSystem.GetTargetStats(String path)
\endcond
|
FileStatsResult |
FileSystem.GetTargetStats(String path)
Get statistics for the given target.
|
FileStatsResult |
FileStatsResult.position(long position) |
FileStatsResult |
FileStatsResult.put(FileStatsResult other)
Copy-assignment operator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileStatsResult.Equals(FileStatsResult other)
Compare to another Result.
|
FileStatsResult |
FileStatsResult.put(FileStatsResult other)
Copy-assignment operator.
|
| Constructor and Description |
|---|
FileStatsResult(FileStatsResult other)
Copy constructor.
|
Copyright © 2020. All rights reserved.