com.bigdata.rdf.inf
Interface IJustificationIterator

All Superinterfaces:
IChunkedIterator<Justification>, ICloseableIterator<Justification>, Iterator<Justification>
All Known Implementing Classes:
FullyBufferedJustificationIterator, JustificationIterator

public interface IJustificationIterator
extends IChunkedIterator<Justification>

Interface for chunked Justification iterators.

Version:
$Id: IJustificationIterator.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
static org.apache.log4j.Logger log
           
 
Fields inherited from interface com.bigdata.striterator.IChunkedIterator
DEFAULT_CHUNK_SIZE
 
Method Summary
 
Methods inherited from interface com.bigdata.striterator.IChunkedIterator
next, nextChunk, remove
 
Methods inherited from interface com.bigdata.striterator.ICloseableIterator
close
 
Methods inherited from interface java.util.Iterator
hasNext
 

Field Detail

log

static final org.apache.log4j.Logger log


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.