Module org.apache.arrow.flight.core
Package org.apache.arrow.flight.impl
Interface Flight.GetSessionOptionsResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.GetSessionOptionsResult,Flight.GetSessionOptionsResult.Builder
- Enclosing class:
- Flight
public static interface Flight.GetSessionOptionsResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmap<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;Deprecated.intmap<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;getSessionOptionsOrDefault(String key, Flight.SessionOptionValue defaultValue) map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSessionOptionsCount
int getSessionOptionsCount()map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1; -
containsSessionOptions
map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1; -
getSessionOptions
Deprecated.UsegetSessionOptionsMap()instead. -
getSessionOptionsMap
Map<String,Flight.SessionOptionValue> getSessionOptionsMap()map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1; -
getSessionOptionsOrDefault
Flight.SessionOptionValue getSessionOptionsOrDefault(String key, Flight.SessionOptionValue defaultValue) map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1; -
getSessionOptionsOrThrow
map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;
-