com.bigdata.sparse
Interface ITPV

All Known Implementing Classes:
TPS.TPV

public interface ITPV

a Timestamped Property Value is a single {property, timestamp, value} tuple for some schema as read from the SparseRowStore.

Version:
$Id: ITPV.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Method Summary
 String getName()
          The property name.
 Schema getSchema()
          The Schema.
 long getTimestamp()
          The timestamp.
 Object getValue()
          The property value.
 

Method Detail

getSchema

Schema getSchema()
The Schema.


getTimestamp

long getTimestamp()
The timestamp.


getName

String getName()
The property name.


getValue

Object getValue()
The property value.

Returns:
The value of the property as of the indicated timestamp -or- 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).


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.