| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.example | |
| org.apache.arrow.flight.impl |
| Modifier and Type | Method and Description |
|---|---|
Flight.PutResult |
FlightClient.ClientStreamListener.getResult() |
| Modifier and Type | Method and Description |
|---|---|
Callable<Flight.PutResult> |
FlightProducer.acceptPut(FlightStream flightStream) |
Callable<Flight.PutResult> |
NoOpFlightProducer.acceptPut(FlightStream flightStream) |
| Modifier and Type | Method and Description |
|---|---|
Callable<Flight.PutResult> |
InMemoryStore.acceptPut(FlightStream flightStream) |
| Modifier and Type | Method and Description |
|---|---|
Flight.PutResult |
Flight.PutResult.Builder.build() |
Flight.PutResult |
Flight.PutResult.Builder.buildPartial() |
static Flight.PutResult |
Flight.PutResult.getDefaultInstance() |
Flight.PutResult |
Flight.PutResult.getDefaultInstanceForType() |
Flight.PutResult |
Flight.PutResult.Builder.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(ByteBuffer data) |
static Flight.PutResult |
Flight.PutResult.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
static 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 Type | Method and Description |
|---|---|
Flight.PutResult.Builder |
Flight.PutResult.Builder.mergeFrom(Flight.PutResult other) |
static Flight.PutResult.Builder |
Flight.PutResult.newBuilder(Flight.PutResult prototype) |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<Flight.FlightData> |
FlightServiceGrpc.FlightServiceImplBase.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.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.