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