Uses of Class
org.apache.arrow.flight.impl.Flight.PutResult
Packages that use Flight.PutResult
-
Uses of Flight.PutResult in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.PutResultModifier and TypeMethodDescriptionFlight.PutResult.Builder.build()
Flight.PutResult.Builder.buildPartial()
static Flight.PutResult
Flight.PutResult.getDefaultInstance()
Flight.PutResult.Builder.getDefaultInstanceForType()
Flight.PutResult.getDefaultInstanceForType()
static Flight.PutResult
Flight.PutResult.parseDelimitedFrom
(InputStream input) static Flight.PutResult
Flight.PutResult.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.PutResult
Flight.PutResult.parseFrom
(byte[] data) static Flight.PutResult
Flight.PutResult.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.PutResult
Flight.PutResult.parseFrom
(com.google.protobuf.ByteString data) static Flight.PutResult
Flight.PutResult.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.PutResult
Flight.PutResult.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.PutResult
Flight.PutResult.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.PutResult
Flight.PutResult.parseFrom
(InputStream input) static Flight.PutResult
Flight.PutResult.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.PutResult
Flight.PutResult.parseFrom
(ByteBuffer data) static Flight.PutResult
Flight.PutResult.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.PutResultModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Flight.FlightData,
Flight.PutResult> FlightServiceGrpc.getDoPutMethod()
com.google.protobuf.Parser<Flight.PutResult>
Flight.PutResult.getParserForType()
static com.google.protobuf.Parser<Flight.PutResult>
Flight.PutResult.parser()
Methods in org.apache.arrow.flight.impl with parameters of type Flight.PutResultModifier and TypeMethodDescriptionFlight.PutResult.Builder.mergeFrom
(Flight.PutResult other) static Flight.PutResult.Builder
Flight.PutResult.newBuilder
(Flight.PutResult prototype) Method parameters in org.apache.arrow.flight.impl with type arguments of type Flight.PutResultModifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<Flight.FlightData>
FlightServiceGrpc.AsyncService.doPut
(io.grpc.stub.StreamObserver<Flight.PutResult> responseObserver) Push a stream to the flight service associated with a particular flight stream.io.grpc.stub.StreamObserver<Flight.FlightData>
FlightServiceGrpc.FlightServiceStub.doPut
(io.grpc.stub.StreamObserver<Flight.PutResult> responseObserver) Push a stream to the flight service associated with a particular flight stream.