Uses of Class
org.neo4j.helpers.Triplet

Packages that use Triplet
org.neo4j.com   
org.neo4j.helpers Common Java utilities. 
 

Uses of Triplet in org.neo4j.com
 

Methods in org.neo4j.com with parameters of type Triplet
 void MasterUtil.TxHandler.accept(Triplet<String,Long,TxExtractor> tx, XaDataSource dataSource)
           
protected  void Client.closeChannel(Triplet<org.jboss.netty.channel.Channel,org.jboss.netty.buffer.ChannelBuffer,ByteBuffer> channel)
           
protected  void Client.releaseChannel(RequestType<M> type, Triplet<org.jboss.netty.channel.Channel,org.jboss.netty.buffer.ChannelBuffer,ByteBuffer> channel)
           
 

Method parameters in org.neo4j.com with type arguments of type Triplet
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)
           
 

Uses of Triplet in org.neo4j.helpers
 

Methods in org.neo4j.helpers that return Triplet
static
<T1,T2,T3> Triplet<T1,T2,T3>
Triplet.of(T1 first, T2 second, T3 third)
          Create a new triplet of objects.
 



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