Uses of Class
org.apache.arrow.flight.impl.Flight.Result
Packages that use Flight.Result
-
Uses of Flight.Result in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.ResultModifier and TypeMethodDescriptionFlight.Result.Builder.build()
Flight.Result.Builder.buildPartial()
static Flight.Result
Flight.Result.getDefaultInstance()
Flight.Result.Builder.getDefaultInstanceForType()
Flight.Result.getDefaultInstanceForType()
static Flight.Result
Flight.Result.parseDelimitedFrom
(InputStream input) static Flight.Result
Flight.Result.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Result
Flight.Result.parseFrom
(byte[] data) static Flight.Result
Flight.Result.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Result
Flight.Result.parseFrom
(com.google.protobuf.ByteString data) static Flight.Result
Flight.Result.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Result
Flight.Result.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.Result
Flight.Result.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Result
Flight.Result.parseFrom
(InputStream input) static Flight.Result
Flight.Result.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Result
Flight.Result.parseFrom
(ByteBuffer data) static Flight.Result
Flight.Result.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.ResultModifier and TypeMethodDescriptionFlightServiceGrpc.FlightServiceBlockingStub.doAction
(Flight.Action request) Flight services can support an arbitrary number of simple actions in addition to the possible ListFlights, GetFlightInfo, DoGet, DoPut operations that are potentially available.static io.grpc.MethodDescriptor<Flight.Action,
Flight.Result> FlightServiceGrpc.getDoActionMethod()
com.google.protobuf.Parser<Flight.Result>
Flight.Result.getParserForType()
static com.google.protobuf.Parser<Flight.Result>
Flight.Result.parser()
Methods in org.apache.arrow.flight.impl with parameters of type Flight.ResultModifier and TypeMethodDescriptionFlight.Result.Builder.mergeFrom
(Flight.Result other) static Flight.Result.Builder
Flight.Result.newBuilder
(Flight.Result prototype) Method parameters in org.apache.arrow.flight.impl with type arguments of type Flight.ResultModifier and TypeMethodDescriptiondefault void
FlightServiceGrpc.AsyncService.doAction
(Flight.Action request, io.grpc.stub.StreamObserver<Flight.Result> responseObserver) Flight services can support an arbitrary number of simple actions in addition to the possible ListFlights, GetFlightInfo, DoGet, DoPut operations that are potentially available.void
FlightServiceGrpc.FlightServiceStub.doAction
(Flight.Action request, io.grpc.stub.StreamObserver<Flight.Result> responseObserver) Flight services can support an arbitrary number of simple actions in addition to the possible ListFlights, GetFlightInfo, DoGet, DoPut operations that are potentially available.