Uses of Class
org.apache.arrow.flight.impl.Flight.FlightInfo
-
Uses of Flight.FlightInfo in org.apache.arrow.flight.impl
Modifier and TypeMethodDescriptionFlight.FlightInfo.Builder.build()
Flight.FlightInfo.Builder.buildPartial()
static Flight.FlightInfo
Flight.FlightInfo.getDefaultInstance()
Flight.FlightInfo.Builder.getDefaultInstanceForType()
Flight.FlightInfo.getDefaultInstanceForType()
FlightServiceGrpc.FlightServiceBlockingStub.getFlightInfo
(Flight.FlightDescriptor request) For a given FlightDescriptor, get information about how the flight can be consumed.Flight.CancelFlightInfoRequest.Builder.getInfo()
.arrow.flight.protocol.FlightInfo info = 1;
Flight.CancelFlightInfoRequest.getInfo()
.arrow.flight.protocol.FlightInfo info = 1;
Flight.CancelFlightInfoRequestOrBuilder.getInfo()
.arrow.flight.protocol.FlightInfo info = 1;
Flight.PollInfo.Builder.getInfo()
The currently available results.Flight.PollInfo.getInfo()
The currently available results.Flight.PollInfoOrBuilder.getInfo()
The currently available results.static Flight.FlightInfo
Flight.FlightInfo.parseDelimitedFrom
(InputStream input) static Flight.FlightInfo
Flight.FlightInfo.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(byte[] data) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(com.google.protobuf.ByteString data) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(InputStream input) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(ByteBuffer data) static Flight.FlightInfo
Flight.FlightInfo.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.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.static io.grpc.MethodDescriptor<Flight.FlightDescriptor,
Flight.FlightInfo> FlightServiceGrpc.getGetFlightInfoMethod()
static io.grpc.MethodDescriptor<Flight.Criteria,
Flight.FlightInfo> FlightServiceGrpc.getListFlightsMethod()
com.google.protobuf.Parser<Flight.FlightInfo>
Flight.FlightInfo.getParserForType()
FlightServiceGrpc.FlightServiceBlockingStub.listFlights
(Flight.Criteria request) Get a list of available streams given a particular criteria.static com.google.protobuf.Parser<Flight.FlightInfo>
Flight.FlightInfo.parser()
Modifier and TypeMethodDescriptionFlight.FlightInfo.Builder.mergeFrom
(Flight.FlightInfo other) Flight.CancelFlightInfoRequest.Builder.mergeInfo
(Flight.FlightInfo value) .arrow.flight.protocol.FlightInfo info = 1;
Flight.PollInfo.Builder.mergeInfo
(Flight.FlightInfo value) The currently available results.static Flight.FlightInfo.Builder
Flight.FlightInfo.newBuilder
(Flight.FlightInfo prototype) Flight.CancelFlightInfoRequest.Builder.setInfo
(Flight.FlightInfo value) .arrow.flight.protocol.FlightInfo info = 1;
Flight.PollInfo.Builder.setInfo
(Flight.FlightInfo value) The currently available results.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.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.listFlights
(Flight.Criteria request, io.grpc.stub.StreamObserver<Flight.FlightInfo> responseObserver) Get a list of available streams given a particular criteria.void
FlightServiceGrpc.FlightServiceStub.listFlights
(Flight.Criteria request, io.grpc.stub.StreamObserver<Flight.FlightInfo> responseObserver) Get a list of available streams given a particular criteria.