@Namespace(value="arrow::io") @NoOffset @Properties(inherit=arrow.class) public class HadoopFileSystem extends IOFileSystem
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HadoopFileSystem(Pointer p)
Pointer cast constructor.
|
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, offsetof, parseBytes, physicalBytes, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic HadoopFileSystem(Pointer p)
Pointer(Pointer).@ByVal public static Status Connect(@Const HdfsConnectionConfig config, @SharedPtr HadoopFileSystem fs)
@ByVal public Status MakeDirectory(@StdString String path)
MakeDirectory in class IOFileSystem@ByVal public Status MakeDirectory(@StdString BytePointer path)
MakeDirectory in class IOFileSystem@ByVal public Status Delete(@StdString String path)
@ByVal public Status Delete(@StdString BytePointer path, @Cast(value="bool") boolean recursive)
@ByVal public Status Delete(@StdString BytePointer path)
@ByVal public Status DeleteDirectory(@StdString String path)
DeleteDirectory in class IOFileSystem@ByVal public Status DeleteDirectory(@StdString BytePointer path)
DeleteDirectory in class IOFileSystem@Cast(value="bool") public boolean Exists(@StdString String path)
@Cast(value="bool") public boolean Exists(@StdString BytePointer path)
@ByVal public Status GetPathInfo(@StdString String path, HdfsPathInfo info)
@ByVal public Status GetPathInfo(@StdString BytePointer path, HdfsPathInfo info)
@ByVal public Status GetCapacity(@Cast(value="int64_t*") LongPointer nbytes)
@ByVal public Status GetCapacity(@Cast(value="int64_t*") LongBuffer nbytes)
@ByVal public Status GetUsed(@Cast(value="int64_t*") LongPointer nbytes)
@ByVal public Status GetUsed(@Cast(value="int64_t*") LongBuffer nbytes)
@ByVal public Status GetChildren(@StdString String path, StringVector listing)
GetChildren in class IOFileSystem@ByVal public Status GetChildren(@StdString BytePointer path, StringVector listing)
GetChildren in class IOFileSystem@ByVal public Status ListDirectory(@StdString String path, @StdVector HdfsPathInfo listing)
@ByVal public Status ListDirectory(@StdString BytePointer path, @StdVector HdfsPathInfo listing)
@ByVal public Status GetWorkingDirectory(@StdString @Cast(value={"char*","std::string*"}) BytePointer out)
@ByVal public Status Chown(@StdString String path, String owner, String group)
path - file path to changeowner - pass null for no changegroup - pass null for no change@ByVal public Status Chown(@StdString BytePointer path, @Cast(value="const char*") BytePointer owner, @Cast(value="const char*") BytePointer group)
@ByVal public Status Chmod(@StdString String path, int mode)
path - Absolute path in file systemmode - Mode bitset@ByVal public Status Chmod(@StdString BytePointer path, int mode)
@ByVal public Status Rename(@StdString String src, @StdString String dst)
Rename in class IOFileSystem@ByVal public Status Rename(@StdString BytePointer src, @StdString BytePointer dst)
Rename in class IOFileSystem@ByVal public Status Stat(@StdString String path, FileStatistics stat)
Stat in class IOFileSystem@ByVal public Status Stat(@StdString BytePointer path, FileStatistics stat)
Stat in class IOFileSystem@ByVal public Status OpenReadable(@StdString String path, int buffer_size, @SharedPtr HdfsReadableFile file)
@ByVal public Status OpenReadable(@StdString BytePointer path, int buffer_size, @SharedPtr HdfsReadableFile file)
@ByVal public Status OpenReadable(@StdString String path, @SharedPtr HdfsReadableFile file)
@ByVal public Status OpenReadable(@StdString BytePointer path, @SharedPtr HdfsReadableFile file)
@ByVal public Status OpenWritable(@StdString String path, @Cast(value="bool") boolean append, int buffer_size, short replication, @Cast(value="int64_t") long default_block_size, @SharedPtr HdfsOutputStream file)
@ByVal public Status OpenWritable(@StdString BytePointer path, @Cast(value="bool") boolean append, int buffer_size, short replication, @Cast(value="int64_t") long default_block_size, @SharedPtr HdfsOutputStream file)
@ByVal public Status OpenWritable(@StdString String path, @Cast(value="bool") boolean append, @SharedPtr HdfsOutputStream file)
@ByVal public Status OpenWritable(@StdString BytePointer path, @Cast(value="bool") boolean append, @SharedPtr HdfsOutputStream file)
Copyright © 2021. All rights reserved.