Uses of Class
org.apache.arrow.flight.Location
-
Uses of Location in org.apache.arrow.flight
Modifier and TypeMethodDescriptionstatic 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.FlightServer.getLocation()
Get the location for this server.static Location
Location.reuseConnection()
Construct a special URI to indicate to clients that they may fetch data by reusing an existing connection to a Flight RPC server.Modifier and TypeMethodDescriptionstatic FlightClient.Builder
FlightClient.builder
(BufferAllocator allocator, Location location) Create a builder for a Flight client.static FlightEndpoint.Builder
Create a builder for FlightEndpoint.static FlightServer.Builder
FlightServer.builder
(BufferAllocator allocator, Location location, FlightProducer producer) Create a builder for a Flight server.ModifierConstructorDescriptionFlightEndpoint
(Ticket ticket, Instant expirationTime, Location... locations) Constructs a new endpoint with an expiration time.FlightEndpoint
(Ticket ticket, Location... locations) Constructs a new endpoint with no expiration time. -
Uses of Location in org.apache.arrow.flight.integration.tests
Modifier and TypeMethodDescriptionvoid
FlightSqlExtensionScenario.client
(BufferAllocator allocator, Location location, FlightClient client) void
FlightSqlScenario.client
(BufferAllocator allocator, Location location, FlightClient client) void
LocationReuseConnectionScenario.client
(BufferAllocator allocator, Location location, FlightClient client) void
OrderedScenario.client
(BufferAllocator allocator, Location location, FlightClient client) FlightSqlScenario.producer
(BufferAllocator allocator, Location location) LocationReuseConnectionScenario.producer
(BufferAllocator allocator, Location location) OrderedScenario.producer
(BufferAllocator allocator, Location location) void
IntegrationProducer.setLocation
(Location location) Update the location after server start.ModifierConstructorDescriptionIntegrationProducer
(BufferAllocator allocator, Location location) Constructs a new instance.