Uses of Class
org.apache.arrow.flight.impl.Flight.FlightDescriptor
Packages that use Flight.FlightDescriptor
-
Uses of Flight.FlightDescriptor in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.FlightDescriptorModifier and TypeMethodDescriptionFlight.FlightDescriptor.Builder.build()Flight.FlightDescriptor.Builder.buildPartial()static Flight.FlightDescriptorFlight.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.FlightDescriptorFlight.FlightDescriptor.parseDelimitedFrom(InputStream input) static Flight.FlightDescriptorFlight.FlightDescriptor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(byte[] data) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(com.google.protobuf.ByteString data) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(com.google.protobuf.CodedInputStream input) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(InputStream input) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(ByteBuffer data) static Flight.FlightDescriptorFlight.FlightDescriptor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.FlightDescriptorModifier 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()Methods in org.apache.arrow.flight.impl with parameters of type Flight.FlightDescriptorModifier and TypeMethodDescriptiondefault voidFlightServiceGrpc.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.FlightServiceGrpc.FlightServiceBlockingV2Stub.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.voidFlightServiceGrpc.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 voidFlightServiceGrpc.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.FlightServiceGrpc.FlightServiceBlockingV2Stub.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.voidFlightServiceGrpc.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 voidFlightServiceGrpc.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.FlightServiceGrpc.FlightServiceBlockingV2Stub.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.voidFlightServiceGrpc.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.