Uses of Class
org.apache.arrow.flight.impl.Flight.Result
-
Uses of Flight.Result in org.apache.arrow.flight.impl
Modifier 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) Modifier 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()
Modifier and TypeMethodDescriptionFlight.Result.Builder.mergeFrom
(Flight.Result other) static Flight.Result.Builder
Flight.Result.newBuilder
(Flight.Result prototype) Modifier 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.