org.neo4j.kernel.ha
Class TransactionStream
java.lang.Object
org.neo4j.kernel.ha.TransactionStream
public final class TransactionStream
- extends Object
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 |
TransactionStream
public TransactionStream(Collection<Pair<Long,ReadableByteChannel>> channels)
getChannels
public Collection<Pair<Long,ReadableByteChannel>> getChannels()
close
public void close()
throws IOException
- Throws:
IOException
Copyright © 2010 The Neo4j Graph Database Project. All Rights Reserved.