public interface CollectionSet
CollectionSet interface.
Modifier and Type | Method and Description |
---|---|
Date |
getCollectionTimestamp()
Returns the timestamp of when this data collection was taken.
|
int |
getStatus()
getStatus
|
boolean |
ignorePersist()
ignorePersist
|
void |
visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
int getStatus()
getStatus
void visit(CollectionSetVisitor visitor)
visitor
- a CollectionSetVisitor
object.boolean ignorePersist()
ignorePersist
Date getCollectionTimestamp()
Copyright © 2015. All Rights Reserved.