Uses of Class
com.rbnb.api.DataBlock

Packages that use DataBlock
com.rbnb.api Provides the unsupported full application programming interface (API) and the DataTurbine server for the RBNB system. 
 

Uses of DataBlock in com.rbnb.api
 

Methods in com.rbnb.api that return DataBlock
 DataBlock Rmap.getDblock()
          Gets the DataBlock of this Rmap.
 

Methods in com.rbnb.api with parameters of type DataBlock
 Object DataBlock.extractData(DataBlock dRefI)
          Extracts data from this data pool for the input DataBlock.
 void Rmap.setDblock(DataBlock dblockI)
          Sets the DataBlock of this Rmap.
 

Constructors in com.rbnb.api with parameters of type DataBlock
Rmap(String nameI, DataBlock dblockI, TimeRange trangeI)
          Class constructor to build an Rmap from a name, data block, and TimeRange.