Class GorShellSessionFactory

    • Constructor Detail

      • GorShellSessionFactory

        public GorShellSessionFactory()
      • GorShellSessionFactory

        public GorShellSessionFactory​(java.lang.String root)
    • Method Detail

      • setConfigFile

        public void setConfigFile​(java.lang.String configFile)
      • setFileCacheEnabled

        public void setFileCacheEnabled​(boolean fileCacheEnabled)
      • setRequestStatsEnabled

        public void setRequestStatsEnabled​(boolean requestStatsEnabled)
      • createSession

        protected org.gorpipe.gor.session.GorSession createSession()
      • createQueryHandler

        protected org.gorpipe.gor.model.GorParallelQueryHandler createQueryHandler​(org.gorpipe.gor.session.GorSession session)
      • create

        public org.gorpipe.gor.session.GorSession create()
        Specified by:
        create in class org.gorpipe.gor.session.GenericFactory<org.gorpipe.gor.session.GorSession>