Package org.xbib.elasticsearch.http

Examples of org.xbib.elasticsearch.http.HttpStats



    @Override
    public HttpStats stats() {
        OpenChannelsHandler channels = serverOpenChannels;
        return new HttpStats(channels == null ? 0 : channels.numberOfOpenChannels(), channels == null ? 0 : channels.totalChannels());
    }
View Full Code Here

TOP

Related Classes of org.xbib.elasticsearch.http.HttpStats

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.