Examples of BuffersResponse


Examples of org.graylog2.restclient.models.api.responses.BuffersResponse

    public MasterCacheSummaryResponse getOutputMasterCache() {
        return firstNonNull(MasterCacheSummaryResponse.EMPTY, outputMasterCache);
    }

    public static BufferInfo buildEmpty() {
        final BuffersResponse response = new BuffersResponse();

        response.buffers = Maps.newHashMap();
        response.masterCaches = Maps.newHashMap();

        return new BufferInfo(response);
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.