| Package | Description |
|---|---|
| org.locationtech.geowave.analytic.nn | |
| org.locationtech.geowave.analytic.partitioner |
| Modifier and Type | Field and Description |
|---|---|
protected Partitioner.PartitionData |
NNProcessor.parentPartition |
| Constructor and Description |
|---|
NNProcessor(Partitioner<Object> partitioner,
TypeConverter<STORE_VALUE> typeConverter,
DistanceProfileGenerateFn<?,STORE_VALUE> distanceProfileFn,
double maxDistance,
Partitioner.PartitionData parentPartition) |
| Modifier and Type | Method and Description |
|---|---|
List<Partitioner.PartitionData> |
BoundaryPartitioner.getCubeIdentifiers(Object entry) |
List<Partitioner.PartitionData> |
Partitioner.getCubeIdentifiers(T entry) |
List<Partitioner.PartitionData> |
AbstractPartitioner.getCubeIdentifiers(T entry) |
| Modifier and Type | Method and Description |
|---|---|
org.locationtech.geowave.core.index.numeric.MultiDimensionalNumericData |
AbstractPartitioner.getRangesForPartition(Partitioner.PartitionData partitionData) |
void |
Partitioner.PartitionDataCallback.partitionWith(Partitioner.PartitionData data) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractPartitioner.addPartitions(Set<Partitioner.PartitionData> masterList,
org.locationtech.geowave.core.index.InsertionIds insertionIds,
boolean isPrimary) |
Copyright © 2013–2022. All rights reserved.