Class RowIDAggregator.PropertiesIterator
- java.lang.Object
-
- uk.gov.gchq.gaffer.accumulostore.key.impl.RowIDAggregator.PropertiesIterator
-
- All Implemented Interfaces:
Iterator<Properties>
- Enclosing class:
- RowIDAggregator
public static class RowIDAggregator.PropertiesIterator extends Object implements Iterator<Properties>
-
-
Constructor Summary
Constructors Constructor Description PropertiesIterator(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source, org.apache.accumulo.core.data.Range currentRange, Collection<org.apache.accumulo.core.data.ByteSequence> currentColumnFamilies, boolean currentColumnFamiliesInclusive, String group, org.apache.accumulo.core.data.Key workKeyRef, AccumuloElementConverter elementConverter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
Properties
next()
void
remove()
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
PropertiesIterator
public PropertiesIterator(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source, org.apache.accumulo.core.data.Range currentRange, Collection<org.apache.accumulo.core.data.ByteSequence> currentColumnFamilies, boolean currentColumnFamiliesInclusive, String group, org.apache.accumulo.core.data.Key workKeyRef, AccumuloElementConverter elementConverter) throws IOException
- Throws:
IOException
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfaceIterator<Properties>
-
next
public Properties next()
- Specified by:
next
in interfaceIterator<Properties>
-
remove
public void remove()
- Specified by:
remove
in interfaceIterator<Properties>
-
-