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.ResultFlight.Result.getDefaultInstance()Flight.Result.Builder.getDefaultInstanceForType()Flight.Result.getDefaultInstanceForType()static Flight.ResultFlight.Result.parseDelimitedFrom(InputStream input) static Flight.ResultFlight.Result.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.ResultFlight.Result.parseFrom(byte[] data) static Flight.ResultFlight.Result.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.ResultFlight.Result.parseFrom(com.google.protobuf.ByteString data) static Flight.ResultFlight.Result.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.ResultFlight.Result.parseFrom(com.google.protobuf.CodedInputStream input) static Flight.ResultFlight.Result.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.ResultFlight.Result.parseFrom(InputStream input) static Flight.ResultFlight.Result.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.ResultFlight.Result.parseFrom(ByteBuffer data) static Flight.ResultFlight.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.io.grpc.stub.BlockingClientCall<?,Flight.Result> FlightServiceGrpc.FlightServiceBlockingV2Stub.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.BuilderFlight.Result.newBuilder(Flight.Result prototype) Method parameters in org.apache.arrow.flight.impl with type arguments of type Flight.ResultModifier and TypeMethodDescriptiondefault voidFlightServiceGrpc.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.voidFlightServiceGrpc.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.