Uses of Class
org.neo4j.kernel.impl.nioneo.store.StoreId

Packages that use StoreId
org.neo4j.com   
org.neo4j.kernel Implementation for embedding a Neo4j graph database in an application. 
org.neo4j.kernel.ha   
org.neo4j.kernel.ha.zookeeper   
org.neo4j.kernel.impl.nioneo.store   
org.neo4j.kernel.impl.nioneo.xa   
 

Uses of StoreId in org.neo4j.com
 

Methods in org.neo4j.com that return StoreId
protected  StoreId Client.getMyStoreId()
           
 StoreId Response.getStoreId()
           
 

Methods in org.neo4j.com with parameters of type StoreId
protected
<R> Response<R>
Client.sendRequest(RequestType<M> type, SlaveContext context, Serializer serializer, Deserializer<R> deserializer, StoreId specificStoreId)
           
 

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

Uses of StoreId in org.neo4j.kernel
 

Methods in org.neo4j.kernel with parameters of type StoreId
protected  void HAGraphDb.reevaluateMyself(StoreId storeId)
           
 

Uses of StoreId in org.neo4j.kernel.ha
 

Methods in org.neo4j.kernel.ha that return StoreId
 StoreId Broker.getClusterStoreId(boolean firstTime)
          Asks the cluster for and returns the storeId currently shared by the cluster members or a new one if none is there.
 StoreId AbstractBroker.getClusterStoreId(boolean firstTime)
           
 

Methods in org.neo4j.kernel.ha with parameters of type StoreId
 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 StoreId in org.neo4j.kernel.ha.zookeeper
 

Methods in org.neo4j.kernel.ha.zookeeper that return StoreId
 StoreId NeoStoreUtil.asStoreId()
           
 StoreId ZooClient.getClusterStoreId(org.neo4j.kernel.ha.zookeeper.AbstractZooKeeperManager.WaitMode waitMode)
           
 StoreId ZooKeeperBroker.getClusterStoreId(boolean firstTime)
           
static StoreId ZooKeeperClusterClient.getClusterStoreId(org.apache.zookeeper.ZooKeeper keeper, String clusterName)
           
 

Methods in org.neo4j.kernel.ha.zookeeper with parameters of type StoreId
static String ZooKeeperClusterClient.asRootPath(StoreId storeId)
           
 

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

Methods in org.neo4j.kernel.impl.nioneo.store that return StoreId
static StoreId StoreId.deserialize(byte[] data)
           
static StoreId StoreId.deserialize(ByteBuffer buffer)
           
 StoreId NeoStore.getStoreId()
           
 

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

Methods in org.neo4j.kernel.impl.nioneo.xa that return StoreId
 StoreId NeoStoreXaDataSource.getStoreId()
           
 



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