Uses of Interface
org.neo4j.helpers.collection.ClosableIterable

Packages that use ClosableIterable
org.neo4j.helpers.collection Collections utilities - Iterator/Iterable utilities and creating Maps. 
org.neo4j.index.impl.lucene An indexing implementation using Apache Lucene as backend. 
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.transaction.xaframework   
 

Uses of ClosableIterable in org.neo4j.helpers.collection
 

Methods in org.neo4j.helpers.collection that return ClosableIterable
static ClosableIterable<String> IteratorUtil.asIterable(File file)
          Creates an Iterable for iterating over the lines of a text file.
 

Uses of ClosableIterable in org.neo4j.index.impl.lucene
 

Methods in org.neo4j.index.impl.lucene that return ClosableIterable
 ClosableIterable<File> LuceneDataSource.listStoreFiles(boolean includeLogicalLogs)
           
 

Uses of ClosableIterable in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa that return ClosableIterable
 ClosableIterable<File> NeoStoreXaDataSource.listStoreFiles(boolean includeLogicalLogs)
           
 

Uses of ClosableIterable in org.neo4j.kernel.impl.transaction.xaframework
 

Methods in org.neo4j.kernel.impl.transaction.xaframework that return ClosableIterable
 ClosableIterable<File> XaDataSource.listStoreFiles(boolean includeLogicalLogs)
           
 



Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.