Package org.epics.archiverappliance.data
Interface SamplingInfo
- All Known Subinterfaces:
DBRTimeEvent
- All Known Implementing Classes:
CSVEvent,HashMapEvent,PBScalarByte,PBScalarDouble,PBScalarEnum,PBScalarFloat,PBScalarInt,PBScalarShort,PBScalarString,PBV4GenericBytes,PBVectorByte,PBVectorDouble,PBVectorEnum,PBVectorFloat,PBVectorInt,PBVectorShort,PBVectorString,POJOEvent,SimulationEvent
public interface SamplingInfo
Some additional info pertaining to the process of archiving.
For now, we only include the count.
- Author:
- mshankar
-
Method Summary
-
Method Details
-
getRepeatCount
int getRepeatCount() -
setRepeatCount
void setRepeatCount(int repeatCount)
-