org.axiondb.engine
Class IntArrayIndexLoader
java.lang.Object
org.axiondb.engine.indexes.BaseArrayIndexLoader
org.axiondb.engine.IntArrayIndexLoader
- All Implemented Interfaces:
- IndexLoader
public class IntArrayIndexLoader
- extends BaseArrayIndexLoader
An IndexLoader
for IntArrayIndex
.
- Version:
- $Revision: 1.8 $ $Date: 2005/06/18 01:03:46 $
Method Summary |
protected Index |
makeIndex(java.lang.String name,
Column col,
boolean unique,
java.lang.Object keys,
org.apache.commons.collections.primitives.IntList values)
|
protected java.lang.Object |
readKeys(java.io.ObjectInputStream in)
|
protected void |
writeKeys(java.io.ObjectOutputStream out,
BaseArrayIndex index)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntArrayIndexLoader
public IntArrayIndexLoader()
readKeys
protected java.lang.Object readKeys(java.io.ObjectInputStream in)
throws java.io.IOException
- Specified by:
readKeys
in class BaseArrayIndexLoader
- Throws:
java.io.IOException
makeIndex
protected Index makeIndex(java.lang.String name,
Column col,
boolean unique,
java.lang.Object keys,
org.apache.commons.collections.primitives.IntList values)
- Specified by:
makeIndex
in class BaseArrayIndexLoader
writeKeys
protected void writeKeys(java.io.ObjectOutputStream out,
BaseArrayIndex index)
throws java.io.IOException
- Specified by:
writeKeys
in class BaseArrayIndexLoader
- Throws:
java.io.IOException