Serialized Form


Package org.terracotta.statistics.jsr166e

Class org.terracotta.statistics.jsr166e.LongAdder extends org.terracotta.statistics.jsr166e.Striped64 implements Serializable

serialVersionUID: 7249069246863182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class org.terracotta.statistics.jsr166e.LongMaxUpdater extends org.terracotta.statistics.jsr166e.Striped64 implements Serializable

serialVersionUID: 7249069246863182397L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Throws:
IOException

Class org.terracotta.statistics.jsr166e.ThreadLocalRandom extends Random implements Serializable

serialVersionUID: -5851777807851030925L

Serialized Fields

rnd

long rnd
The random seed. We can't use super.seed.


initialized

boolean initialized
Initialization flag to permit calls to setSeed to succeed only while executing the Random constructor. We can't allow others since it would cause setting seed in one part of a program to unintentionally impact other usages by the thread.


pad0

long pad0

pad1

long pad1

pad2

long pad2

pad3

long pad3

pad4

long pad4

pad5

long pad5

pad6

long pad6

pad7

long pad7



Copyright © 2016. All Rights Reserved.