public class IntArrayIndexLoader extends BaseArrayIndexLoader
IndexLoader
for IntArrayIndex
.Constructor and Description |
---|
IntArrayIndexLoader() |
Modifier and Type | Method and Description |
---|---|
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) |
loadIndex, readIntList, saveIndex, saveIndexAfterTruncate
protected java.lang.Object readKeys(java.io.ObjectInputStream in) throws java.io.IOException
readKeys
in class BaseArrayIndexLoader
java.io.IOException
protected Index makeIndex(java.lang.String name, Column col, boolean unique, java.lang.Object keys, org.apache.commons.collections.primitives.IntList values)
makeIndex
in class BaseArrayIndexLoader
protected void writeKeys(java.io.ObjectOutputStream out, BaseArrayIndex index) throws java.io.IOException
writeKeys
in class BaseArrayIndexLoader
java.io.IOException