Uses of Class
org.apache.arrow.flight.SessionOptionValue
-
Uses of SessionOptionValue in org.apache.arrow.flight
Modifier and TypeMethodDescriptionServerSessionMiddleware.Session.getSessionOption
(String name) Get session option by name, or null if it does not exist.static SessionOptionValue
SessionOptionValueFactory.makeEmptySessionOptionValue()
static SessionOptionValue
SessionOptionValueFactory.makeSessionOptionValue
(boolean value) static SessionOptionValue
SessionOptionValueFactory.makeSessionOptionValue
(double value) static SessionOptionValue
SessionOptionValueFactory.makeSessionOptionValue
(long value) static SessionOptionValue
SessionOptionValueFactory.makeSessionOptionValue
(String value) static SessionOptionValue
SessionOptionValueFactory.makeSessionOptionValue
(String[] value) static SessionOptionValue
SessionOptionValueFactory.makeSessionOptionValue
(Flight.SessionOptionValue proto) Construct a SessionOptionValue from its Protobuf object representation.Modifier and TypeMethodDescriptionGetSessionOptionsResult.getSessionOptions()
Get the session options map contained in the request.ServerSessionMiddleware.Session.getSessionOptions()
Get an immutable copy of the session options map.SetSessionOptionsRequest.getSessionOptions()
Get the session option map from the request.Modifier and TypeMethodDescriptionvoid
ServerSessionMiddleware.Session.setSessionOption
(String name, SessionOptionValue value) Set session option by name to given value.ModifierConstructorDescriptionGetSessionOptionsResult
(Map<String, SessionOptionValue> sessionOptions) SetSessionOptionsRequest
(Map<String, SessionOptionValue> sessionOptions)