Class HTTPRepositorySettings


  • public class HTTPRepositorySettings
    extends java.lang.Object
    Class encapsulates configuration settings specific for HTTPRepository.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static org.slf4j.Logger log  
      static RioSetting<java.lang.Integer> MAX_STATEMENT_BUFFER_SIZE
      Maximum size (in number of statements) allowed for statement buffers before they are forcibly flushed.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • log

        private static final org.slf4j.Logger log
      • MAX_STATEMENT_BUFFER_SIZE

        public static final RioSetting<java.lang.Integer> MAX_STATEMENT_BUFFER_SIZE
        Maximum size (in number of statements) allowed for statement buffers before they are forcibly flushed.

        By default inner buffers within HTTPRepositoryConnection keep in memory up to 200000 statement before they are flushed to the remote repository.

    • Constructor Detail

      • HTTPRepositorySettings

        public HTTPRepositorySettings()