| Package | Description |
|---|---|
| org.apache.arrow.flight | |
| org.apache.arrow.flight.impl |
| Modifier and Type | Method and Description |
|---|---|
Flight.FlightGetInfo |
FlightServer.FlightServerHandler.getFlightInfo(String descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Flight.FlightGetInfo |
Flight.FlightGetInfo.Builder.build() |
Flight.FlightGetInfo |
Flight.FlightGetInfo.Builder.buildPartial() |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.getDefaultInstance() |
Flight.FlightGetInfo |
Flight.FlightGetInfo.getDefaultInstanceForType() |
Flight.FlightGetInfo |
Flight.FlightGetInfo.Builder.getDefaultInstanceForType() |
Flight.FlightGetInfo |
FlightServiceGrpc.FlightServiceBlockingStub.getFlightInfo(Flight.FlightDescriptor request)
For a given FlightDescriptor, get information about how the flight can be
consumed.
|
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseDelimitedFrom(InputStream input) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(byte[] data) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(ByteBuffer data) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(com.google.protobuf.ByteString data) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(InputStream input) |
static Flight.FlightGetInfo |
Flight.FlightGetInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
static io.grpc.MethodDescriptor<Flight.FlightDescriptor,Flight.FlightGetInfo> |
FlightServiceGrpc.getGetFlightInfoMethod() |
static io.grpc.MethodDescriptor<Flight.Criteria,Flight.FlightGetInfo> |
FlightServiceGrpc.getListFlightsMethod() |
com.google.protobuf.Parser<Flight.FlightGetInfo> |
Flight.FlightGetInfo.getParserForType() |
Iterator<Flight.FlightGetInfo> |
FlightServiceGrpc.FlightServiceBlockingStub.listFlights(Flight.Criteria request)
Get a list of available streams given a particular criteria.
|
static com.google.protobuf.Parser<Flight.FlightGetInfo> |
Flight.FlightGetInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
Flight.FlightGetInfo.Builder |
Flight.FlightGetInfo.Builder.mergeFrom(Flight.FlightGetInfo other) |
static Flight.FlightGetInfo.Builder |
Flight.FlightGetInfo.newBuilder(Flight.FlightGetInfo prototype) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
FlightServiceGrpc.FlightServiceImplBase.listFlights(Flight.Criteria request,
io.grpc.stub.StreamObserver<Flight.FlightGetInfo> responseObserver)
Get a list of available streams given a particular criteria.
|
void |
FlightServiceGrpc.FlightServiceStub.listFlights(Flight.Criteria request,
io.grpc.stub.StreamObserver<Flight.FlightGetInfo> responseObserver)
Get a list of available streams given a particular criteria.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.