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, long mergeBefore)
          Compute a new context such that if applied to context yields the same total but with old local node ids nulified and there content merged to the current localNodeId.
 

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 © 2012 The Apache Software Foundation