Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Method and Description |
---|---|
Flight.Ticket |
Flight.Ticket.Builder.build() |
Flight.Ticket |
Flight.Ticket.Builder.buildPartial() |
static Flight.Ticket |
Flight.Ticket.getDefaultInstance() |
Flight.Ticket |
Flight.Ticket.getDefaultInstanceForType() |
Flight.Ticket |
Flight.Ticket.Builder.getDefaultInstanceForType() |
Flight.Ticket |
Flight.FlightEndpointOrBuilder.getTicket()
Token used to retrieve this stream.
|
Flight.Ticket |
Flight.FlightEndpoint.getTicket()
Token used to retrieve this stream.
|
Flight.Ticket |
Flight.FlightEndpoint.Builder.getTicket()
Token used to retrieve this stream.
|
static Flight.Ticket |
Flight.Ticket.parseDelimitedFrom(InputStream input) |
static Flight.Ticket |
Flight.Ticket.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Ticket |
Flight.Ticket.parseFrom(byte[] data) |
static Flight.Ticket |
Flight.Ticket.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Ticket |
Flight.Ticket.parseFrom(ByteBuffer data) |
static Flight.Ticket |
Flight.Ticket.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Ticket |
Flight.Ticket.parseFrom(com.google.protobuf.ByteString data) |
static Flight.Ticket |
Flight.Ticket.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Ticket |
Flight.Ticket.parseFrom(com.google.protobuf.CodedInputStream input) |
static Flight.Ticket |
Flight.Ticket.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Ticket |
Flight.Ticket.parseFrom(InputStream input) |
static Flight.Ticket |
Flight.Ticket.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Flight.Ticket,Flight.FlightData> |
FlightServiceGrpc.getDoGetMethod() |
com.google.protobuf.Parser<Flight.Ticket> |
Flight.Ticket.getParserForType() |
static com.google.protobuf.Parser<Flight.Ticket> |
Flight.Ticket.parser() |
Modifier and Type | Method and Description |
---|---|
Iterator<Flight.FlightData> |
FlightServiceGrpc.FlightServiceBlockingStub.doGet(Flight.Ticket request)
Retrieve a single stream associated with a particular descriptor
associated with the referenced ticket.
|
default void |
FlightServiceGrpc.AsyncService.doGet(Flight.Ticket request,
io.grpc.stub.StreamObserver<Flight.FlightData> responseObserver)
Retrieve a single stream associated with a particular descriptor
associated with the referenced ticket.
|
void |
FlightServiceGrpc.FlightServiceStub.doGet(Flight.Ticket request,
io.grpc.stub.StreamObserver<Flight.FlightData> responseObserver)
Retrieve a single stream associated with a particular descriptor
associated with the referenced ticket.
|
Flight.Ticket.Builder |
Flight.Ticket.Builder.mergeFrom(Flight.Ticket other) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.mergeTicket(Flight.Ticket value)
Token used to retrieve this stream.
|
static Flight.Ticket.Builder |
Flight.Ticket.newBuilder(Flight.Ticket prototype) |
Flight.FlightEndpoint.Builder |
Flight.FlightEndpoint.Builder.setTicket(Flight.Ticket value)
Token used to retrieve this stream.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.