@Namespace(value="arrow::io") @Properties(inherit=arrow.class) public class HdfsConnectionConfig extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HdfsConnectionConfig()
Default native constructor.
|
HdfsConnectionConfig(long size)
Native array allocator.
|
HdfsConnectionConfig(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
StringStringMap |
extra_conf() |
HdfsConnectionConfig |
extra_conf(StringStringMap setter) |
HdfsConnectionConfig |
getPointer(long i) |
String |
host() |
HdfsConnectionConfig |
host(String setter) |
String |
kerb_ticket() |
HdfsConnectionConfig |
kerb_ticket(String setter) |
int |
port() |
HdfsConnectionConfig |
port(int setter) |
HdfsConnectionConfig |
position(long position) |
String |
user() |
HdfsConnectionConfig |
user(String setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic HdfsConnectionConfig()
public HdfsConnectionConfig(long size)
Pointer.position(long).public HdfsConnectionConfig(Pointer p)
Pointer(Pointer).public HdfsConnectionConfig position(long position)
public HdfsConnectionConfig getPointer(long i)
getPointer in class Pointer@StdString public String host()
public HdfsConnectionConfig host(String setter)
public int port()
public HdfsConnectionConfig port(int setter)
@StdString public String user()
public HdfsConnectionConfig user(String setter)
@StdString public String kerb_ticket()
public HdfsConnectionConfig kerb_ticket(String setter)
@ByRef public StringStringMap extra_conf()
public HdfsConnectionConfig extra_conf(StringStringMap setter)
Copyright © 2021. All rights reserved.