Uses of Class
org.neo4j.com.TransactionStream

Packages that use TransactionStream
org.neo4j.com   
 

Uses of TransactionStream in org.neo4j.com
 

Fields in org.neo4j.com declared as TransactionStream
static TransactionStream TransactionStream.EMPTY
           
 

Methods in org.neo4j.com that return TransactionStream
static TransactionStream TransactionStream.create(Collection<String> datasources, Iterable<Triplet<String,Long,TxExtractor>> streamSource)
           
protected static TransactionStream Client.readTransactionStreams(org.jboss.netty.buffer.ChannelBuffer buffer, ResourcePool<Triplet<org.jboss.netty.channel.Channel,org.jboss.netty.buffer.ChannelBuffer,ByteBuffer>> resourcePool)
           
 TransactionStream Response.transactions()
           
 

Constructors in org.neo4j.com with parameters of type TransactionStream
Response(T response, StoreId storeId, TransactionStream transactions, ResourceReleaser releaser)
           
 



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