Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Method and Description |
---|---|
Flight.Empty |
Flight.Empty.Builder.build() |
Flight.Empty |
Flight.Empty.Builder.buildPartial() |
static Flight.Empty |
Flight.Empty.getDefaultInstance() |
Flight.Empty |
Flight.Empty.getDefaultInstanceForType() |
Flight.Empty |
Flight.Empty.Builder.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(ByteBuffer data) |
static Flight.Empty |
Flight.Empty.parseFrom(ByteBuffer 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) |
Modifier and Type | Method and Description |
---|---|
static 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 Type | Method and Description |
---|---|
Iterator<Flight.ActionType> |
FlightServiceGrpc.FlightServiceBlockingStub.listActions(Flight.Empty request)
A flight service exposes all of the available action types that it has
along with descriptions.
|
default 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.
|
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 |
Flight.Empty.Builder.mergeFrom(Flight.Empty other) |
static Flight.Empty.Builder |
Flight.Empty.newBuilder(Flight.Empty prototype) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.