org.apache.cassandra.db
Class SystemTable

java.lang.Object
  extended by org.apache.cassandra.db.SystemTable

public class SystemTable
extends java.lang.Object

Author : Avinash Lakshman ( alakshman@facebook.com) & Prashant Malik ( pmalik@facebook.com )


Field Summary
static java.lang.String cfName_
           
static java.lang.String name_
           
 
Method Summary
 Row get(java.lang.String key)
           
static SystemTable openSystemTable(java.lang.String tableName)
           
 void reset(Row row)
           
 void updateToken(Token token)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name_

public static final java.lang.String name_
See Also:
Constant Field Values

cfName_

public static final java.lang.String cfName_
See Also:
Constant Field Values
Method Detail

openSystemTable

public static SystemTable openSystemTable(java.lang.String tableName)
                                   throws java.io.IOException
Throws:
java.io.IOException

get

public Row get(java.lang.String key)
        throws java.io.IOException
Throws:
java.io.IOException

updateToken

public void updateToken(Token token)
                 throws java.io.IOException
Throws:
java.io.IOException

reset

public void reset(Row row)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2009 The Apache Software Foundation