Package org.apache.arrow.flight.impl
Class Flight
java.lang.Object
org.apache.arrow.flight.impl.Flight
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
An opaque action specific for the service.static interface
static final class
Describes an available action, including both the name used for execution along with a short description of the purpose of the action.static interface
static final class
A message for doing simple auth.static interface
static final class
The request of the CancelFlightInfo action.static interface
static final class
The result of the CancelFlightInfo action.static interface
static enum
The result of a cancel operation.static final class
Request message for the "Close Session" action.static interface
static final class
The result of closing a session.static interface
static final class
A service specific expression that can be used to return a limited set of available Arrow Flight streams.static interface
static final class
Protobuf typearrow.flight.protocol.Empty
static interface
static final class
A batch of Arrow data as part of a stream of batches.static interface
static final class
The name or tag for a Flight.static interface
static final class
A particular stream or split associated with a flight.static interface
static final class
The access coordinates for retrieval of a dataset.static interface
static final class
EXPERIMENTAL: A request to access the session options for the current server session.static interface
static final class
EXPERIMENTAL: The result containing the current server session options.static interface
static final class
The request that a client provides to a server on handshake.static interface
static final class
Protobuf typearrow.flight.protocol.HandshakeResponse
static interface
static final class
A location where a Flight service will accept retrieval of a particular stream given a ticket.static interface
static final class
The information to process a long-running query.static interface
static final class
The response message associated with the submission of a DoPut.static interface
static final class
The request of the RenewFlightEndpoint action.static interface
static final class
An opaque result returned after executing an action.static interface
static final class
Wrap the result of a getSchema callstatic interface
static final class
EXPERIMENTAL: Union of possible value types for a Session Option to be set to.static interface
static final class
EXPERIMENTAL: A request to set session options for an existing or new (implicit) server session.static interface
static final class
EXPERIMENTAL: The results (individually) of setting a set of session options.static interface
static final class
An opaque identifier that the service can use to retrieve a particular portion of a stream.static interface
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.google.protobuf.Descriptors.FileDescriptor
static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistry registry) static void
registerAllExtensions
(com.google.protobuf.ExtensionRegistryLite registry)
-
Method Details
-
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) -
registerAllExtensions
public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) -
getDescriptor
public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()
-