org.apache.cassandra.db
Class SystemTable.StorageMetadata

java.lang.Object
  extended by org.apache.cassandra.db.SystemTable.StorageMetadata
Enclosing class:
SystemTable

public static class SystemTable.StorageMetadata
extends java.lang.Object


Method Summary
 byte[] getClusterName()
           
 int getGeneration()
           
 Token getToken()
           
 void setToken(Token storageId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getToken

public Token getToken()

setToken

public void setToken(Token storageId)

getGeneration

public int getGeneration()

getClusterName

public byte[] getClusterName()


Copyright © 2010 The Apache Software Foundation