org.neo4j.com
Class TransactionStream
java.lang.Object
org.neo4j.helpers.collection.PrefetchingIterator<Triplet<String,Long,TxExtractor>>
org.neo4j.com.TransactionStream
- All Implemented Interfaces:
- Iterator<Triplet<String,Long,TxExtractor>>
public abstract class TransactionStream
- extends PrefetchingIterator<Triplet<String,Long,TxExtractor>>
Represents a stream of the data of one or more consecutive transactions.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final TransactionStream EMPTY
TransactionStream
public TransactionStream(String... datasources)
dataSourceNames
public String[] dataSourceNames()
create
public static TransactionStream create(Collection<String> datasources,
Iterable<Triplet<String,Long,TxExtractor>> streamSource)
close
public void close()
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.