Uses of Class
org.neo4j.com.TransactionStream

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<org.neo4j.helpers.Triplet<String,Long,TxExtractor>> streamSource)
           
protected static TransactionStream Client.readTransactionStreams(org.jboss.netty.buffer.ChannelBuffer buffer, ResourcePool<org.neo4j.helpers.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, org.neo4j.kernel.impl.nioneo.store.StoreId storeId, TransactionStream transactions, ResourceReleaser releaser)
           
 



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