Package org.apache.arrow.flight.impl
Interface Flight.SetSessionOptionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Flight.SetSessionOptionsRequest
,Flight.SetSessionOptionsRequest.Builder
- Enclosing class:
- Flight
public static interface Flight.SetSessionOptionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, .arrow.flight.protocol.SessionOptionValue> session_options = 1;
Deprecated.int
map<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
isInitialized
Methods 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;
-