Package | Description |
---|---|
org.apache.arrow.flight | |
org.apache.arrow.flight.integration.tests |
Modifier and Type | Method and Description |
---|---|
static Location |
Location.forGrpcDomainSocket(String path)
Construct a URI for a Flight+gRPC server over a Unix domain socket.
|
static Location |
Location.forGrpcInsecure(String host,
int port)
Construct a URI for a Flight+gRPC server without transport security.
|
static Location |
Location.forGrpcTls(String host,
int port)
Construct a URI for a Flight+gRPC server with transport security.
|
Location |
FlightServer.getLocation()
Get the location for this server.
|
Modifier and Type | Method and Description |
---|---|
List<Location> |
FlightEndpoint.getLocations() |
Modifier and Type | Method and Description |
---|---|
static FlightClient.Builder |
FlightClient.builder(BufferAllocator allocator,
Location location)
Create a builder for a Flight client.
|
static FlightServer.Builder |
FlightServer.builder(BufferAllocator allocator,
Location location,
FlightProducer producer)
Create a builder for a Flight server.
|
FlightClient.Builder |
FlightClient.Builder.location(Location location) |
FlightServer.Builder |
FlightServer.Builder.location(Location location) |
Constructor and Description |
---|
FlightEndpoint(Ticket ticket,
Location... locations)
Constructs a new instance.
|
Modifier and Type | Method and Description |
---|---|
void |
FlightSqlScenario.client(BufferAllocator allocator,
Location location,
FlightClient client) |
void |
FlightSqlExtensionScenario.client(BufferAllocator allocator,
Location location,
FlightClient client) |
FlightProducer |
FlightSqlScenario.producer(BufferAllocator allocator,
Location location) |
void |
IntegrationProducer.setLocation(Location location)
Update the location after server start.
|
Constructor and Description |
---|
IntegrationProducer(BufferAllocator allocator,
Location location)
Constructs a new instance.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.