Uses of Class
org.apache.arrow.flight.impl.Flight.FlightDescriptor
-
Uses of Flight.FlightDescriptor in org.apache.arrow.flight.impl
Modifier and TypeMethodDescriptionFlight.FlightDescriptor.Builder.build()
Flight.FlightDescriptor.Builder.buildPartial()
static Flight.FlightDescriptor
Flight.FlightDescriptor.getDefaultInstance()
Flight.FlightDescriptor.Builder.getDefaultInstanceForType()
Flight.FlightDescriptor.getDefaultInstanceForType()
Flight.FlightData.Builder.getFlightDescriptor()
The descriptor of the data.Flight.FlightData.getFlightDescriptor()
The descriptor of the data.Flight.FlightDataOrBuilder.getFlightDescriptor()
The descriptor of the data.Flight.FlightInfo.Builder.getFlightDescriptor()
The descriptor associated with this info.Flight.FlightInfo.getFlightDescriptor()
The descriptor associated with this info.Flight.FlightInfoOrBuilder.getFlightDescriptor()
The descriptor associated with this info.Flight.PollInfo.Builder.getFlightDescriptor()
The descriptor the client should use on the next try.Flight.PollInfo.getFlightDescriptor()
The descriptor the client should use on the next try.Flight.PollInfoOrBuilder.getFlightDescriptor()
The descriptor the client should use on the next try.static Flight.FlightDescriptor
Flight.FlightDescriptor.parseDelimitedFrom
(InputStream input) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(byte[] data) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(com.google.protobuf.ByteString data) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(InputStream input) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(ByteBuffer data) static Flight.FlightDescriptor
Flight.FlightDescriptor.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Flight.FlightDescriptor,
Flight.FlightInfo> FlightServiceGrpc.getGetFlightInfoMethod()
static io.grpc.MethodDescriptor<Flight.FlightDescriptor,
Flight.SchemaResult> FlightServiceGrpc.getGetSchemaMethod()
com.google.protobuf.Parser<Flight.FlightDescriptor>
Flight.FlightDescriptor.getParserForType()
static io.grpc.MethodDescriptor<Flight.FlightDescriptor,
Flight.PollInfo> FlightServiceGrpc.getPollFlightInfoMethod()
static com.google.protobuf.Parser<Flight.FlightDescriptor>
Flight.FlightDescriptor.parser()
Modifier and TypeMethodDescriptiondefault void
FlightServiceGrpc.AsyncService.getFlightInfo
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.FlightInfo> responseObserver) For a given FlightDescriptor, get information about how the flight can be consumed.FlightServiceGrpc.FlightServiceBlockingStub.getFlightInfo
(Flight.FlightDescriptor request) For a given FlightDescriptor, get information about how the flight can be consumed.com.google.common.util.concurrent.ListenableFuture<Flight.FlightInfo>
FlightServiceGrpc.FlightServiceFutureStub.getFlightInfo
(Flight.FlightDescriptor request) For a given FlightDescriptor, get information about how the flight can be consumed.void
FlightServiceGrpc.FlightServiceStub.getFlightInfo
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.FlightInfo> responseObserver) For a given FlightDescriptor, get information about how the flight can be consumed.default void
FlightServiceGrpc.AsyncService.getSchema
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.SchemaResult> responseObserver) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.FlightServiceGrpc.FlightServiceBlockingStub.getSchema
(Flight.FlightDescriptor request) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.com.google.common.util.concurrent.ListenableFuture<Flight.SchemaResult>
FlightServiceGrpc.FlightServiceFutureStub.getSchema
(Flight.FlightDescriptor request) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.void
FlightServiceGrpc.FlightServiceStub.getSchema
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.SchemaResult> responseObserver) For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema This is used when a consumer needs the Schema of flight stream.Flight.FlightData.Builder.mergeFlightDescriptor
(Flight.FlightDescriptor value) The descriptor of the data.Flight.FlightInfo.Builder.mergeFlightDescriptor
(Flight.FlightDescriptor value) The descriptor associated with this info.Flight.PollInfo.Builder.mergeFlightDescriptor
(Flight.FlightDescriptor value) The descriptor the client should use on the next try.Flight.FlightDescriptor.Builder.mergeFrom
(Flight.FlightDescriptor other) Flight.FlightDescriptor.newBuilder
(Flight.FlightDescriptor prototype) default void
FlightServiceGrpc.AsyncService.pollFlightInfo
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.PollInfo> responseObserver) For a given FlightDescriptor, start a query and get information to poll its execution status.FlightServiceGrpc.FlightServiceBlockingStub.pollFlightInfo
(Flight.FlightDescriptor request) For a given FlightDescriptor, start a query and get information to poll its execution status.com.google.common.util.concurrent.ListenableFuture<Flight.PollInfo>
FlightServiceGrpc.FlightServiceFutureStub.pollFlightInfo
(Flight.FlightDescriptor request) For a given FlightDescriptor, start a query and get information to poll its execution status.void
FlightServiceGrpc.FlightServiceStub.pollFlightInfo
(Flight.FlightDescriptor request, io.grpc.stub.StreamObserver<Flight.PollInfo> responseObserver) For a given FlightDescriptor, start a query and get information to poll its execution status.Flight.FlightData.Builder.setFlightDescriptor
(Flight.FlightDescriptor value) The descriptor of the data.Flight.FlightInfo.Builder.setFlightDescriptor
(Flight.FlightDescriptor value) The descriptor associated with this info.Flight.PollInfo.Builder.setFlightDescriptor
(Flight.FlightDescriptor value) The descriptor the client should use on the next try.