public class StringBTreeIndex extends ObjectBTreeIndex
_minimizationFactor| Constructor and Description |
|---|
StringBTreeIndex(java.lang.String name,
Column column,
boolean unique) |
StringBTreeIndex(java.lang.String name,
Column column,
boolean unique,
int minimizationFactor) |
StringBTreeIndex(java.lang.String name,
Column column,
boolean unique,
int minimizationFactor,
java.io.File dataDirectory) |
| Modifier and Type | Method and Description |
|---|---|
protected ObjectBTree |
createTree(java.io.File dataDirectory,
java.lang.String name,
int minimizationFactor,
DataType dataType) |
IndexLoader |
getIndexLoader() |
int |
getMinimizationFactor() |
protected java.lang.Object |
getNullKey() |
changeRowId, getBTree, getInorderRowIterator, getRowIterator, rowDeleted, rowInserted, rowUpdated, truncategetType, save, saveAfterTruncate, supportsFunctiongetComparator, getDataType, getIndexedColumn, getName, isUniquecolumnAdded, constraintAdded, constraintRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcolumnAdded, constraintAdded, constraintRemovedgetIndexedColumn, getName, isUniquepublic StringBTreeIndex(java.lang.String name,
Column column,
boolean unique)
throws AxionException
AxionExceptionpublic StringBTreeIndex(java.lang.String name,
Column column,
boolean unique,
int minimizationFactor)
throws AxionException
AxionExceptionpublic StringBTreeIndex(java.lang.String name,
Column column,
boolean unique,
int minimizationFactor,
java.io.File dataDirectory)
throws AxionException
AxionExceptionpublic IndexLoader getIndexLoader()
getIndexLoader in interface IndexgetIndexLoader in class ObjectBTreeIndexpublic int getMinimizationFactor()
protected ObjectBTree createTree(java.io.File dataDirectory, java.lang.String name, int minimizationFactor, DataType dataType) throws java.io.IOException, java.lang.ClassNotFoundException
createTree in class ObjectBTreeIndexjava.io.IOExceptionjava.lang.ClassNotFoundExceptionprotected java.lang.Object getNullKey()
getNullKey in class ObjectBTreeIndex