Uses of Class
org.apache.arrow.flight.impl.Flight.Action
Packages that use Flight.Action
-
Uses of Flight.Action in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.ActionModifier and TypeMethodDescriptionFlight.Action.Builder.build()
Flight.Action.Builder.buildPartial()
static Flight.Action
Flight.Action.getDefaultInstance()
Flight.Action.Builder.getDefaultInstanceForType()
Flight.Action.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
(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) static Flight.Action
Flight.Action.parseFrom
(ByteBuffer data) static Flight.Action
Flight.Action.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.ActionModifier and TypeMethodDescriptionstatic 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()
Methods in org.apache.arrow.flight.impl with parameters of type Flight.ActionModifier and TypeMethodDescriptiondefault 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.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.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.mergeFrom
(Flight.Action other) static Flight.Action.Builder
Flight.Action.newBuilder
(Flight.Action prototype)