Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Method and Description |
---|---|
Flight.Action |
Flight.Action.Builder.build() |
Flight.Action |
Flight.Action.Builder.buildPartial() |
static Flight.Action |
Flight.Action.getDefaultInstance() |
Flight.Action |
Flight.Action.getDefaultInstanceForType() |
Flight.Action |
Flight.Action.Builder.getDefaultInstanceForType() |
static Flight.Action |
Flight.Action.parseDelimitedFrom(InputStream input) |
static Flight.Action |
Flight.Action.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Action |
Flight.Action.parseFrom(byte[] data) |
static Flight.Action |
Flight.Action.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Action |
Flight.Action.parseFrom(ByteBuffer data) |
static Flight.Action |
Flight.Action.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Action |
Flight.Action.parseFrom(com.google.protobuf.ByteString data) |
static Flight.Action |
Flight.Action.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Action |
Flight.Action.parseFrom(com.google.protobuf.CodedInputStream input) |
static Flight.Action |
Flight.Action.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Flight.Action |
Flight.Action.parseFrom(InputStream input) |
static Flight.Action |
Flight.Action.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<Flight.Action,Flight.Result> |
FlightServiceGrpc.getDoActionMethod() |
com.google.protobuf.Parser<Flight.Action> |
Flight.Action.getParserForType() |
static com.google.protobuf.Parser<Flight.Action> |
Flight.Action.parser() |
Modifier and Type | Method and Description |
---|---|
Iterator<Flight.Result> |
FlightServiceGrpc.FlightServiceBlockingStub.doAction(Flight.Action request)
Flight services can support an arbitrary number of simple actions in
addition to the possible ListFlights, GetFlightInfo, DoGet, DoPut
operations that are potentially available.
|
default void |
FlightServiceGrpc.AsyncService.doAction(Flight.Action request,
io.grpc.stub.StreamObserver<Flight.Result> responseObserver)
Flight services can support an arbitrary number of simple actions in
addition to the possible ListFlights, GetFlightInfo, DoGet, DoPut
operations that are potentially available.
|
void |
FlightServiceGrpc.FlightServiceStub.doAction(Flight.Action request,
io.grpc.stub.StreamObserver<Flight.Result> responseObserver)
Flight services can support an arbitrary number of simple actions in
addition to the possible ListFlights, GetFlightInfo, DoGet, DoPut
operations that are potentially available.
|
Flight.Action.Builder |
Flight.Action.Builder.mergeFrom(Flight.Action other) |
static Flight.Action.Builder |
Flight.Action.newBuilder(Flight.Action prototype) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.