@Namespace(value="arrow::flight") @Properties(inherit=arrow_flight.class) public class FlightClientOptions extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
FlightClientOptions()
Default native constructor.
|
FlightClientOptions(long size)
Native array allocator.
|
FlightClientOptions(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
cert_chain()
\brief The client certificate to use if using Mutual TLS
|
FlightClientOptions |
cert_chain(String setter) |
static FlightClientOptions |
Defaults()
\brief Get default options.
|
boolean |
disable_server_verification()
\brief Use TLS without validating the server certificate.
|
FlightClientOptions |
disable_server_verification(boolean setter) |
FlightClientOptions |
getPointer(long i) |
ClientMiddlewareFactoryVector |
middleware()
\brief A list of client middleware to apply.
|
FlightClientOptions |
middleware(ClientMiddlewareFactoryVector setter) |
String |
override_hostname()
\brief Override the hostname checked by TLS.
|
FlightClientOptions |
override_hostname(String setter) |
FlightClientOptions |
position(long position) |
String |
private_key()
\brief The private key associated with the client certificate for Mutual TLS
|
FlightClientOptions |
private_key(String setter) |
String |
tls_root_certs()
\brief Root certificates to use for validating server
certificates.
|
FlightClientOptions |
tls_root_certs(String setter) |
long |
write_size_limit_bytes()
\brief A soft limit on the number of bytes to write in a single
batch when sending Arrow data to a server.
|
FlightClientOptions |
write_size_limit_bytes(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public FlightClientOptions()
public FlightClientOptions(long size)
Pointer.position(long)
.public FlightClientOptions(Pointer p)
Pointer(Pointer)
.public FlightClientOptions position(long position)
public FlightClientOptions getPointer(long i)
getPointer
in class Pointer
@StdString public String tls_root_certs()
public FlightClientOptions tls_root_certs(String setter)
@StdString public String override_hostname()
public FlightClientOptions override_hostname(String setter)
@StdString public String cert_chain()
public FlightClientOptions cert_chain(String setter)
@StdString public String private_key()
public FlightClientOptions private_key(String setter)
@ByRef public ClientMiddlewareFactoryVector middleware()
public FlightClientOptions middleware(ClientMiddlewareFactoryVector setter)
@Cast(value="int64_t") public long write_size_limit_bytes()
public FlightClientOptions write_size_limit_bytes(long setter)
@Cast(value="bool") public boolean disable_server_verification()
public FlightClientOptions disable_server_verification(boolean setter)
@ByVal public static FlightClientOptions Defaults()
Copyright © 2022. All rights reserved.