binaryFileStorage
Class BinaryOfflineDataMapPoint
java.lang.Object
dataMap.OfflineDataMapPoint
binaryFileStorage.BinaryOfflineDataMapPoint
- All Implemented Interfaces:
- java.lang.Comparable<OfflineDataMapPoint>
public class BinaryOfflineDataMapPoint
- extends OfflineDataMapPoint
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
binaryHeader
private BinaryHeader binaryHeader
binaryFooter
private BinaryFooter binaryFooter
moduleHeader
private ModuleHeader moduleHeader
moduleFooter
private ModuleFooter moduleFooter
binaryFile
private java.io.File binaryFile
BinaryOfflineDataMapPoint
public BinaryOfflineDataMapPoint(java.io.File file,
BinaryHeader binaryHeader,
BinaryFooter binaryFooter,
ModuleHeader moduleHeader,
ModuleFooter moduleFooter)
update
public void update(java.io.File file,
BinaryHeader binaryHeader,
BinaryFooter binaryFooter,
ModuleHeader moduleHeader,
ModuleFooter moduleFooter)
getName
public java.lang.String getName()
- Specified by:
getName in class OfflineDataMapPoint
- Returns:
- a name for the map point
getBinaryHeader
public BinaryHeader getBinaryHeader()
- Returns:
- the binary file header
getBinaryFooter
public BinaryFooter getBinaryFooter()
- Returns:
- the binary file footer
getBinaryFile
public java.io.File getBinaryFile()
- Returns:
- the binaryFile
getModuleHeader
public ModuleHeader getModuleHeader()
- Returns:
- the moduleHeader
setModuleHeader
public void setModuleHeader(ModuleHeader moduleHeader)
- Parameters:
moduleHeader - the moduleHeader to set
getModuleFooter
public ModuleFooter getModuleFooter()
- Returns:
- the moduleFooter
setModuleFooter
public void setModuleFooter(ModuleFooter moduleFooter)
- Parameters:
moduleFooter - the moduleFooter to set