Uses of Class
org.apache.arrow.flight.Location
Packages that use Location
-
Uses of Location in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return LocationModifier and TypeMethodDescriptionstatic LocationLocation.forGrpcDomainSocket(String path) Construct a URI for a Flight+gRPC server over a Unix domain socket.static LocationLocation.forGrpcInsecure(String host, int port) Construct a URI for a Flight+gRPC server without transport security.static LocationLocation.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 LocationLocation.reuseConnection()Construct a special URI to indicate to clients that they may fetch data by reusing an existing connection to a Flight RPC server.Methods in org.apache.arrow.flight that return types with arguments of type LocationMethods in org.apache.arrow.flight with parameters of type LocationModifier and TypeMethodDescriptionstatic FlightClient.BuilderFlightClient.builder(BufferAllocator allocator, Location location) Create a builder for a Flight client.static FlightEndpoint.BuilderCreate a builder for FlightEndpoint.static FlightServer.BuilderFlightServer.builder(BufferAllocator allocator, Location location, FlightProducer producer) Create a builder for a Flight server.Constructors in org.apache.arrow.flight with parameters of type LocationModifierConstructorDescriptionFlightEndpoint(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.grpc
Fields in org.apache.arrow.flight.grpc declared as LocationMethods in org.apache.arrow.flight.grpc with parameters of type LocationModifier and TypeMethodDescriptionConstructors in org.apache.arrow.flight.grpc with parameters of type Location