Serialized Form
Package org.apache.openjpa.lib.conf |
_fatal
boolean _fatal
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Implementation of the
Externalizable
interface to read from
the properties written by ConfigurationImpl.writeExternal(java.io.ObjectOutput)
.
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Implementation of the
Externalizable
interface to write
the properties returned by ConfigurationImpl.toProperties(boolean)
.
- Throws:
IOException
Package org.apache.openjpa.lib.jdbc |
type
short type
time
long time
sql
String sql
associatedEvent
JDBCEvent associatedEvent
_sqle
SQLException _sqle
Package org.apache.openjpa.lib.rop |
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_rop
ResultObjectProvider _rop
_list
List<E> _list
_state
int _state
_size
int _size
writeReplace
public Object writeReplace()
_list
List<E> _list
_closed
boolean _closed
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_rop
ResultObjectProvider _rop
_rows
Map<K,V> _rows
_full
Object[] _full
_requests
long _requests
_state
int _state
_size
int _size
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_closed
boolean _closed
_size
int _size
writeReplace
public Object writeReplace()
throws ObjectStreamException
- Throws:
ObjectStreamException
_window
Object[] _window
_pos
int _pos
_rop
ResultObjectProvider _rop
_random
boolean _random
_state
int _state
_size
int _size
Package org.apache.openjpa.lib.util |
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
defaultEntryDelimiter
char defaultEntryDelimiter
addWhitespaceAfterDelimiter
boolean addWhitespaceAfterDelimiter
allowDuplicates
boolean allowDuplicates
insertTimestamp
boolean insertTimestamp
source
org.apache.openjpa.lib.util.FormatPreservingProperties.PropertySource source
newKeys
LinkedHashSet<E> newKeys
modifiedKeys
HashSet<E> modifiedKeys
_max
int _max
_maxSize
int _maxSize
_set
Set<E> _set
Package org.apache.openjpa.lib.util.concurrent |
_listeners
Collection<E> _listeners
_failFast
boolean _failFast
serialVersionUID: -6452706556724125778L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the ConcurrentHashMap instance from a stream(i.e.,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of the ConcurrentHashMap instance to a stream
(i.e., serialize it).
- Serial Data:
- The capacity of the ConcurrentHashMap(the length of
the bucket array) is emitted(int), followed by the size of the
ConcurrentHashMap(the number of key-value mappings), followed by the key
(Object) and value(Object) for each key-value mapping represented by the
ConcurrentHashMap The key-value mappings are emitted in the order that
they are returned by entrySet().iterator().
- Throws:
IOException
threshold
int threshold
- The next size value at which to resize(capacity * load factor).
-
loadFactor
float loadFactor
- The load factor for the hash table.
-
randomEntry
int randomEntry
- Spread "random" removes and iteration.
maxSize
int maxSize
- Maximum entries.
_set
Set<E> _set
randomKeys
Set<E> randomKeys
random
Random random
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
maxSize
int maxSize
Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.