Documentation of 'org.apache.commons.math3.stat.descriptive.SynchronizedSummaryStatistics' Java class
SynchronizedSummaryStatistics
org.apache.commons.math3.stat.descriptive

Class SynchronizedSummaryStatistics

  • All Implemented Interfaces:
    java.io.Serializable, StatisticalSummary


    public class SynchronizedSummaryStatistics
    extends SummaryStatistics
    Implementation of SummaryStatistics that is safe to use in a multithreaded environment. Multiple threads can safely operate on a single instance without causing runtime exceptions due to race conditions. In effect, this implementation makes modification and access methods atomic operations for a single instance. That is to say, as one thread is computing a statistic from the instance, no other thread can modify the instance nor compute another statistic.
    Since:
    1.2
    See Also:
    Serialized Form
    • Constructor Detail

      • SynchronizedSummaryStatistics

        public SynchronizedSummaryStatistics()
        Construct a SynchronizedSummaryStatistics instance

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.