public class DumpArchiveSummary extends Object
DumpArchiveEntry.| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getDevname()Get the device name, e.g., /dev/sda3 or /dev/mapper/vg0-home. | 
| Date | getDumpDate()Get the date of this dump. | 
| String | getFilesystem()Get the last mountpoint, e.g., /home. | 
| int | getFirstRecord()Get the inode of the first record on this volume. | 
| int | getFlags()Get the miscellaneous flags. | 
| String | getHostname()Get the hostname of the system where the dump was performed. | 
| String | getLabel()Get dump label. | 
| int | getLevel()Get the level of this dump. | 
| int | getNTRec()Get the number of records per tape block. | 
| Date | getPreviousDumpDate()Get the date of the previous dump at this level higher. | 
| int | getVolume()Get volume (tape) number. | 
| int | hashCode() | 
| boolean | isCompressed()Is this volume compressed? N.B., individual blocks may or may not be compressed. | 
| boolean | isExtendedAttributes()Does this volume cotain extended attributes. | 
| boolean | isMetaDataOnly()Does this volume only contain metadata? | 
| boolean | isNewHeader()Is this the new header format? (We do not currently support the
 old format.) | 
| boolean | isNewInode()Is this the new inode format? (We do not currently support the
 old format.) | 
| void | setDevname(String devname)Set the device name. | 
| void | setDumpDate(Date dumpDate)Set dump date. | 
| void | setFilesystem(String filesystem)Set the last mountpoint. | 
| void | setFirstRecord(int firstrec)Set the inode of the first record. | 
| void | setFlags(int flags)Set the miscellaneous flags. | 
| void | setHostname(String hostname)Set the hostname. | 
| void | setLabel(String label)Set dump label. | 
| void | setLevel(int level)Set level. | 
| void | setNTRec(int ntrec)Set the number of records per tape block. | 
| void | setPreviousDumpDate(Date previousDumpDate)Set previous dump date. | 
| void | setVolume(int volume)Set volume (tape) number. | 
public Date getDumpDate()
public void setDumpDate(Date dumpDate)
dumpDate - the dump datepublic Date getPreviousDumpDate()
public void setPreviousDumpDate(Date previousDumpDate)
previousDumpDate - the previous dump datpublic int getVolume()
public void setVolume(int volume)
volume - the volume numberpublic int getLevel()
public void setLevel(int level)
level - the levelpublic String getLabel()
public String getFilesystem()
public void setFilesystem(String filesystem)
filesystem - the last mountpointpublic String getDevname()
public void setDevname(String devname)
devname - the device namepublic String getHostname()
public void setHostname(String hostname)
hostname - the host namepublic int getFlags()
public void setFlags(int flags)
flags - flagspublic int getFirstRecord()
public void setFirstRecord(int firstrec)
firstrec - the first recordpublic int getNTRec()
public void setNTRec(int ntrec)
ntrec - the number of records per tape blockpublic boolean isNewHeader()
public boolean isNewInode()
public boolean isCompressed()
public boolean isMetaDataOnly()
public boolean isExtendedAttributes()
Copyright © 2018 The Apache Software Foundation. All rights reserved.