public class BoundingBoxFilter
extends org.apache.accumulo.core.iterators.Filter
| Constructor and Description |
|---|
BoundingBoxFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value) |
void |
init(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source,
Map<String,String> options,
org.apache.accumulo.core.iterators.IteratorEnvironment env) |
static void |
setBoundingBox(org.apache.accumulo.core.client.IteratorSetting config,
Rectangle2D.Double box) |
deepCopy, describeOptions, findTop, next, seek, setNegate, validateOptionspublic static void setBoundingBox(org.apache.accumulo.core.client.IteratorSetting config,
Rectangle2D.Double box)
public void init(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source,
Map<String,String> options,
org.apache.accumulo.core.iterators.IteratorEnvironment env)
throws IOException
init in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>init in class org.apache.accumulo.core.iterators.FilterIOExceptionpublic boolean accept(org.apache.accumulo.core.data.Key key,
org.apache.accumulo.core.data.Value value)
accept in class org.apache.accumulo.core.iterators.FilterCopyright © 2014 Calrissian. All Rights Reserved.