Package org.apache.cassandra.utils

Examples of org.apache.cassandra.utils.BoundedStatsDeque


    // rather mark it down quickly instead of adapting
    private final long MAX_INTERVAL_IN_NANO = DatabaseDescriptor.getRpcTimeout() * MILLI_TO_NANO;

    ArrivalWindow(int size)
    {
        arrivalIntervals = new BoundedStatsDeque(size);
    }
View Full Code Here

TOP

Related Classes of org.apache.cassandra.utils.BoundedStatsDeque

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.