@Namespace(value="arrow::io") @Properties(inherit=arrow.class) public class HdfsPathInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
HdfsPathInfo()
Default native constructor.
|
HdfsPathInfo(long size)
Native array allocator.
|
HdfsPathInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
block_size() |
HdfsPathInfo |
block_size(long setter) |
HdfsPathInfo |
getPointer(long i) |
String |
group() |
HdfsPathInfo |
group(String setter) |
ObjectType.type |
kind() |
HdfsPathInfo |
kind(ObjectType.type setter) |
int |
last_access_time() |
HdfsPathInfo |
last_access_time(int setter) |
int |
last_modified_time() |
HdfsPathInfo |
last_modified_time(int setter) |
String |
name() |
HdfsPathInfo |
name(String setter) |
String |
owner() |
HdfsPathInfo |
owner(String setter) |
short |
permissions() |
HdfsPathInfo |
permissions(short setter) |
HdfsPathInfo |
position(long position) |
short |
replication() |
HdfsPathInfo |
replication(short setter) |
long |
size() |
HdfsPathInfo |
size(long 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, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic HdfsPathInfo()
public HdfsPathInfo(long size)
Pointer.position(long).public HdfsPathInfo(Pointer p)
Pointer(Pointer).public HdfsPathInfo position(long position)
public HdfsPathInfo getPointer(long i)
getPointer in class Pointerpublic ObjectType.type kind()
public HdfsPathInfo kind(ObjectType.type setter)
@StdString public String name()
public HdfsPathInfo name(String setter)
@StdString public String owner()
public HdfsPathInfo owner(String setter)
@StdString public String group()
public HdfsPathInfo group(String setter)
public HdfsPathInfo size(long setter)
public HdfsPathInfo block_size(long setter)
public int last_modified_time()
public HdfsPathInfo last_modified_time(int setter)
public int last_access_time()
public HdfsPathInfo last_access_time(int setter)
public short replication()
public HdfsPathInfo replication(short setter)
public short permissions()
public HdfsPathInfo permissions(short setter)
Copyright © 2021. All rights reserved.