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

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

Uses of NodeId in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return NodeId
static NodeId SystemTable.getCurrentLocalNodeId()
          Read the current local node id from the system table or null if no such node id is recorded.
 

Methods in org.apache.cassandra.db with parameters of type NodeId
 boolean CounterColumn.hasNodeId(NodeId id)
          Check if a given nodeId is found in this CounterColumn context.
static void SystemTable.writeCurrentLocalNodeId(NodeId oldNodeId, NodeId newNodeId)
          Write a new current local node id to the system table.
 

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

Methods in org.apache.cassandra.db.context that return NodeId
 NodeId CounterContext.ContextState.getNodeId()
           
 

Methods in org.apache.cassandra.db.context with parameters of type NodeId
 java.nio.ByteBuffer CounterContext.create(NodeId id, long clock, long value, boolean isDelta)
           
 boolean CounterContext.hasNodeId(java.nio.ByteBuffer context, NodeId id)
          Checks whether the provided context has a count for the provided NodeId.
 void CounterContext.ContextState.writeElement(NodeId id, long clock, long count)
           
 void CounterContext.ContextState.writeElement(NodeId id, long clock, long count, boolean isDelta)
           
 

Uses of NodeId in org.apache.cassandra.utils
 

Fields in org.apache.cassandra.utils declared as NodeId
 NodeId NodeId.NodeIdRecord.id
           
 

Methods in org.apache.cassandra.utils that return NodeId
static NodeId NodeId.fromInt(int n)
          Function for test purposes, do not use otherwise.
static NodeId NodeId.generate()
           
static NodeId NodeId.getLocalId()
           
static NodeId NodeId.wrap(java.nio.ByteBuffer id)
           
static NodeId NodeId.wrap(java.nio.ByteBuffer bb, int offset)
           
 

Methods in org.apache.cassandra.utils with parameters of type NodeId
 int NodeId.compareTo(NodeId o)
           
 

Constructors in org.apache.cassandra.utils with parameters of type NodeId
NodeId.NodeIdRecord(NodeId id)
           
NodeId.NodeIdRecord(NodeId id, long timestamp)
           
 



Copyright © 2011 The Apache Software Foundation