Uses of Class
org.apache.arrow.flight.impl.Flight.Empty
-
Uses of Flight.Empty in org.apache.arrow.flight.impl
Modifier and TypeMethodDescriptionFlight.Empty.Builder.build()
Flight.Empty.Builder.buildPartial()
static Flight.Empty
Flight.Empty.getDefaultInstance()
Flight.Empty.Builder.getDefaultInstanceForType()
Flight.Empty.getDefaultInstanceForType()
static Flight.Empty
Flight.Empty.parseDelimitedFrom
(InputStream input) static Flight.Empty
Flight.Empty.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Empty
Flight.Empty.parseFrom
(byte[] data) static Flight.Empty
Flight.Empty.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Empty
Flight.Empty.parseFrom
(com.google.protobuf.ByteString data) static Flight.Empty
Flight.Empty.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Empty
Flight.Empty.parseFrom
(com.google.protobuf.CodedInputStream input) static Flight.Empty
Flight.Empty.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Empty
Flight.Empty.parseFrom
(InputStream input) static Flight.Empty
Flight.Empty.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Flight.Empty
Flight.Empty.parseFrom
(ByteBuffer data) static Flight.Empty
Flight.Empty.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<Flight.Empty,
Flight.ActionType> FlightServiceGrpc.getListActionsMethod()
com.google.protobuf.Parser<Flight.Empty>
Flight.Empty.getParserForType()
static com.google.protobuf.Parser<Flight.Empty>
Flight.Empty.parser()
Modifier and TypeMethodDescriptiondefault void
FlightServiceGrpc.AsyncService.listActions
(Flight.Empty request, io.grpc.stub.StreamObserver<Flight.ActionType> responseObserver) A flight service exposes all of the available action types that it has along with descriptions.FlightServiceGrpc.FlightServiceBlockingStub.listActions
(Flight.Empty request) A flight service exposes all of the available action types that it has along with descriptions.void
FlightServiceGrpc.FlightServiceStub.listActions
(Flight.Empty request, io.grpc.stub.StreamObserver<Flight.ActionType> responseObserver) A flight service exposes all of the available action types that it has along with descriptions.Flight.Empty.Builder.mergeFrom
(Flight.Empty other) static Flight.Empty.Builder
Flight.Empty.newBuilder
(Flight.Empty prototype)