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 SessionOptionValueSessionOptionValueFactory.makeEmptySessionOptionValue()static SessionOptionValueSessionOptionValueFactory.makeSessionOptionValue(boolean value) static SessionOptionValueSessionOptionValueFactory.makeSessionOptionValue(double value) static SessionOptionValueSessionOptionValueFactory.makeSessionOptionValue(long value) static SessionOptionValueSessionOptionValueFactory.makeSessionOptionValue(String value) static SessionOptionValueSessionOptionValueFactory.makeSessionOptionValue(String[] value) static SessionOptionValueSessionOptionValueFactory.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 TypeMethodDescriptionvoidServerSessionMiddleware.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)