|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPamDetection.NewPamDataUnit
@Deprecated public abstract class NewPamDataUnit
Class to eventually replace existing PamDataUnits. IS abstract
| Field Summary | |
|---|---|
protected long |
absBlockIndex
Deprecated. Absolute block index, needed for searches once NPDU's start getting deleted off the front of the storage |
private PamDataBlock |
parentDataBlock
Deprecated. Reference to parent data block |
protected long |
timeMilliseconds
Deprecated. time the NewPamDataUnit was created based using standard Java time |
| Constructor Summary | |
|---|---|
NewPamDataUnit(long timeMilliseconds,
PamDataBlock parentDataBlock)
Deprecated. Reference to nearest Gps data block (I like to cross reference everything to GPS data) (Class GpsDataUnit not actually defined yet) |
|
| Method Summary | |
|---|---|
long |
getAbsBlockIndex()
Deprecated. |
PamDataBlock |
getParentDataBlock()
Deprecated. |
long |
getTimeMilliseconds()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected long timeMilliseconds
protected long absBlockIndex
private PamDataBlock parentDataBlock
| Constructor Detail |
|---|
public NewPamDataUnit(long timeMilliseconds,
PamDataBlock parentDataBlock)
| Method Detail |
|---|
public long getAbsBlockIndex()
public PamDataBlock getParentDataBlock()
public long getTimeMilliseconds()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||