| Package | Description |
|---|---|
| io.druid.collections.spatial | |
| io.druid.collections.spatial.search |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutablePoint |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableNode> |
ImmutablePoint.getChildren() |
Iterable<ImmutableNode> |
ImmutableNode.getChildren() |
| Constructor and Description |
|---|
ImmutablePoint(ImmutableNode node) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(ImmutableNode node,
Bound bound) |
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(Iterable<ImmutableNode> nodes,
Bound bound,
int total) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(ImmutableNode node,
Bound bound) |
Iterable<ImmutablePoint> |
GutmanSearchStrategy.depthFirstSearch(ImmutableNode node,
Bound bound) |
boolean |
RectangularBound.overlaps(ImmutableNode node) |
boolean |
Bound.overlaps(ImmutableNode node) |
Iterable<ImmutableBitmap> |
SearchStrategy.search(ImmutableNode node,
Bound bound) |
Iterable<ImmutableBitmap> |
GutmanSearchStrategy.search(ImmutableNode node,
Bound bound) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<ImmutableNode> |
GutmanSearchStrategy.breadthFirstSearch(Iterable<ImmutableNode> nodes,
Bound bound,
int total) |
Copyright © 2011–2018. All rights reserved.