Class RepositoryFederatedService

    • Field Detail

      • boundJoinBlockSize

        protected int boundJoinBlockSize
        The number of bindings sent in a single subquery in evaluate(Service, CloseableIteration, String) If blockSize is set to 0, the entire input stream is used as block input the block size effectively determines the number of remote requests
      • shutDown

        protected boolean shutDown
    • Constructor Detail

      • RepositoryFederatedService

        public RepositoryFederatedService​(Repository repo)
        Parameters:
        repo - the repository to be used
      • RepositoryFederatedService

        public RepositoryFederatedService​(Repository repo,
                                          boolean shutDown)
        Parameters:
        repo - the repository to be used
        shutDown - a flag indicating whether the repository shall be closed in shutdown()