Serialized Form


Package org.apache.sirona

Class org.apache.sirona.Role extends Object implements Serializable

Serialized Fields

name

String name

unit

Unit unit

Class org.apache.sirona.SironaException extends RuntimeException implements Serializable


Package org.apache.sirona.counters

Class org.apache.sirona.counters.Counter.Key extends Object implements Serializable

Serialized Fields

name

String name

role

Role role

hash

int hash

Class org.apache.sirona.counters.Unit extends Object implements Serializable

Serialized Fields

name

String name

scale

long scale

primary

Unit primary

Class org.apache.sirona.counters.Unit.Binary extends Unit implements Serializable

Class org.apache.sirona.counters.Unit.Time extends Unit implements Serializable


Package org.apache.sirona.math

Class org.apache.sirona.math.M2AwareStatisticalSummary extends Object implements Serializable

Serialized Fields

mean

double mean

variance

double variance

n

long n

max

double max

min

double min

sum

double sum

m2

double m2

Package org.apache.sirona.store.counter

Class org.apache.sirona.store.counter.AggregatedCollectorCounter extends CollectorCounter implements Serializable

Serialized Fields

aggregation

ConcurrentMap<K,V> aggregation

Class org.apache.sirona.store.counter.CollectorCounter extends Object implements Serializable

Serialized Fields

key

Counter.Key key

lock

ReadWriteLock lock

maxConcurrency

int maxConcurrency

concurrency

AtomicInteger concurrency

statistics

M2AwareStatisticalSummary statistics

Class org.apache.sirona.store.counter.LeafCollectorCounter extends CollectorCounter implements Serializable


Package org.apache.sirona.store.gauge

Class org.apache.sirona.store.gauge.InMemoryGaugeDataStore.FixedSizedMap extends ConcurrentSkipListMap<Long,Double> implements Serializable



Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.