O
- Object typeN
- Node typeE
- Entry typeI
- Index typepublic abstract class AbstractRStarTreeFactory<O extends NumberVector<O,?>,N extends AbstractRStarTreeNode<N,E>,E extends SpatialEntry,I extends AbstractRStarTree<N,E> & Index> extends TreeIndexFactory<O,I>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractRStarTreeFactory.Parameterizer<O extends NumberVector<O,?>>
Parameterization class.
|
Modifier and Type | Field and Description |
---|---|
static OptionID |
BULK_SPLIT_ID
Parameter for bulk strategy
|
protected BulkSplit |
bulkSplitter
The strategy for bulk load.
|
static OptionID |
INSERTION_STRATEGY_ID
Fast-insertion parameter.
|
protected InsertionStrategy |
insertionStrategy
Strategy to find the insertion node with.
|
CACHE_SIZE_ID, cacheSize, FILE_ID, fileName, PAGE_SIZE_ID, pageSize
Constructor and Description |
---|
AbstractRStarTreeFactory(String fileName,
int pageSize,
long cacheSize,
BulkSplit bulkSplitter,
InsertionStrategy insertionStrategy)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TypeInformation |
getInputTypeRestriction()
Get the input type restriction used for negotiating the data query.
|
instantiate, makePageFile
public static OptionID INSERTION_STRATEGY_ID
public static final OptionID BULK_SPLIT_ID
protected InsertionStrategy insertionStrategy
protected BulkSplit bulkSplitter
public AbstractRStarTreeFactory(String fileName, int pageSize, long cacheSize, BulkSplit bulkSplitter, InsertionStrategy insertionStrategy)
fileName
- pageSize
- cacheSize
- bulkSplitter
- the strategy to use for bulk splittinginsertionStrategy
- the strategy to find the insertion childpublic TypeInformation getInputTypeRestriction()
IndexFactory