Package | Description |
---|---|
org.apache.arrow.flight.impl |
Modifier and Type | Method and Description |
---|---|
static Flight.FlightDescriptor.DescriptorType |
Flight.FlightDescriptor.DescriptorType.forNumber(int value) |
Flight.FlightDescriptor.DescriptorType |
Flight.FlightDescriptorOrBuilder.getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1; |
Flight.FlightDescriptor.DescriptorType |
Flight.FlightDescriptor.getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1; |
Flight.FlightDescriptor.DescriptorType |
Flight.FlightDescriptor.Builder.getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1; |
static Flight.FlightDescriptor.DescriptorType |
Flight.FlightDescriptor.DescriptorType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Flight.FlightDescriptor.DescriptorType |
Flight.FlightDescriptor.DescriptorType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Flight.FlightDescriptor.DescriptorType |
Flight.FlightDescriptor.DescriptorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Flight.FlightDescriptor.DescriptorType[] |
Flight.FlightDescriptor.DescriptorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Flight.FlightDescriptor.DescriptorType> |
Flight.FlightDescriptor.DescriptorType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Flight.FlightDescriptor.Builder |
Flight.FlightDescriptor.Builder.setType(Flight.FlightDescriptor.DescriptorType value)
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1; |
Copyright © 2023 The Apache Software Foundation. All rights reserved.