Serialized Form
|
Package org.eclipse.jetty.util |
_patterns
HashMap<K,V> _patterns
nested
Object nested
|
Class org.eclipse.jetty.util.RunningStats extends Object implements Serializable |
|
Class org.eclipse.jetty.util.SimpleStats extends Object implements Serializable |
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Throws:
IOException
|
Package org.eclipse.jetty.util.thread |
_name
String _name
_threads
Set<E> _threads
_idle
List<E> _idle
_jobs
Runnable[] _jobs
_nextJob
int _nextJob
_nextJobSlot
int _nextJobSlot
_queued
int _queued
_maxQueued
int _maxQueued
_daemon
boolean _daemon
_id
int _id
_lock
Object _lock
_threadsLock
Object _threadsLock
_joinLock
Object _joinLock
_lastShrink
long _lastShrink
_maxIdleTimeMs
int _maxIdleTimeMs
_maxThreads
int _maxThreads
_minThreads
int _minThreads
_warned
boolean _warned
_lowThreads
int _lowThreads
_priority
int _priority
_spawnOrShrinkAt
int _spawnOrShrinkAt
_maxStopTimeMs
int _maxStopTimeMs
Copyright © 1995-2010 Mort Bay Consulting. All Rights Reserved.