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, saveIndexAfterTruncateprotected java.lang.Object readKeys(java.io.ObjectInputStream in)
throws java.io.IOException
readKeys in class BaseArrayIndexLoaderjava.io.IOExceptionprotected Index makeIndex(java.lang.String name, Column col, boolean unique, java.lang.Object keys, org.apache.commons.collections.primitives.IntList values)
makeIndex in class BaseArrayIndexLoaderprotected void writeKeys(java.io.ObjectOutputStream out,
BaseArrayIndex index)
throws java.io.IOException
writeKeys in class BaseArrayIndexLoaderjava.io.IOException