Class AbstractConnectionConfiguration<T>

    • Field Detail

      • mOptions

        protected final Options mOptions
      • mOptionParser

        public static final com.complexible.stardog.api.OptionParser mOptionParser
      • RUN_AS_USER

        public static final Option<java.lang.String> RUN_AS_USER
      • CONNECTION_TYPE

        public static final Option<java.lang.String> CONNECTION_TYPE
        This is used to describe Stardog's communicate to server to which this connection will connect information about how this connection is being used The main use case is for a replicated cluster command to be able to tell the remote node that this connection is in fact replicated and not a command coming from an end user.
    • Constructor Detail

      • AbstractConnectionConfiguration

        protected AbstractConnectionConfiguration()
      • AbstractConnectionConfiguration

        protected AbstractConnectionConfiguration​(Options theOptions)