Package generalDatabase
Class DBOfflineDataMapPoint
java.lang.Object
dataMap.OfflineDataMapPoint
generalDatabase.DBOfflineDataMapPoint
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<OfflineDataMapPoint>,ManagedParameters
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDBOfflineDataMapPoint(long startTime, long endTime, int datas, Long lowestUId, Long highestUID, long missingUIDs) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNewEndTime(long utcMillis, Long uid) Add a new end time to the data mapgetName()Get a set of data that describes all of the parameters in a classvoidsetHighestUID(Long uid) voidsetLowestUID(Long uid) Methods inherited from class dataMap.OfflineDataMapPoint
addMissingUID, addOneData, clone, coincides, compareTo, equals, getEndTime, getMatchedPoint, getMissingUIDs, getNDatas, getStartTime, setEndTime, setMatchedPoint, setMinMaxUID, setMissingUIDs, setNDatas, setStartTime, toString
-
Constructor Details
-
DBOfflineDataMapPoint
-
-
Method Details
-
addNewEndTime
Add a new end time to the data map- Parameters:
utcMillis- time in millisuid-
-
getName
- Specified by:
getNamein classOfflineDataMapPoint- Returns:
- a name for the map point
-
getLowestUID
- Specified by:
getLowestUIDin classOfflineDataMapPoint- Returns:
- the lowestUId
-
setLowestUID
- Specified by:
setLowestUIDin classOfflineDataMapPoint
-
getHighestUID
- Specified by:
getHighestUIDin classOfflineDataMapPoint- Returns:
- the highestUID
-
setHighestUID
- Specified by:
setHighestUIDin classOfflineDataMapPoint
-
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
getParameterSetin interfaceManagedParameters- Overrides:
getParameterSetin classOfflineDataMapPoint- Returns:
- description of the parameters in a class.
-