public class Memory.Table.Row extends Object implements Row
get(String).| Modifier and Type | Class and Description |
|---|---|
class |
Memory.Table.Row.ColumnFamily
A column family owning values.
|
Row.ColumnFamilyData| Modifier and Type | Method and Description |
|---|---|
long |
createTransaction() |
String |
getKey()
The key for this row.
|
Row.ColumnFamilyData |
getValues() |
protected Memory.Table.Row.ColumnFamily |
newElement(String name)
Creates a column family according to its name.
|
public final String key
public Row(String key)
protected Memory.Table.Row.ColumnFamily newElement(String name)
name - the key for the newly created elementpublic Row.ColumnFamilyData getValues()
public long createTransaction()
Copyright © 2016. All Rights Reserved.