Uses of Class
org.apache.arrow.flight.FlightEndpoint
Packages that use FlightEndpoint
-
Uses of FlightEndpoint in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return FlightEndpointModifier and TypeMethodDescriptionFlightEndpoint.Builder.build()Build FlightEndpoint object.static FlightEndpointFlightEndpoint.deserialize(ByteBuffer serialized) Parse the serialized form of this protocol message.RenewFlightEndpointRequest.getFlightEndpoint()FlightClient.renewFlightEndpoint(RenewFlightEndpointRequest request, CallOption... options) Request the server to extend the lifetime of a query result set.Methods in org.apache.arrow.flight that return types with arguments of type FlightEndpointMethod parameters in org.apache.arrow.flight with type arguments of type FlightEndpointModifier and TypeMethodDescriptionstatic FlightInfo.BuilderFlightInfo.builder(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints) Create a builder for FlightInfo.Constructors in org.apache.arrow.flight with parameters of type FlightEndpointConstructor parameters in org.apache.arrow.flight with type arguments of type FlightEndpointModifierConstructorDescriptionFlightInfo(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records) Constructs a new instance.FlightInfo(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records, boolean ordered, IpcOption option) Constructs a new instance.FlightInfo(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records, boolean ordered, IpcOption option, byte[] appMetadata) Constructs a new instance.FlightInfo(Schema schema, FlightDescriptor descriptor, List<FlightEndpoint> endpoints, long bytes, long records, IpcOption option) Constructs a new instance. -
Uses of FlightEndpoint in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql that return FlightEndpointModifier and TypeMethodDescriptionFlightSqlClient.renewFlightEndpoint(RenewFlightEndpointRequest request, CallOption... options) Request the server to extend the lifetime of a query result set.Methods in org.apache.arrow.flight.sql that return types with arguments of type FlightEndpointModifier and TypeMethodDescriptionprotected abstract <T extends com.google.protobuf.Message>
List<FlightEndpoint>BasicFlightSqlProducer.determineEndpoints(T request, FlightDescriptor flightDescriptor, Schema schema) Return a list of FlightEndpoints for the given request and FlightDescriptor.Methods in org.apache.arrow.flight.sql with parameters of type FlightEndpointMethod parameters in org.apache.arrow.flight.sql with type arguments of type FlightEndpointModifier and TypeMethodDescriptiondefault voidFlightSqlProducer.renewFlightEndpoint(RenewFlightEndpointRequest request, FlightProducer.CallContext context, FlightProducer.StreamListener<FlightEndpoint> listener) Renew the duration of the given endpoint.