| Package | Description |
|---|---|
| org.apache.arrow.flight.impl |
| Modifier and Type | Method and Description |
|---|---|
Flight.FlightDescriptor |
Flight.FlightDescriptor.Builder.build() |
Flight.FlightDescriptor |
Flight.FlightDescriptor.Builder.buildPartial() |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.getDefaultInstance() |
Flight.FlightDescriptor |
Flight.FlightDescriptor.getDefaultInstanceForType() |
Flight.FlightDescriptor |
Flight.FlightDescriptor.Builder.getDefaultInstanceForType() |
Flight.FlightDescriptor |
Flight.FlightGetInfoOrBuilder.getFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightDescriptor |
Flight.FlightGetInfo.getFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightDescriptor |
Flight.FlightGetInfo.Builder.getFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightDescriptor |
Flight.FlightDataOrBuilder.getFlightDescriptor()
The descriptor of the data.
|
Flight.FlightDescriptor |
Flight.FlightData.getFlightDescriptor()
The descriptor of the data.
|
Flight.FlightDescriptor |
Flight.FlightData.Builder.getFlightDescriptor()
The descriptor of the data.
|
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseDelimitedFrom(InputStream input) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(byte[] data) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(ByteBuffer data) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(com.google.protobuf.ByteString data) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(com.google.protobuf.CodedInputStream input) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(InputStream input) |
static Flight.FlightDescriptor |
Flight.FlightDescriptor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<Flight.FlightDescriptor,Flight.FlightGetInfo> |
FlightServiceGrpc.getGetFlightInfoMethod() |
com.google.protobuf.Parser<Flight.FlightDescriptor> |
Flight.FlightDescriptor.getParserForType() |
static com.google.protobuf.Parser<Flight.FlightDescriptor> |
Flight.FlightDescriptor.parser() |
| Modifier and Type | Method and Description |
|---|---|
Flight.FlightGetInfo |
FlightServiceGrpc.FlightServiceBlockingStub.getFlightInfo(Flight.FlightDescriptor request)
For a given FlightDescriptor, get information about how the flight can be
consumed.
|
com.google.common.util.concurrent.ListenableFuture<Flight.FlightGetInfo> |
FlightServiceGrpc.FlightServiceFutureStub.getFlightInfo(Flight.FlightDescriptor request)
For a given FlightDescriptor, get information about how the flight can be
consumed.
|
void |
FlightServiceGrpc.FlightServiceImplBase.getFlightInfo(Flight.FlightDescriptor request,
io.grpc.stub.StreamObserver<Flight.FlightGetInfo> responseObserver)
For a given FlightDescriptor, get information about how the flight can be
consumed.
|
void |
FlightServiceGrpc.FlightServiceStub.getFlightInfo(Flight.FlightDescriptor request,
io.grpc.stub.StreamObserver<Flight.FlightGetInfo> responseObserver)
For a given FlightDescriptor, get information about how the flight can be
consumed.
|
Flight.FlightGetInfo.Builder |
Flight.FlightGetInfo.Builder.mergeFlightDescriptor(Flight.FlightDescriptor value)
The descriptor associated with this info.
|
Flight.FlightData.Builder |
Flight.FlightData.Builder.mergeFlightDescriptor(Flight.FlightDescriptor value)
The descriptor of the data.
|
Flight.FlightDescriptor.Builder |
Flight.FlightDescriptor.Builder.mergeFrom(Flight.FlightDescriptor other) |
static Flight.FlightDescriptor.Builder |
Flight.FlightDescriptor.newBuilder(Flight.FlightDescriptor prototype) |
Flight.FlightGetInfo.Builder |
Flight.FlightGetInfo.Builder.setFlightDescriptor(Flight.FlightDescriptor value)
The descriptor associated with this info.
|
Flight.FlightData.Builder |
Flight.FlightData.Builder.setFlightDescriptor(Flight.FlightDescriptor value)
The descriptor of the data.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.