Uses of Class
org.apache.arrow.flight.SessionOptionValue
Packages that use SessionOptionValue
-
Uses of SessionOptionValue in org.apache.arrow.flight
Methods in org.apache.arrow.flight that return SessionOptionValueModifier 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.Methods in org.apache.arrow.flight that return types with arguments of type SessionOptionValueModifier 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.Methods in org.apache.arrow.flight with parameters of type SessionOptionValueModifier and TypeMethodDescriptionvoid
ServerSessionMiddleware.Session.setSessionOption
(String name, SessionOptionValue value) Set session option by name to given value.Constructor parameters in org.apache.arrow.flight with type arguments of type SessionOptionValueModifierConstructorDescriptionGetSessionOptionsResult
(Map<String, SessionOptionValue> sessionOptions) SetSessionOptionsRequest
(Map<String, SessionOptionValue> sessionOptions)