Uses of Class
org.apache.cassandra.utils.NodeId.NodeIdRecord

Packages that use NodeId.NodeIdRecord
org.apache.cassandra.db   
org.apache.cassandra.db.context   
org.apache.cassandra.utils   
 

Uses of NodeId.NodeIdRecord in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return types with arguments of type NodeId.NodeIdRecord
static java.util.List<NodeId.NodeIdRecord> SystemTable.getOldLocalNodeIds()
           
 

Uses of NodeId.NodeIdRecord in org.apache.cassandra.db.context
 

Method parameters in org.apache.cassandra.db.context with type arguments of type NodeId.NodeIdRecord
 java.nio.ByteBuffer CounterContext.computeOldShardMerger(java.nio.ByteBuffer context, java.util.List<NodeId.NodeIdRecord> oldIds)
          Compute a new context such that if applied to context yields the same total but with the older local node id merged into the second to older one (excluding current local node id) if need be.
 

Uses of NodeId.NodeIdRecord in org.apache.cassandra.utils
 

Methods in org.apache.cassandra.utils that return types with arguments of type NodeId.NodeIdRecord
static java.util.List<NodeId.NodeIdRecord> NodeId.getOldLocalNodeIds()
          Return the list of old local node id of this node.
 



Copyright © 2011 The Apache Software Foundation