Package org.dspace.statistics

Examples of org.dspace.statistics.ElasticSearchLogger


        if (line.hasOption('s'))
        {
            skipReverseDNS = true;
        }

        elasticSearchLoggerInstance = new ElasticSearchLogger();

        log.info("Getting ElasticSearch Transport Client for StatisticsImporterElasticSearch...");

        // This is only invoked via terminal, do not use _this_ node as that data storing node.
        // Need to get a NodeClient or TransportClient, but definitely do not want to get a local data storing client.
View Full Code Here

TOP

Related Classes of org.dspace.statistics.ElasticSearchLogger

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.