org.apache.cassandra.db
Class SystemTable
java.lang.Object
org.apache.cassandra.db.SystemTable
public class SystemTable
- extends java.lang.Object
Field Summary |
static java.lang.String |
STATUS_CF
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STATUS_CF
public static final java.lang.String STATUS_CF
- See Also:
- Constant Field Values
SystemTable
public SystemTable()
updateToken
public static void updateToken(java.net.InetAddress ep,
Token token)
- Record token being used by another node
updateToken
public static void updateToken(Token token)
- This method is used to update the System Table with the new token for this node
initMetadata
public static SystemTable.StorageMetadata initMetadata()
throws java.io.IOException
- Throws:
java.io.IOException
isBootstrapped
public static boolean isBootstrapped()
setBootstrapped
public static void setBootstrapped(boolean isBootstrapped)
Copyright © 2010 The Apache Software Foundation