Uses of Enum
org.apache.arrow.flight.impl.Flight.FlightDescriptor.DescriptorType
Packages that use Flight.FlightDescriptor.DescriptorType
-
Uses of Flight.FlightDescriptor.DescriptorType in org.apache.arrow.flight.impl
Methods in org.apache.arrow.flight.impl that return Flight.FlightDescriptor.DescriptorTypeModifier and TypeMethodDescriptionFlight.FlightDescriptor.DescriptorType.forNumber
(int value) Flight.FlightDescriptor.Builder.getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
Flight.FlightDescriptor.getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
Flight.FlightDescriptorOrBuilder.getType()
.arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;
Flight.FlightDescriptor.DescriptorType.valueOf
(int value) Deprecated.Flight.FlightDescriptor.DescriptorType.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.Flight.FlightDescriptor.DescriptorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.flight.impl that return types with arguments of type Flight.FlightDescriptor.DescriptorTypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Flight.FlightDescriptor.DescriptorType>
Flight.FlightDescriptor.DescriptorType.internalGetValueMap()
Methods in org.apache.arrow.flight.impl with parameters of type Flight.FlightDescriptor.DescriptorTypeModifier and TypeMethodDescriptionFlight.FlightDescriptor.Builder.setType
(Flight.FlightDescriptor.DescriptorType value) .arrow.flight.protocol.FlightDescriptor.DescriptorType type = 1;