|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.unh.sdb.datasource.DataCollection
edu.unh.sdb.datasource.DataSource
edu.unh.sdb.datasource.PhysicalDataSource
edu.unh.sdb.datasource.StatsDataSource
public class StatsDataSource
| Field Summary |
|---|
| Fields inherited from class edu.unh.sdb.datasource.PhysicalDataSource |
|---|
BIG_ENDIAN, bufferBounds, bufferDimension, bufferSteps, byteBuffers, directMemoryLimit, endian, LITTLE_ENDIAN, maxBufferSize, maxGapSize, readCounter, readLength, url |
| Fields inherited from class edu.unh.sdb.datasource.DataSource |
|---|
fdlDescriptor, isActivated, name, wsName |
| Fields inherited from class edu.unh.sdb.datasource.DataCollection |
|---|
attributeOrder, axisOrdering, axisWeights, bounds, dataOrder, dimensionality, numAttributes, pointOrder, recordDesc |
| Constructor Summary | |
|---|---|
StatsDataSource()
|
|
StatsDataSource(FDLDescriptor fdld)
|
|
StatsDataSource(java.lang.String name,
RecordDescriptor rd,
ISBounds isb,
AxisOrdering ordering,
java.lang.String URL)
|
|
| Method Summary | |
|---|---|
void |
activate()
The DataSource will perform any initialization required in order to begin reading/processing data. |
void |
datum(Datum dtm,
IndexSpaceID did,
FieldIDMapper mp)
Given an IndexSpaceID and FieldIDMapper, copy the values of the Datum at that position to the argument Datum. |
void |
deactivate()
The DataSource will release any resources used during the readling or processing of data. |
void |
printStats()
|
void |
subblock(DSBlockStencil stencil)
Fill the datablocks specified as "active" in the DSBlockStencil. |
| Methods inherited from class edu.unh.sdb.datasource.PhysicalDataSource |
|---|
allocateBuffer, allocateBuffer, allocateBuffer, allocateBuffer, allocateBuffer, allocateBuffer, allocateBuffer, allocateBuffer, allocateBuffer, deleteBuffer, deleteBuffer, deleteBuffers, equals, getBuffer, getBuffer, getBufferSize, getBufferSize, getByteOrder, getDataFileString, getMaxBufferSize, getReadCounter, getReadLength, getURL, initializeBuffers, isBigEndian, main, makeBestBuffer, resetReadCounter, setBufferByteOrder, setMaxBufferSize, setMaxGapSize, subblock, subblock, subblock, toString, toString |
| Methods inherited from class edu.unh.sdb.datasource.DataSource |
|---|
checkActivated, clearCache, copyBestID, create, create, create, createRemote, createRemote, createRemoteClient, createRemoteClient, createRemoteDataSource, createRemoteDataSource, createRemoteDataSourceUDP, createRemoteUDP, createRemoteUDP, dumpData, getName, getValues, isActivated |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatsDataSource(java.lang.String name,
RecordDescriptor rd,
ISBounds isb,
AxisOrdering ordering,
java.lang.String URL)
public StatsDataSource(FDLDescriptor fdld)
public StatsDataSource()
| Method Detail |
|---|
public void activate()
DataSource
activate in class DataSourcepublic void deactivate()
PhysicalDataSource
deactivate in class PhysicalDataSourcepublic void printStats()
public void datum(Datum dtm,
IndexSpaceID did,
FieldIDMapper mp)
datum in interface Indexabledatum in class DataCollectionpublic void subblock(DSBlockStencil stencil)
DataCollection
subblock in class DataCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||