Uses of Class
org.neo4j.helpers.Pair

Packages that use Pair
org.neo4j.helpers Common Java utilities. 
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.nioneo.xa   
org.neo4j.kernel.impl.persistence   
org.neo4j.kernel.impl.storemigration   
org.neo4j.kernel.impl.transaction.xaframework   
org.neo4j.management Advanced management support using JMX. 
 

Uses of Pair in org.neo4j.helpers
 

Subclasses of Pair in org.neo4j.helpers
 class Triplet<T1,T2,T3>
          Utility to handle triplets of objects.
 

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

Uses of Pair in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return Pair
 Pair<Master,Machine> Broker.bootstrap()
           
 Pair<Master,Machine> AbstractBroker.bootstrap()
           
 Pair<Master,Machine> Broker.getMaster()
           
 Pair<Master,Machine> ClusterClient.getMasterClient()
           
 Pair<Master,Machine> Broker.getMasterReally(boolean allowChange)
           
 

Methods in org.neo4j.kernel.ha that return types with arguments of type Pair
 Response<Pair<Integer,Long>> Master.getMasterIdForCommittedTx(long txId, StoreId myStoreId)
          Gets the master id for a given txId, also a checksum for that tx.
 Response<Pair<Integer,Long>> MasterImpl.getMasterIdForCommittedTx(long txId, StoreId storeId)
           
 Response<Pair<Integer,Long>> MasterClient.getMasterIdForCommittedTx(long txId, StoreId storeId)
           
 

Uses of Pair in org.neo4j.kernel.ha.zookeeper
 

Fields in org.neo4j.kernel.ha.zookeeper declared as Pair
static Pair<Master,Machine> AbstractZooKeeperManager.NO_MASTER_MACHINE_PAIR
           
 

Methods in org.neo4j.kernel.ha.zookeeper that return Pair
 Pair<Master,Machine> ZooKeeperBroker.bootstrap()
           
protected  Pair<Master,Machine> AbstractZooKeeperManager.bootstrap()
           
 Pair<Master,Machine> AbstractZooKeeperManager.getCachedMaster()
           
 Pair<Master,Machine> ZooKeeperBroker.getMaster()
           
 Pair<Master,Machine> ZooKeeperClusterClient.getMasterClient()
           
protected  Pair<Master,Machine> AbstractZooKeeperManager.getMasterFromZooKeeper(boolean wait, boolean allowChange)
          Tries to discover the master from the zookeeper information.
 Pair<Master,Machine> ZooKeeperBroker.getMasterReally(boolean allowChange)
           
 Pair<String,Integer> Machine.getServer()
           
protected  Pair<Integer,Integer> AbstractZooKeeperManager.parseChild(String child)
           
protected  Pair<Long,Integer> AbstractZooKeeperManager.readDataRepresentingInstance(String path)
           
protected  Pair<String,Integer> AbstractZooKeeperManager.readHaServer(int machineId, boolean wait)
           
static Pair<String,Integer> Machine.splitIpAndPort(String server)
           
 

Uses of Pair in org.neo4j.kernel.impl.nioneo.store
 

Methods in org.neo4j.kernel.impl.nioneo.store that return Pair
static Pair<byte[],byte[]> PropertyStore.readFullByteArray(long startRecord, Iterable<DynamicRecord> records, AbstractDynamicStore store, PropertyType propertyType)
           
 

Methods in org.neo4j.kernel.impl.nioneo.store with parameters of type Pair
 Object DynamicArrayStore.getRightArray(Pair<byte[],byte[]> data)
           
 

Uses of Pair in org.neo4j.kernel.impl.nioneo.xa
 

Methods in org.neo4j.kernel.impl.nioneo.xa that return Pair
 Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> WriteTransaction.getMoreRelationships(long nodeId, long position)
           
 

Uses of Pair in org.neo4j.kernel.impl.persistence
 

Methods in org.neo4j.kernel.impl.persistence that return Pair
 Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> PersistenceManager.getMoreRelationships(long nodeId, long position)
           
 Pair<Map<RelIdArray.DirectionWrapper,Iterable<RelationshipRecord>>,Long> NeoStoreTransaction.getMoreRelationships(long nodeId, long position)
           
 

Uses of Pair in org.neo4j.kernel.impl.storemigration
 

Method parameters in org.neo4j.kernel.impl.storemigration with type arguments of type Pair
 long PropertyWriter.writeProperties(List<Pair<Integer,Object>> properties)
          Transforms a mapping of key index ids to values into a property chain.
 

Uses of Pair in org.neo4j.kernel.impl.transaction.xaframework
 

Methods in org.neo4j.kernel.impl.transaction.xaframework that return Pair
 Pair<Integer,Long> XaLogicalLog.getMasterForCommittedTransaction(long txId)
           
 Pair<Integer,Long> LogBackedXaDataSource.getMasterForCommittedTx(long txId)
           
 Pair<Integer,Long> XaDataSource.getMasterForCommittedTx(long txId)
           
 

Method parameters in org.neo4j.kernel.impl.transaction.xaframework with type arguments of type Pair
static XaContainer XaContainer.create(XaDataSource dataSource, String logicalLog, XaCommandFactory cf, XaTransactionFactory tf, List<Pair<TransactionInterceptorProvider,Object>> providers, Map<Object,Object> config)
          Creates a XaContainer.
static TransactionInterceptor TransactionInterceptorProvider.resolveChain(List<Pair<TransactionInterceptorProvider,Object>> providers, XaDataSource ds)
          A utility method that given some TransactionInterceptorProviders and their configuration objects returns a fully resolved chain of TransactionInterceptors - the return object is the first interceptor in the chain.
 

Uses of Pair in org.neo4j.management
 

Methods in org.neo4j.management that return Pair
 Pair<Neo4jManager,HighAvailability> InstanceInfo.connect()
           
 Pair<Neo4jManager,HighAvailability> InstanceInfo.connect(String username, String password)
           
 



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