Serialized Form


Package org.apache.lucene.index

Class org.apache.lucene.index.Term extends Object implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream arg0)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException
Serialized Fields

field

String field

text

String text

Package org.apache.lucene.store.jdbc

Class org.apache.lucene.store.jdbc.JdbcStoreException extends IOException implements Serializable

serialVersionUID: 6238846660780283933L

Serialized Fields

cause

Throwable cause
Root cause of this nested exception


Package org.compass.core

Class org.compass.core.CompassException extends NestedRuntimeException implements Serializable

serialVersionUID: 4051326725662978866L

Class org.compass.core.CompassHighlighter.TextTokenizer extends Parameter implements Serializable

serialVersionUID: -2884363380650216389L

Class org.compass.core.CompassQuery.SortDirection extends Parameter implements Serializable

serialVersionUID: -1186862896088594504L

Class org.compass.core.CompassQuery.SortImplicitType extends Parameter implements Serializable

serialVersionUID: -6280976433851973161L

Class org.compass.core.CompassQuery.SortPropertyType extends Parameter implements Serializable

serialVersionUID: -7244219805458198332L

Class org.compass.core.CompassTransaction.TransactionIsolation extends Parameter implements Serializable

serialVersionUID: -1263760938029345643L

Class org.compass.core.Property.Index extends Parameter implements Serializable

serialVersionUID: 3761973756863985718L

Class org.compass.core.Property.Store extends Parameter implements Serializable

serialVersionUID: 3833746603143278642L

Class org.compass.core.Property.TermVector extends Parameter implements Serializable

serialVersionUID: 3256728372590948921L


Package org.compass.core.accessor

Class org.compass.core.accessor.BasicPropertyAccessor.BasicGetter extends Object implements Serializable

serialVersionUID: 3978701788020880176L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

clazz

Class<T> clazz

propertyName

String propertyName

Class org.compass.core.accessor.BasicPropertyAccessor.BasicSetter extends Object implements Serializable

serialVersionUID: 3979266932753381168L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

clazz

Class<T> clazz

propertyName

String propertyName

Class org.compass.core.accessor.DirectPropertyAccessor.DirectGetter extends Object implements Serializable

serialVersionUID: 3257848800692155955L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

clazz

Class<T> clazz

name

String name

Class org.compass.core.accessor.DirectPropertyAccessor.DirectSetter extends Object implements Serializable

serialVersionUID: 3832625071100277812L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

clazz

Class<T> clazz

name

String name

Class org.compass.core.accessor.PropertyAccessException extends CompassException implements Serializable

serialVersionUID: 3257002142513772083L

Serialized Fields

persistentClass

Class<T> persistentClass

propertyName

String propertyName

wasSetter

boolean wasSetter

Class org.compass.core.accessor.PropertyNotFoundException extends CompassException implements Serializable

serialVersionUID: 3544953272776732729L


Package org.compass.core.config

Class org.compass.core.config.ConfigurationException extends CompassException implements Serializable

serialVersionUID: 3257849895942698038L


Package org.compass.core.converter

Class org.compass.core.converter.ConversionException extends CompassException implements Serializable

serialVersionUID: 3256444711525824053L


Package org.compass.core.converter.mapping

Class org.compass.core.converter.mapping.CollectionResourceWrapper extends Object implements Serializable

serialVersionUID: 3257570611466156082L

Serialized Fields

resource

Resource resource

counterMap

HashMap<K,V> counterMap

propertiesMap

HashMap<K,V> propertiesMap

Package org.compass.core.engine

Class org.compass.core.engine.SearchEngineException extends CompassException implements Serializable

serialVersionUID: 3689347706690681139L


Package org.compass.core.impl

Class org.compass.core.impl.DefaultCompass extends Object implements Serializable

serialVersionUID: 3256446884762891059L

Serialized Fields

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

Class org.compass.core.impl.DefaultCompassHit extends Object implements Serializable

serialVersionUID: 3617578210385408048L

Serialized Fields

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

Class org.compass.core.lucene.LuceneProperty extends Object implements Serializable

serialVersionUID: 3690475809949104182L

Serialized Fields

field

Field field

reader

RepeatableReader reader

Class org.compass.core.lucene.LuceneResource extends Object implements Serializable

serialVersionUID: 3904681565727306034L

Serialized Fields

document

Document document

properties

ArrayList<E> properties

aliasProperty

String aliasProperty

docNum

int docNum

Package org.compass.core.lucene.engine.transaction

Class org.compass.core.lucene.engine.transaction.BitSetByAliasFilter extends Filter implements Serializable

serialVersionUID: 3618980083415921974L

Serialized Fields

bitSets

HashMap<K,V> bitSets

hasDeletes

boolean hasDeletes

deleteBySubIndex

HashMap<K,V> deleteBySubIndex

Package org.compass.core.lucene.util

Class org.compass.core.lucene.util.ChainedFilter extends Filter implements Serializable

serialVersionUID: 9048275274970647058L

Serialized Fields

chain

Filter[] chain
The filter chain


logicArray

ChainedFilter.ChainedFilterType[] logicArray

logic

ChainedFilter.ChainedFilterType logic

Class org.compass.core.lucene.util.ChainedFilter.ChainedFilterType extends Parameter implements Serializable

serialVersionUID: 1983615628912707296L


Package org.compass.core.mapping

Class org.compass.core.mapping.InvalidMappingException extends MappingException implements Serializable

serialVersionUID: -5244907189021685492L

Class org.compass.core.mapping.MappingException extends CompassException implements Serializable

serialVersionUID: 3977582489495811122L

Class org.compass.core.mapping.ResourcePropertyMapping.ReverseType extends Parameter implements Serializable

serialVersionUID: 9135849961654313364L


Package org.compass.core.mapping.osem

Class org.compass.core.mapping.osem.AbstractCollectionMapping.CollectionType extends Parameter implements Serializable

serialVersionUID: 5419036751959715652L

Class org.compass.core.mapping.osem.ClassPropertyMapping.ManagedId extends Parameter implements Serializable

serialVersionUID: -7849904473959816389L


Package org.compass.core.marshall

Class org.compass.core.marshall.MarshallingException extends CompassException implements Serializable

serialVersionUID: 4049637892982650163L


Package org.compass.core.transaction

Class org.compass.core.transaction.TransactionException extends CompassException implements Serializable

serialVersionUID: 3977582489495811122L


Package org.compass.core.util

Class org.compass.core.util.DTDEntityResolver extends Object implements Serializable

serialVersionUID: 3256440291954406962L

Serialization Methods

readObject

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

Class org.compass.core.util.FastHashMap extends Object implements Serializable

serialVersionUID: 4049080449261712182L

Serialized Fields

map

HashMap<K,V> map
The underlying map we are managing.

Class org.compass.core.util.NestedCheckedException extends Exception implements Serializable

Serialized Fields

cause

Throwable cause
Root cause of this nested exception

Class org.compass.core.util.NestedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

cause

Throwable cause
Root cause of this nested exception

Class org.compass.core.util.Parameter extends Object implements Serializable

Serialization Methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.

Throws:
ObjectStreamException
Serialized Fields

name

String name

Package org.compass.core.util.backport.java.util

Class org.compass.core.util.backport.java.util.ArrayDeque extends AbstractCollection implements Serializable

serialVersionUID: 2340985798034038923L

Serialization Methods

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

Class org.compass.core.util.backport.java.util.LinkedList extends AbstractSequentialList implements Serializable

serialVersionUID: 876323262645176354L

Serialization Methods

readObject

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

writeObject

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

Class org.compass.core.util.backport.java.util.PriorityQueue extends AbstractQueue implements Serializable

serialVersionUID: -7720805057305804111L

Serialization Methods

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
Serialized Fields

size

int size

comparator

Comparator<T> comparator

Class org.compass.core.util.backport.java.util.TreeMap extends AbstractMap implements Serializable

serialVersionUID: 919286545866124006L

Serialization Methods

readObject

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

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

comparator

Comparator<T> comparator

Class org.compass.core.util.backport.java.util.TreeMap.Entry extends Object implements Serializable

Serialized Fields

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)

Class org.compass.core.util.backport.java.util.TreeSet extends AbstractSet implements Serializable

serialVersionUID: -2479143000061671589L

Serialization Methods

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

Class org.compass.core.util.backport.java.util.concurrent.ArrayBlockingQueue extends AbstractQueue implements Serializable

serialVersionUID: -817911632652898426L

Serialized Fields

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

Class org.compass.core.util.backport.java.util.concurrent.BrokenBarrierException extends Exception implements Serializable

serialVersionUID: 7117394618823254244L

Class org.compass.core.util.backport.java.util.concurrent.CancellationException extends IllegalStateException implements Serializable

serialVersionUID: -9202173006928992231L

Class org.compass.core.util.backport.java.util.concurrent.ConcurrentHashMap extends AbstractMap implements Serializable

serialVersionUID: 7249069246763182397L

Serialization Methods

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
Serialized Fields

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

Class org.compass.core.util.backport.java.util.concurrent.ConcurrentLinkedQueue extends AbstractQueue implements Serializable

serialVersionUID: 196745693267521676L

Serialization Methods

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
Serialized Fields

headLock

Object headLock

tailLock

Object tailLock

Class org.compass.core.util.backport.java.util.concurrent.ConcurrentSkipListMap extends AbstractMap implements Serializable

serialVersionUID: -8627078645895051609L

Serialization Methods

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
Serialized Fields

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.ConcurrentSkipListSet extends AbstractSet implements Serializable

serialVersionUID: -2479143111061671589L

Serialized Fields

m

ConcurrentSkipListMap m
The underlying map. Uses Boolean.TRUE as value for each element. Note that this class relies on default serialization, which is a little wasteful in saving all of the useless value fields of the underlying map, but enables this field to be declared final, which is necessary for thread safety.

Class org.compass.core.util.backport.java.util.concurrent.CopyOnWriteArrayList extends Object implements Serializable

serialVersionUID: 8673264195747942595L

Serialization Methods

readObject

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

writeObject

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

Class org.compass.core.util.backport.java.util.concurrent.CopyOnWriteArraySet extends AbstractSet implements Serializable

serialVersionUID: 5457747651344034263L

Serialized Fields

al

CopyOnWriteArrayList al

Class org.compass.core.util.backport.java.util.concurrent.ExecutionException extends Exception implements Serializable

serialVersionUID: 7830266012832686185L

Class org.compass.core.util.backport.java.util.concurrent.LinkedBlockingDeque extends AbstractQueue implements Serializable

serialVersionUID: -387911632671998426L

Serialization Methods

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
Serialized Fields

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

Class org.compass.core.util.backport.java.util.concurrent.LinkedBlockingQueue extends AbstractQueue implements Serializable

serialVersionUID: -6903933977591709194L

Serialization Methods

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
Serialized Fields

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

Class org.compass.core.util.backport.java.util.concurrent.PriorityBlockingQueue extends AbstractQueue implements Serializable

serialVersionUID: 5595510919245408276L

Serialization Methods

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state to a stream (that is, serialize 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
Serialized Fields

q

PriorityQueue q

lock

ReentrantLock lock

notEmpty

Condition notEmpty

Class org.compass.core.util.backport.java.util.concurrent.RejectedExecutionException extends RuntimeException implements Serializable

serialVersionUID: -375805702767069545L

Class org.compass.core.util.backport.java.util.concurrent.Semaphore extends Object implements Serializable

serialVersionUID: -3222578661600680210L

Serialized Fields

sync

Semaphore.Sync sync

Class org.compass.core.util.backport.java.util.concurrent.SynchronousQueue extends AbstractQueue implements Serializable

serialVersionUID: -3223113410248163686L

Serialized Fields

qlock

ReentrantLock qlock
Lock protecting both wait queues


waitingProducers

SynchronousQueue.WaitQueue waitingProducers
Queue holding waiting puts


waitingConsumers

SynchronousQueue.WaitQueue waitingConsumers
Queue holding waiting takes

Class org.compass.core.util.backport.java.util.concurrent.TimeoutException extends Exception implements Serializable

serialVersionUID: 1900926677490660714L

Class org.compass.core.util.backport.java.util.concurrent.TimeUnit extends Object implements Serializable

Serialized Fields

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

Class org.compass.core.util.backport.java.util.concurrent.atomic.AtomicBoolean extends Object implements Serializable

serialVersionUID: 4654671469794556979L

Serialized Fields

value

int value

Class org.compass.core.util.backport.java.util.concurrent.atomic.AtomicInteger extends Number implements Serializable

serialVersionUID: 6214790243416807050L

Serialized Fields

value

int value

Class org.compass.core.util.backport.java.util.concurrent.atomic.AtomicIntegerArray extends Object implements Serializable

serialVersionUID: 2862133569453604235L

Serialized Fields

array

int[] array

Class org.compass.core.util.backport.java.util.concurrent.atomic.AtomicLong extends Number implements Serializable

serialVersionUID: 1927816293512124184L

Serialized Fields

value

long value

Class org.compass.core.util.backport.java.util.concurrent.atomic.AtomicLongArray extends Object implements Serializable

serialVersionUID: -2308431214976778248L

Serialized Fields

array

long[] array

Class org.compass.core.util.backport.java.util.concurrent.atomic.AtomicReference extends Object implements Serializable

serialVersionUID: -1848883965231344442L

Serialized Fields

value

Object value

Class org.compass.core.util.backport.java.util.concurrent.atomic.AtomicReferenceArray extends Object implements Serializable

serialVersionUID: -6209656149925076980L

Serialized Fields

array

Object[] array

Package org.compass.core.util.backport.java.util.concurrent.helpers

Class org.compass.core.util.backport.java.util.concurrent.helpers.FIFOWaitQueue extends WaitQueue implements Serializable


Package org.compass.core.util.backport.java.util.concurrent.locks

Class org.compass.core.util.backport.java.util.concurrent.locks.ReentrantLock extends Object implements Serializable

serialVersionUID: 7373984872572414699L

Serialized Fields

sync

ReentrantLock.Sync sync

Class org.compass.core.util.backport.java.util.concurrent.locks.ReentrantReadWriteLock extends Object implements Serializable

serialVersionUID: -3463448656717690166L

Serialized Fields

readerLock_

ReentrantReadWriteLock.ReadLock readerLock_

writerLock_

ReentrantReadWriteLock.WriteLock writerLock_

sync

org.compass.core.util.backport.java.util.concurrent.locks.ReentrantReadWriteLock.Sync sync

Class org.compass.core.util.backport.java.util.concurrent.locks.ReentrantReadWriteLock.ReadLock extends Object implements Serializable

serialVersionUID: -5992448646407690164L

Serialized Fields

lock

ReentrantReadWriteLock lock

Class org.compass.core.util.backport.java.util.concurrent.locks.ReentrantReadWriteLock.WriteLock extends Object implements Serializable

serialVersionUID: -4992448646407690164L

Serialized Fields

lock

ReentrantReadWriteLock lock

Package org.compass.core.util.config

Class org.compass.core.util.config.XmlConfigurationHelper extends AbstractConfigurationHelper implements Serializable

serialVersionUID: 3546076943545219376L

Serialized Fields

m_name

String m_name

m_location

String m_location

m_namespace

String m_namespace

m_prefix

String m_prefix

m_attributes

HashMap<K,V> m_attributes

m_children

ArrayList<E> m_children

m_value

String m_value

m_readOnly

boolean m_readOnly

Package org.compass.gps

Class org.compass.gps.CompassGpsException extends CompassException implements Serializable

serialVersionUID: 3688784761049395766L


Package org.compass.gps.device.hibernate

Class org.compass.gps.device.hibernate.HibernateGpsDeviceException extends