Serialized Form
|
Package org.apache.lucene.index |
readObject
private void readObject(ObjectInputStream arg0)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
field
String field
text
String text
|
Package org.apache.lucene.store.jdbc |
serialVersionUID: 6238846660780283933L
cause
Throwable cause
- Root cause of this nested exception
serialVersionUID: 4051326725662978866L
serialVersionUID: -2884363380650216389L
serialVersionUID: -1186862896088594504L
serialVersionUID: -6280976433851973161L
serialVersionUID: -7244219805458198332L
serialVersionUID: -1263760938029345643L
serialVersionUID: 3761973756863985718L
serialVersionUID: 3833746603143278642L
serialVersionUID: 3256728372590948921L
|
Package org.compass.core.accessor |
serialVersionUID: 3978701788020880176L
readResolve
Object readResolve()
clazz
Class<T> clazz
propertyName
String propertyName
serialVersionUID: 3979266932753381168L
readResolve
Object readResolve()
clazz
Class<T> clazz
propertyName
String propertyName
serialVersionUID: 3257848800692155955L
readResolve
Object readResolve()
clazz
Class<T> clazz
name
String name
serialVersionUID: 3832625071100277812L
readResolve
Object readResolve()
clazz
Class<T> clazz
name
String name
serialVersionUID: 3257002142513772083L
persistentClass
Class<T> persistentClass
propertyName
String propertyName
wasSetter
boolean wasSetter
serialVersionUID: 3544953272776732729L
|
Package org.compass.core.config |
serialVersionUID: 3257849895942698038L
|
Package org.compass.core.converter |
serialVersionUID: 3256444711525824053L
|
Package org.compass.core.converter.mapping |
resource
Resource resource
propertiesMap
HashMap<K,V> propertiesMap
|
Package org.compass.core.converter.xsem |
|
Package org.compass.core.engine |
serialVersionUID: 3689347706690681139L
queryString
String queryString
|
Package org.compass.core.impl |
serialVersionUID: 3256446884762891059L
name
String name
uuid
String uuid
mapping
CompassMapping mapping
searchEngineFactory
SearchEngineFactory searchEngineFactory
transactionFactory
TransactionFactory transactionFactory
converterLookup
ConverterLookup converterLookup
compassMetaData
CompassMetaData compassMetaData
propertyNamingStrategy
PropertyNamingStrategy propertyNamingStrategy
settings
CompassSettings settings
firstLevelCacheFactory
FirstLevelCacheFactory firstLevelCacheFactory
serialVersionUID: 3617578210385408048L
resource
Resource resource
data
Object data
score
float score
resolvedResource
boolean resolvedResource
resolvedData
boolean resolvedData
compassHits
CompassHitsOperations compassHits
hitNumber
int hitNumber
|
Package org.compass.core.lucene |
currentResource
LuceneResource currentResource
resources
ArrayList<E> resources
alias
String alias
serialVersionUID: 3690475809949104182L
field
Field field
reader
RepeatableReader reader
serialVersionUID: 3904681565727306034L
document
Document document
properties
ArrayList<E> properties
aliasProperty
String aliasProperty
docNum
int docNum
|
Package org.compass.core.lucene.engine.transaction |
serialVersionUID: 3618980083415921974L
bitSets
HashMap<K,V> bitSets
hasDeletes
boolean hasDeletes
deleteBySubIndex
HashMap<K,V> deleteBySubIndex
|
Package org.compass.core.lucene.util |
serialVersionUID: 9048275274970647058L
chain
Filter[] chain
- The filter chain
logicArray
ChainedFilter.ChainedFilterType[] logicArray
logic
ChainedFilter.ChainedFilterType logic
serialVersionUID: 1983615628912707296L
|
Package org.compass.core.mapping |
serialVersionUID: -5244907189021685492L
serialVersionUID: 3977582489495811122L
serialVersionUID: 9135849961654313364L
|
Package org.compass.core.mapping.osem |
serialVersionUID: 5419036751959715652L
serialVersionUID: -7849904473959816389L
|
Package org.compass.core.marshall |
serialVersionUID: 4049637892982650163L
|
Package org.compass.core.spi |
|
Package org.compass.core.support.session |
compass
Compass compass
|
Package org.compass.core.transaction |
serialVersionUID: 3977582489495811122L
|
Package org.compass.core.util |
serialVersionUID: 3256440291954406962L
readObject
private void readObject(ObjectInputStream ois)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
cause
Throwable cause
- Root cause of this nested exception
cause
Throwable cause
- Root cause of this nested exception
readResolve
protected Object readResolve()
throws ObjectStreamException
- Resolves the deserialized instance to the local reference for accurate
equals() and == comparisons.
- Throws:
ObjectStreamException
name
String name
|
Package org.compass.core.util.backport.java.util |
serialVersionUID: 2340985798034038923L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Deserialize this deque.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Serialize this deque.
- Serial Data:
- The current size (int) of the deque,
followed by all of its elements (each an object reference) in
first-to-last order.
- Throws:
IOException
serialVersionUID: 876323262645176354L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
serialVersionUID: -7720805057305804111L
readObject
private void readObject(ObjectInputStream is)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream os)
throws IOException
- Serial Data:
- the length of the array (queue capacity) is stored, followed
by all of its elements (as Objects)
- Throws:
IOException
size
int size
comparator
Comparator<T> comparator
serialVersionUID: 919286545866124006L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
comparator
Comparator<T> comparator
key
Object key
element
Object element
color
boolean color
- The node color (RED, BLACK)
left
TreeMap.Entry left
- Pointer to left child
right
TreeMap.Entry right
- Pointer to right child
parent
TreeMap.Entry parent
- Pointer to parent (null if root)
serialVersionUID: -2479143000061671589L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
|
Package org.compass.core.util.backport.java.util.concurrent |
serialVersionUID: -817911632652898426L
items
Object[] items
- The queued items
count
int count
- Number of items in the queue
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: 7117394618823254244L
serialVersionUID: -9202173006928992231L
serialVersionUID: 7249069246763182397L
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 key (Object) and value (Object)
for each key-value mapping, followed by a null pair.
The key-value mappings are emitted in no particular order.
- Throws:
IOException
segmentMask
int segmentMask
- Mask value for indexing into segments. The upper bits of a
key's hash code are used to choose the segment.
segmentShift
int segmentShift
- Shift value for indexing within segments.
segments
ConcurrentHashMap.Segment[] segments
- The segments, each of which is a specialized hash table
serialVersionUID: 196745693267521676L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the Queue instance from a stream (that is,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- All of the elements (each an E) in
the proper order, followed by a null
- Throws:
IOException
headLock
Object headLock
tailLock
Object tailLock
serialVersionUID: -8627078645895051609L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute the map from a stream.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of this map to a stream.
- Serial Data:
- The key (Object) and value (Object) for each
key-value mapping represented by the map, followed by
null. The key-value mappings are emitted in key-order
(as determined by the Comparator, or by the keys' natural
ordering if no Comparator).
- Throws:
IOException
comparator
Comparator<T> comparator
- The comparator used to maintain order in this map, or null
if using natural ordering.
-
|
Class org.compass.core.util.backport.java.util.concurrent.ConcurrentSkipListMap.SubMap extends AbstractMap implements Serializable |
serialVersionUID: -7647078645895051609L
m
ConcurrentSkipListMap m
- Underlying map
lo
Object lo
- lower bound key, or null if from start
hi
Object hi
- upper bound key, or null if to end
loInclusive
boolean loInclusive
- inclusion flag for lo
hiInclusive
boolean hiInclusive
- inclusion flag for hi
isDescending
boolean isDescending
- direction
serialVersionUID: -2479143111061671589L
m
ConcurrentNavigableMap m
- The underlying map. Uses Boolean.TRUE as value for each
element. This field is declared final for the sake of thread
safety, which entails some ugliness in clone()
serialVersionUID: 8673264195747942595L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream out)
throws IOException
- Throws:
IOException
serialVersionUID: 5457747651344034263L
al
CopyOnWriteArrayList al
serialVersionUID: 7830266012832686185L
serialVersionUID: -387911632671998426L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute this deque from a stream (that is,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state of this deque to a stream (that is, serialize it).
- Serial Data:
- The capacity (int), followed by elements (each an
Object) in the proper order, followed by a null
- Throws:
IOException
capacity
int capacity
- Maximum number of items in the deque
lock
ReentrantLock lock
- Main lock guarding all access
notEmpty
Condition notEmpty
- Condition for waiting takes
notFull
Condition notFull
- Condition for waiting puts
serialVersionUID: -6903933977591709194L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- Reconstitute this queue instance from a stream (that is,
deserialize it).
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Save the state to a stream (that is, serialize it).
- Serial Data:
- The capacity is emitted (int), followed by all of
its elements (each an Object) in the proper order,
followed by a null
- Throws:
IOException
capacity
int capacity
- The capacity bound, or Integer.MAX_VALUE if none
count
int count
- Current number of elements
takeLock
Object takeLock
- Lock held by take, poll, etc
putLock
Object putLock
- Lock held by put, offer, etc
serialVersionUID: 5595510919245408276L
writeObject
private void writeObject(ObjectOutputStream s)
throws IOException
- Saves the state to a stream (that is, serializes it). This
merely wraps default serialization within lock. The
serialization strategy for items is left to underlying
Queue. Note that locking is not needed on deserialization, so
readObject is not defined, just relying on default.
- Throws:
IOException
q
PriorityQueue q
lock
ReentrantLock lock
notEmpty
Condition notEmpty
serialVersionUID: -375805702767069545L
serialVersionUID: -3222578661600680210L
sync
Semaphore.Sync sync
serialVersionUID: -3223113410248163686L
qlock
ReentrantLock qlock
- Lock protecting both wait queues
waitingProducers
SynchronousQueue.WaitQueue waitingProducers
- Queue holding waiting puts
waitingConsumers
SynchronousQueue.WaitQueue waitingConsumers
- Queue holding waiting takes
serialVersionUID: 1900926677490660714L
index
int index
- The index of this unit. This value is no longer used in this
version of this class, but is retained for serialization
compatibility with previous version.
name
String name
- name of this unit
|
Package org.compass.core.util.backport.java.util.concurrent.atomic |
serialVersionUID: 4654671469794556979L
value
int value
serialVersionUID: 6214790243416807050L
value
int value
serialVersionUID: 2862133569453604235L
array
int[] array
serialVersionUID: 1927816293512124184L
value
long value
serialVersionUID: -2308431214976778248L
array
long[] array
serialVersionUID: -1848883965231344442L
value
Object value
serialVersionUID: -6209656149925076980L
array
Object[] array
|
Package org.compass.core.util.backport.java.util.concurrent.helpers |
serialVersionUID: 2416444691925378811L
|
Package org.compass.core.util.backport.java.util.concurrent.locks |
serialVersionUID: 7373984872572414699L
sync
ReentrantLock.Sync sync
serialVersionUID: -3463448656717690166L
readerLock_
ReentrantReadWriteLock.ReadLock readerLock_
writerLock_
ReentrantReadWriteLock.WriteLock writerLock_
sync
org.compass.core.util.backport.java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync