N
- The node class, used in grids, datasets, trees, and the nodes of
graphsE
- the edge class for graphspublic interface StreamingAccessor<N,E> extends DataAccessor<N,E>
Modifier and Type | Method and Description |
---|---|
void |
addDataStructureListener(DataStructureListener listener)
Add a data structure listener to listen for events when a particular
data structure changes.
|
int |
getAgingTime()
Get the length of time that a particular data element will be retained.
|
void |
setAgingTime(int time)
Set the length of time that a particular data element will be retained.
|
extendGraph, extendTree, getDataset, getDatasetNames, getGraph, getGraphNames, getGrid, getGridNames, getStructureType, getTree, getTreeNames, setConfig, setInitParameters
void addDataStructureListener(DataStructureListener listener)
listener
- the DataStructureListenerint getAgingTime()
void setAgingTime(int time)
time
- the aging time