org.neo4j.kernel.ha
Class TransactionStream

java.lang.Object
  extended by org.neo4j.kernel.ha.TransactionStream

public final class TransactionStream
extends Object

Represents a stream of the data of one or more consecutive transactions.


Constructor Summary
TransactionStream(Collection<Pair<Long,ReadableByteChannel>> channels)
           
 
Method Summary
 void close()
           
 Collection<Pair<Long,ReadableByteChannel>> getChannels()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionStream

public TransactionStream(Collection<Pair<Long,ReadableByteChannel>> channels)
Method Detail

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.