|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ITPV
a Timestamped Property Value is a single {property, timestamp, value} tuple
for some schema as read from the SparseRowStore.
| Method Summary | |
|---|---|
String |
getName()
The property name. |
Schema |
getSchema()
The Schema. |
long |
getTimestamp()
The timestamp. |
Object |
getValue()
The property value. |
| Method Detail |
|---|
Schema getSchema()
Schema.
long getTimestamp()
String getName()
Object getValue()
null iff the property was NOT bound as of that
timestamp (i.e., either a deleted property value or a property
that was never bound).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||