|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PivotsUnavailableException | |
---|---|
net.obsearch | Provides the main interfaces of OBSearch. |
net.obsearch.ambient | |
net.obsearch.example | Provides examples on how to use OBSearch. |
net.obsearch.index | |
net.obsearch.index.ghs | |
net.obsearch.index.perm | |
net.obsearch.index.pivot | |
net.obsearch.index.utils | Provides some utility classes used by the Index implementations. |
net.obsearch.pivots | |
net.obsearch.pivots.bustos | |
net.obsearch.pivots.dummy | |
net.obsearch.pivots.kmeans.impl | |
net.obsearch.pivots.perm | |
net.obsearch.pivots.random | |
net.obsearch.pivots.rf02 | |
net.obsearch.pivots.rf03 | |
net.obsearch.pivots.rf04 | |
net.obsearch.pivots.rf04.impl | |
net.obsearch.pivots.sss |
Uses of PivotsUnavailableException in net.obsearch |
---|
Methods in net.obsearch that throw PivotsUnavailableException | |
---|---|
void |
Index.freeze()
Freezes the index. |
Uses of PivotsUnavailableException in net.obsearch.ambient |
---|
Methods in net.obsearch.ambient that throw PivotsUnavailableException | |
---|---|
void |
AbstractAmbient.freeze()
|
void |
Ambient.freeze()
Freezes the index and stores the metadata of the index (the index itself) in the DB. |
Uses of PivotsUnavailableException in net.obsearch.example |
---|
Methods in net.obsearch.example that throw PivotsUnavailableException | |
---|---|
protected abstract void |
AbstractExampleGeneral.create()
|
void |
AbstractExampleGeneral.doIt(String[] args)
|
Constructors in net.obsearch.example that throw PivotsUnavailableException | |
---|---|
AbstractExampleGeneral(String[] args)
|
|
AbstractGHSExample(String[] args)
|
Uses of PivotsUnavailableException in net.obsearch.index |
---|
Methods in net.obsearch.index that throw PivotsUnavailableException | |
---|---|
void |
AbstractOBIndex.freeze()
|
Uses of PivotsUnavailableException in net.obsearch.index.ghs |
---|
Methods in net.obsearch.index.ghs that throw PivotsUnavailableException | |
---|---|
void |
AbstractSketch64.freeze()
|
Uses of PivotsUnavailableException in net.obsearch.index.perm |
---|
Methods in net.obsearch.index.perm that throw PivotsUnavailableException | |
---|---|
void |
AbstractDistancePermutations.freeze()
|
void |
AbstractDistPerm.freeze()
|
Uses of PivotsUnavailableException in net.obsearch.index.pivot |
---|
Methods in net.obsearch.index.pivot that throw PivotsUnavailableException | |
---|---|
void |
AbstractPivotOBIndex.freeze()
|
Uses of PivotsUnavailableException in net.obsearch.index.utils |
---|
Methods in net.obsearch.index.utils that throw PivotsUnavailableException | |
---|---|
protected void |
AbstractCommandLine.create()
|
Uses of PivotsUnavailableException in net.obsearch.pivots |
---|
Methods in net.obsearch.pivots that throw PivotsUnavailableException | |
---|---|
PivotResult |
IncrementalPivotSelector.generatePivots(int pivotCount,
Index<O> index)
Generates pivots from all the elements found in the DB. |
PivotResult |
AbstractIncrementalPivotSelector.generatePivots(int pivotsCount,
Index<O> index)
|
PivotResult |
IncrementalPivotSelector.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
Generates pivots from the elements (object ids) given in the array elements. |
abstract PivotResult |
AbstractIncrementalPivotSelector.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotPairResult<O> |
IncrementalPairPivotSelector.generatePivotsPair(int pairCount,
Index<O> index)
Generates pivots from all the elements found in the DB. |
PivotPairResult<O> |
IncrementalPairPivotSelector.generatePivotsPair(int pairCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
Generates pivots from the elements (object ids) given in the array elements. |
Uses of PivotsUnavailableException in net.obsearch.pivots.bustos |
---|
Methods in net.obsearch.pivots.bustos that throw PivotsUnavailableException | |
---|---|
PivotResult |
AbstractIncrementalBustosNavarroChavez.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.dummy |
---|
Methods in net.obsearch.pivots.dummy that throw PivotsUnavailableException | |
---|---|
PivotResult |
IncrementalFixedPivotSelector.generatePivots(int pivotCount,
Index index)
|
PivotResult |
IncrementalDummyPivotSelector.generatePivots(int pivotCount,
Index<O> index)
|
PivotResult |
IncrementalFixedPivotSelector.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index index)
|
PivotResult |
IncrementalDummyPivotSelector.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.kmeans.impl |
---|
Methods in net.obsearch.pivots.kmeans.impl that throw PivotsUnavailableException | |
---|---|
PivotResult |
IncrementalKMeansPPPivotSelectorInt.generatePivots(int pivotsCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
IncrementalKMeansPPPivotSelectorFloat.generatePivots(int pivotsCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
IncrementalKMeansPPPivotSelectorLong.generatePivots(int pivotsCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
IncrementalKMeansPPPivotSelectorByte.generatePivots(int pivotsCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
IncrementalKMeansPPPivotSelectorDouble.generatePivots(int pivotsCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
IncrementalKMeansPPPivotSelectorShort.generatePivots(int pivotsCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.perm |
---|
Methods in net.obsearch.pivots.perm that throw PivotsUnavailableException | |
---|---|
PivotResult |
AbstractIncrementalPerm.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.random |
---|
Methods in net.obsearch.pivots.random that throw PivotsUnavailableException | |
---|---|
PivotResult |
RandomPivotSelector.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.rf02 |
---|
Methods in net.obsearch.pivots.rf02 that throw PivotsUnavailableException | |
---|---|
PivotResult |
RF02PivotSelectorShort.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF02PivotSelectorFloat.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotPairResult<O> |
AbstractIncrementalRF02.generatePivotsPair(int pairCount,
Index<O> index)
|
PivotPairResult<O> |
AbstractIncrementalRF02.generatePivotsPair(int pairCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.rf03 |
---|
Methods in net.obsearch.pivots.rf03 that throw PivotsUnavailableException | |
---|---|
PivotResult |
RF03PivotSelectorShort.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF03PivotSelectorFloat.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF03PivotSelectorLong.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotPairResult<O> |
AbstractIncrementalRF03.generatePivotsPair(int pairCount,
Index<O> index)
|
PivotPairResult<O> |
AbstractIncrementalRF03.generatePivotsPair(int pairCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.rf04 |
---|
Methods in net.obsearch.pivots.rf04 that throw PivotsUnavailableException | |
---|---|
PivotResult |
RF04PivotSelectorFloat.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF04PivotSelectorInt.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF04PivotSelectorShort.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotPairResult<O> |
AbstractIncrementalRF04.generatePivotsPair(int pairCount,
Index<O> index)
|
PivotPairResult<O> |
AbstractIncrementalRF04.generatePivotsPair(int pairCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.rf04.impl |
---|
Methods in net.obsearch.pivots.rf04.impl that throw PivotsUnavailableException | |
---|---|
PivotResult |
RF04PivotSelectorFloat.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF04PivotSelectorLong.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF04PivotSelectorDouble.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF04PivotSelectorShort.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF04PivotSelectorInt.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
PivotResult |
RF04PivotSelectorByte.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
Uses of PivotsUnavailableException in net.obsearch.pivots.sss |
---|
Methods in net.obsearch.pivots.sss that throw PivotsUnavailableException | |
---|---|
PivotResult |
AbstractMySSS.generatePivots(int pivotCount,
cern.colt.list.LongArrayList elements,
Index<O> index)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |