org.apache.cassandra.db
Class Table.TableMetadata
java.lang.Object
org.apache.cassandra.db.Table.TableMetadata
- Enclosing class:
- Table
public static class Table.TableMetadata
- extends java.lang.Object
Field Summary |
static java.lang.String |
cfName_
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cfName_
public static final java.lang.String cfName_
- See Also:
- Constant Field Values
Table.TableMetadata
public Table.TableMetadata()
instance
public static Table.TableMetadata instance()
throws java.io.IOException
- Throws:
java.io.IOException
add
public void add(java.lang.String cf,
int id)
add
public void add(java.lang.String cf,
int id,
java.lang.String type)
isEmpty
public boolean isEmpty()
apply
public void apply()
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2009 The Apache Software Foundation