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.FlightInfoOrBuilder.getFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightDescriptor |
Flight.FlightInfo.getFlightDescriptor()
The descriptor associated with this info.
|
Flight.FlightDescriptor |
Flight.FlightInfo.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.FlightInfo> |
FlightServiceGrpc.getGetFlightInfoMethod() |
static io.grpc.MethodDescriptor<Flight.FlightDescriptor,Flight.SchemaResult> |
FlightServiceGrpc.getGetSchemaMethod() |
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.FlightInfo |
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.FlightInfo> |
FlightServiceGrpc.FlightServiceFutureStub.getFlightInfo(Flight.FlightDescriptor request)
For a given FlightDescriptor, get information about how the flight can be
consumed.
|
default void |
FlightServiceGrpc.AsyncService.getFlightInfo(Flight.FlightDescriptor request,
io.grpc.stub.StreamObserver<Flight.FlightInfo> 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.FlightInfo> responseObserver)
For a given FlightDescriptor, get information about how the flight can be
consumed.
|
Flight.SchemaResult |
FlightServiceGrpc.FlightServiceBlockingStub.getSchema(Flight.FlightDescriptor request)
For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema
This is used when a consumer needs the Schema of flight stream.
|
com.google.common.util.concurrent.ListenableFuture<Flight.SchemaResult> |
FlightServiceGrpc.FlightServiceFutureStub.getSchema(Flight.FlightDescriptor request)
For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema
This is used when a consumer needs the Schema of flight stream.
|
default void |
FlightServiceGrpc.AsyncService.getSchema(Flight.FlightDescriptor request,
io.grpc.stub.StreamObserver<Flight.SchemaResult> responseObserver)
For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema
This is used when a consumer needs the Schema of flight stream.
|
void |
FlightServiceGrpc.FlightServiceStub.getSchema(Flight.FlightDescriptor request,
io.grpc.stub.StreamObserver<Flight.SchemaResult> responseObserver)
For a given FlightDescriptor, get the Schema as described in Schema.fbs::Schema
This is used when a consumer needs the Schema of flight stream.
|
Flight.FlightInfo.Builder |
Flight.FlightInfo.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.FlightInfo.Builder |
Flight.FlightInfo.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 © 2023 The Apache Software Foundation. All rights reserved.