public class

PerfLongArrayCounter

extends AbstractCounter
implements LongArrayCounter
java.lang.Object
   ↳ sun.management.counter.AbstractCounter
     ↳ sun.management.counter.perf.PerfLongArrayCounter

Summary

Public Methods
Object getValue()
Returns an Object that encapsulates the data value of this counter
long[] longArrayValue()
Get a copy of the elements of the LongArrayCounter.
long longAt(int index)
Get the value of an element of the LongArrayCounter object.
Protected Methods
Object writeReplace()
Serialize as a snapshot object.
[Expand]
Inherited Methods
From class sun.management.counter.AbstractCounter
From class java.lang.Object
From interface sun.management.counter.Counter
From interface sun.management.counter.LongArrayCounter

Public Methods

public Object getValue ()

Returns an Object that encapsulates the data value of this counter

public long[] longArrayValue ()

Get a copy of the elements of the LongArrayCounter.

public long longAt (int index)

Get the value of an element of the LongArrayCounter object.

Protected Methods

protected Object writeReplace ()

Serialize as a snapshot object.