Class SerfOptions

    • Constructor Summary

      Constructors 
      Constructor Description
      SerfOptions()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ENABLED

        public static final Option<java.lang.Boolean> ENABLED
        Whether or not the SQL server is enabled
      • PORT

        public static final Option<java.lang.Integer> PORT
        Port the Serf server should listen on
      • COMMIT_INVALIDS_SCHEMA

        public static final Option<java.lang.Boolean> COMMIT_INVALIDS_SCHEMA
        Should schema mappings being invalidated on TX commit? If set to false, the DB needs to be taken offline to invalidate schema
      • COMMAND_BUFFER_SIZE

        public static final Option<java.lang.String> COMMAND_BUFFER_SIZE
        Option for fixed size buffer we use to read commands from the client. May need to be extended if the client is sending very large SQL queries.
      • MAX_ALLOWED_PACKET

        public static final Option<java.lang.String> MAX_ALLOWED_PACKET
        Option for maximum packet size allowed by the client. Since we don't support insert queries this limit is set to a default value of 64KB but can be increased if necessary.
      • MAX_ALLOWED_PACKET_LIMIT

        public static final int MAX_ALLOWED_PACKET_LIMIT
        This is the maximum value MAX_ALLOWED_PACKET can be set to by the user.
      • AUTO_SCHEMA

        public static final ConfigProperty<java.lang.Boolean> AUTO_SCHEMA
        Enables automatic SQL schema generation when one does not exist in the database.
      • AUTO_SCHEMA_FORMAT

        public static final ConfigProperty<com.stardog.model.DataModelFormat> AUTO_SCHEMA_FORMAT
        Specifies the input source to use for generating the SQL schema automatically when one does not exist in the database.
      • DATA_GRAPHS

        public static final ConfigProperty<java.util.Collection<IRI>> DATA_GRAPHS
      • SCHEMA_GRAPH

        @Deprecated
        public static final ConfigProperty<IRI> SCHEMA_GRAPH
        Deprecated.
    • Constructor Detail

      • SerfOptions

        public SerfOptions()