Serialized Form


Package edu.umd.cloud9.collection

Class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocidServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 3986721097L

Class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.FetchDocnoServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 5970126341L

Class edu.umd.cloud9.collection.DocumentForwardIndexHttpServer.HomeServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 8253865405L


Package edu.umd.cloud9.io

Class edu.umd.cloud9.io.SchemaException extends RuntimeException implements Serializable

serialVersionUID: 2673497691L

Class edu.umd.cloud9.io.TupleException extends RuntimeException implements Serializable

serialVersionUID: 640927654842L


Package edu.umd.cloud9.io.array

Class edu.umd.cloud9.io.array.ArrayListWritable extends ArrayList<E extends Writable> implements Serializable

serialVersionUID: 1L

Class edu.umd.cloud9.io.array.ArrayListWritableComparable extends ArrayList<E extends WritableComparable> implements Serializable

serialVersionUID: 1L


Package edu.umd.cloud9.io.fastuil

Class edu.umd.cloud9.io.fastuil.Int2FloatOpenHashMapWritable extends Int2FloatOpenHashMap implements Serializable

serialVersionUID: 674980125439241L

Serialized Fields

mNumEntries

int mNumEntries

mKeys

int[] mKeys

mValues

float[] mValues

Class edu.umd.cloud9.io.fastuil.Int2IntOpenHashMapWritable extends Int2IntOpenHashMap implements Serializable

serialVersionUID: 1255879065743242L

Serialized Fields

mNumEntries

int mNumEntries

mKeys

int[] mKeys

mValues

int[] mValues

Class edu.umd.cloud9.io.fastuil.Object2FloatOpenHashMapWritable extends Object2FloatOpenHashMap<K extends Writable> implements Serializable

serialVersionUID: 902668143762455L

Class edu.umd.cloud9.io.fastuil.Object2IntOpenHashMapWritable extends Object2IntOpenHashMap<K extends Writable> implements Serializable

serialVersionUID: 276091731841463L

Class edu.umd.cloud9.io.fastuil.String2FloatOpenHashMapWritable extends Object2FloatOpenHashMap<String> implements Serializable

serialVersionUID: 341896587341098L

Class edu.umd.cloud9.io.fastuil.String2IntOpenHashMapWritable extends Object2IntOpenHashMap<String> implements Serializable

serialVersionUID: 276091731841463L


Package edu.umd.cloud9.io.map

Class edu.umd.cloud9.io.map.HashMapWritable extends HashMap<K extends Writable,V extends Writable> implements Serializable

serialVersionUID: -7549423384046548469L

Class edu.umd.cloud9.io.map.HMapIFW extends HMapIF implements Serializable

serialVersionUID: 4760032853L

Serialized Fields

numEntries

int numEntries

keys

int[] keys

values

float[] values

Class edu.umd.cloud9.io.map.HMapIIW extends HMapII implements Serializable

serialVersionUID: 3801790315L

Serialized Fields

numEntries

int numEntries

keys

int[] keys

values

int[] values

Class edu.umd.cloud9.io.map.HMapIVW extends HMapIV<V extends WritableComparable<?>> implements Serializable

serialVersionUID: 2532109344100674110L

Class edu.umd.cloud9.io.map.HMapKFW extends HMapKF<K extends WritableComparable<?>> implements Serializable

serialVersionUID: 1343885977770942281L

Class edu.umd.cloud9.io.map.HMapKIW extends HMapKI<K extends WritableComparable<?>> implements Serializable

serialVersionUID: -495714688553572924L

Class edu.umd.cloud9.io.map.HMapSFW extends HMapKF<String> implements Serializable

serialVersionUID: 3804087604196020037L

Class edu.umd.cloud9.io.map.HMapSIW extends HMapKI<String> implements Serializable

serialVersionUID: -9179978557431493856L


Package edu.umd.cloud9.util.map

Class edu.umd.cloud9.util.map.HMapIF extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapIF instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapIF instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapIF (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapII extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapII instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapII instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapII (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapIL extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapIL instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapIL instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapIL (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapIS extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapIS instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapIS instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapIS (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapIV extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapII instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapII instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapII (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapKF extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapKF instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapKF instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapKF (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapKI extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapKI instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapKI instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapKI (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapKL extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapKL instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapKL instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapKL (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Class edu.umd.cloud9.util.map.HMapKS extends Object implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the HMapKS instance from a stream (i.e., deserialize it).

Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the HMapKS instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the HMapKS (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

Package org.json

Class org.json.JSONException extends Exception implements Serializable

serialVersionUID: 180678213424675L

Serialized Fields

cause

Throwable cause