EMPTY_ARRAY| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount()
Get the column count.
|
long |
getKey()
Get the unique key of the row.
|
int |
getMemory()
Get the estimated memory used for this row, in bytes.
|
Value |
getValue(int i)
Get the value for the column
|
int |
getVersion()
Get the version of the row.
|
void |
setKey(long key)
Set the unique key of the row.
|
void |
setKeyAndVersion(SearchRow row)
Set the position and version to match another row.
|
void |
setValue(int i,
Value v)
Set the value for given column
|
String |
toString() |
public SimpleRow(Value[] data)
public int getColumnCount()
SearchRowgetColumnCount in interface SearchRowpublic long getKey()
SearchRowpublic void setKey(long key)
SearchRowpublic void setKeyAndVersion(SearchRow row)
SearchRowsetKeyAndVersion in interface SearchRowrow - the other row.public int getVersion()
SearchRowgetVersion in interface SearchRowpublic void setValue(int i,
Value v)
SearchRowpublic Value getValue(int i)
SearchRowCopyright © 2012 JBoss by Red Hat. All Rights Reserved.