public class FieldIndexIterator
extends org.apache.accumulo.core.iterators.WrappingIterator
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.log4j.Logger |
log |
| Constructor and Description |
|---|
FieldIndexIterator() |
FieldIndexIterator(FieldIndexIterator other,
org.apache.accumulo.core.iterators.IteratorEnvironment env) |
FieldIndexIterator(int type,
org.apache.hadoop.io.Text rowId,
org.apache.hadoop.io.Text fieldName,
org.apache.hadoop.io.Text fieldValue,
boolean neg,
String operator) |
FieldIndexIterator(int type,
org.apache.hadoop.io.Text rowId,
org.apache.hadoop.io.Text fieldName,
org.apache.hadoop.io.Text fieldValue,
String operator) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> |
deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment env) |
org.apache.hadoop.io.Text |
getCurrentRow() |
org.apache.hadoop.io.Text |
getfName() |
org.apache.hadoop.io.Text |
getfValue() |
org.apache.accumulo.core.data.Key |
getTopKey() |
org.apache.accumulo.core.data.Value |
getTopValue() |
boolean |
hasTop() |
boolean |
isNegated() |
boolean |
jump(org.apache.accumulo.core.data.Key jumpKey) |
void |
next() |
void |
seek(org.apache.accumulo.core.data.Range r,
Collection<org.apache.accumulo.core.data.ByteSequence> columnFamilies,
boolean inclusive) |
static void |
setLogLevel(org.apache.log4j.Level l) |
public FieldIndexIterator()
public FieldIndexIterator(int type,
org.apache.hadoop.io.Text rowId,
org.apache.hadoop.io.Text fieldName,
org.apache.hadoop.io.Text fieldValue,
String operator)
public FieldIndexIterator(int type,
org.apache.hadoop.io.Text rowId,
org.apache.hadoop.io.Text fieldName,
org.apache.hadoop.io.Text fieldValue,
boolean neg,
String operator)
public FieldIndexIterator(FieldIndexIterator other, org.apache.accumulo.core.iterators.IteratorEnvironment env)
public static void setLogLevel(org.apache.log4j.Level l)
public org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> deepCopy(org.apache.accumulo.core.iterators.IteratorEnvironment env)
deepCopy in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>deepCopy in class org.apache.accumulo.core.iterators.WrappingIteratorpublic org.apache.accumulo.core.data.Key getTopKey()
getTopKey in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>getTopKey in class org.apache.accumulo.core.iterators.WrappingIteratorpublic org.apache.accumulo.core.data.Value getTopValue()
getTopValue in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>getTopValue in class org.apache.accumulo.core.iterators.WrappingIteratorpublic boolean hasTop()
hasTop in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>hasTop in class org.apache.accumulo.core.iterators.WrappingIteratorpublic void next()
throws IOException
next in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>next in class org.apache.accumulo.core.iterators.WrappingIteratorIOExceptionpublic void seek(org.apache.accumulo.core.data.Range r,
Collection<org.apache.accumulo.core.data.ByteSequence> columnFamilies,
boolean inclusive)
throws IOException
seek in interface org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value>seek in class org.apache.accumulo.core.iterators.WrappingIteratorIOExceptionpublic boolean isNegated()
public org.apache.hadoop.io.Text getCurrentRow()
public org.apache.hadoop.io.Text getfName()
public org.apache.hadoop.io.Text getfValue()
public boolean jump(org.apache.accumulo.core.data.Key jumpKey)
throws IOException
IOExceptionCopyright © 2014 Calrissian. All Rights Reserved.