|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlreadyFrozenException | |
---|---|
net.obsearch | Provides the main interfaces of OBSearch. |
net.obsearch.ambient | |
net.obsearch.index | |
net.obsearch.index.bucket | |
net.obsearch.index.ghs | |
net.obsearch.index.perm | |
net.obsearch.index.pivot | |
net.obsearch.index.sorter |
Uses of AlreadyFrozenException in net.obsearch |
---|
Methods in net.obsearch that throw AlreadyFrozenException | |
---|---|
void |
Index.freeze()
Freezes the index. |
Uses of AlreadyFrozenException in net.obsearch.ambient |
---|
Methods in net.obsearch.ambient that throw AlreadyFrozenException | |
---|---|
void |
AbstractAmbient.freeze()
|
void |
Ambient.freeze()
Freezes the index and stores the metadata of the index (the index itself) in the DB. |
Constructors in net.obsearch.ambient that throw AlreadyFrozenException | |
---|---|
AbstractAmbient(I index,
File directory)
|
Uses of AlreadyFrozenException in net.obsearch.index |
---|
Methods in net.obsearch.index that throw AlreadyFrozenException | |
---|---|
void |
AbstractOBIndex.freeze()
|
Uses of AlreadyFrozenException in net.obsearch.index.bucket |
---|
Methods in net.obsearch.index.bucket that throw AlreadyFrozenException | |
---|---|
protected void |
AbstractBucketIndex.freezeDefault()
|
Uses of AlreadyFrozenException in net.obsearch.index.ghs |
---|
Methods in net.obsearch.index.ghs that throw AlreadyFrozenException | |
---|---|
void |
AbstractSketch64.freeze()
|
Uses of AlreadyFrozenException in net.obsearch.index.perm |
---|
Methods in net.obsearch.index.perm that throw AlreadyFrozenException | |
---|---|
void |
AbstractDistancePermutations.freeze()
|
void |
AbstractDistPerm.freeze()
|
Uses of AlreadyFrozenException in net.obsearch.index.pivot |
---|
Methods in net.obsearch.index.pivot that throw AlreadyFrozenException | |
---|---|
void |
AbstractPivotOBIndex.freeze()
|
protected PivotResult |
AbstractPivotOBIndex.selectPivots(int pivotCount,
IncrementalPivotSelector<O> pivotSelector)
Override this method if selection must be changed |
Uses of AlreadyFrozenException in net.obsearch.index.sorter |
---|
Methods in net.obsearch.index.sorter that throw AlreadyFrozenException | |
---|---|
protected void |
AbstractBucketSorter.freezeDefault()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |