org.apache.accumulo.core.iterators.system
Interface InterruptibleIterator

All Superinterfaces:
SortedKeyValueIterator<Key,Value>
All Known Subinterfaces:
FileSKVIterator
All Known Implementing Classes:
BloomFilterLayer.Reader, ColumnFamilySkippingIterator, MapFileOperations.RangeIterator, MyMapFile.Reader, RFile.Reader, SequenceFileIterator, SortedMapIterator, SourceSwitchingIterator, TimeSettingIterator

public interface InterruptibleIterator
extends SortedKeyValueIterator<Key,Value>


Method Summary
 void setInterruptFlag(AtomicBoolean flag)
           
 
Methods inherited from interface org.apache.accumulo.core.iterators.SortedKeyValueIterator
deepCopy, getTopKey, getTopValue, hasTop, init, next, seek
 

Method Detail

setInterruptFlag

void setInterruptFlag(AtomicBoolean flag)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.