Serialized Form


Package com.timeindexing.time

Class com.timeindexing.time.ElapsedMicrosecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.ElapsedMillisecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.ElapsedNanosecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.ElapsedSecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.MicrosecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

Class com.timeindexing.time.MillisecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

Class com.timeindexing.time.MPEGPresentationTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

isNegative

boolean isNegative

Class com.timeindexing.time.NanosecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

Class com.timeindexing.time.SecondTimestamp extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the timestamp.

Serialized Fields

value

long value

Class com.timeindexing.time.TimestampDecoderException extends java.lang.RuntimeException implements Serializable

Class com.timeindexing.time.ZeroTimestamp extends MillisecondTimestamp implements Serializable


Package com.timeindexing.util

Class com.timeindexing.util.CascadingMap extends java.util.HashMap implements Serializable

Serialized Fields

submap

CascadingMap submap
A submap

Class com.timeindexing.util.Grouper extends java.util.HashMap implements Serializable


Package com.timeindexing.basic

Class com.timeindexing.basic.IllegalIntervalValue extends java.lang.IndexOutOfBoundsException implements Serializable

Class com.timeindexing.basic.SID extends AID implements Serializable

Class com.timeindexing.basic.UID extends AID implements Serializable


Package com.timeindexing.event

Class com.timeindexing.event.IndexAccessEvent extends IndexEvent implements Serializable

Serialized Fields

item

IndexItem item

Class com.timeindexing.event.IndexAddEvent extends IndexEvent implements Serializable

Serialized Fields

item

IndexItem item

Class com.timeindexing.event.IndexEvent extends java.util.EventObject implements Serializable

Serialized Fields

name

java.lang.String name

theID

ID theID

Class com.timeindexing.event.IndexPrimaryEvent extends IndexEvent implements Serializable

Serialized Fields

eventSpecifier

int eventSpecifier


Package com.timeindexing.index

Class com.timeindexing.index.AddItemException extends IndexItemException implements Serializable

Class com.timeindexing.index.DataTypeDirectory extends java.lang.Object implements Serializable

serialVersionUID: 789782781860612814l

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read in the ID.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the ID.

Serialized Fields

nextID

int nextID
The next allocatable ID.


loadedID

int loadedID
The read-in loaded ID

Class com.timeindexing.index.DataTypeDirectoryException extends java.lang.RuntimeException implements Serializable

Class com.timeindexing.index.FileIndexItem extends IncoreIndexItem implements Serializable

Serialized Fields

dataOffset

Offset dataOffset

indexOffset

Offset indexOffset

Class com.timeindexing.index.GetItemException extends IndexItemException implements Serializable

Class com.timeindexing.index.IncoreIndexItem extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read in the IncoreIndexItem.


writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write out the IncoreIndexItem.

Serialized Fields

dataTS

Timestamp dataTS

indexTS

Timestamp indexTS

data

DataAbstraction data

size

Size size

type

DataType type

id

ID id

annotationID

ID annotationID

Class com.timeindexing.index.IndexActivationException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexClosedException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexCloseException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexCreateException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexFlushException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexItemException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexOpenException extends TimeIndexException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class com.timeindexing.index.IndexProperties extends CascadingMap implements Serializable

Class com.timeindexing.index.IndexReadOnlyException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexSpecificationException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexTerminatedException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexTypeException extends TimeIndexException implements Serializable

Class com.timeindexing.index.IndexWriteLockedException extends TimeIndexException implements Serializable

Class com.timeindexing.index.PositionOutOfBoundsException extends java.lang.IndexOutOfBoundsException implements Serializable

Class com.timeindexing.index.ReferenceIndexItem extends IncoreIndexItem implements Serializable

Serialized Fields

reference

IndexReference reference

Class com.timeindexing.index.TimeIndex extends java.lang.Object implements Serializable

Serialized Fields

indexModel

Index indexModel
The actual implementation of an index.


start

Position start

end

Position end

position

Position position

mark

Position mark

isSelection

boolean isSelection

selectionInterval

Interval selectionInterval

selectionLength

long selectionLength
The length of a selection


selectionIndexView

IndexView selectionIndexView
The IndexView that this view is a selection of.


isTerminated

boolean isTerminated

Class com.timeindexing.index.TimeIndexDirectoryException extends java.lang.RuntimeException implements Serializable

Class com.timeindexing.index.TimeIndexException extends java.lang.Exception implements Serializable

Class com.timeindexing.index.TimeIndexFactoryException extends TimeIndexException implements Serializable

Class com.timeindexing.index.TimestampOutOfBoundsException extends java.lang.IndexOutOfBoundsException implements Serializable