|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.sparse.TPS.TPV
public static class TPS.TPV
Helper class models a single property value as of a given timestamp.
| Constructor Summary | |
|---|---|
TPS.TPV(Schema schema,
String name,
long timestamp,
Object value)
|
|
| Method Summary | |
|---|---|
String |
getName()
The property name. |
Schema |
getSchema()
The Schema. |
long |
getTimestamp()
The timestamp. |
Object |
getValue()
The property value. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TPS.TPV(Schema schema,
String name,
long timestamp,
Object value)
schema - The schema.name - The property name.timestamp - The timestamp.value - The property value -or- null if the
property was deleted as of the given timestamp.| Method Detail |
|---|
public Schema getSchema()
ITPVSchema.
getSchema in interface ITPVpublic String getName()
ITPV
getName in interface ITPVpublic long getTimestamp()
ITPV
getTimestamp in interface ITPVpublic Object getValue()
ITPV
getValue in interface ITPVnull iff the property was NOT bound as of that
timestamp (i.e., either a deleted property value or a property
that was never bound).public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||