public class DumpArchiveSummary extends Object
DumpArchiveEntry.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object
|
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
Set the device name.
|
void |
setDumpDate(Date
Set dump date.
|
void |
setFilesystem(String
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
Set the hostname.
|
void |
setLabel(String
Set dump label.
|
void |
setLevel(int level)
Set level.
|
void |
setNTRec(int ntrec)
Set the number of records per tape block.
|
void |
setPreviousDumpDate(Date
Set previous dump date.
|
void |
setVolume(int volume)
Set volume (tape) number.
|
public DategetDumpDate()
public void setDumpDate(DatedumpDate)
public DategetPreviousDumpDate()
public void setPreviousDumpDate(DatepreviousDumpDate)
public int getVolume()
public void setVolume(int volume)
public int getLevel()
public void setLevel(int level)
public StringgetLabel()
public void setLabel(Stringlabel)
label -
public StringgetFilesystem()
public void setFilesystem(Stringfilesystem)
public StringgetDevname()
public void setDevname(Stringdevname)
devname -
public StringgetHostname()
public void setHostname(Stringhostname)
public int getFlags()
public void setFlags(int flags)
flags -
public int getFirstRecord()
public void setFirstRecord(int firstrec)
firstrec -
public int getNTRec()
public void setNTRec(int ntrec)
public boolean isNewHeader()
public boolean isNewInode()
public boolean isCompressed()
public boolean isMetaDataOnly()
public boolean isExtendedAttributes()
public int hashCode()
hashCode in class
Object
Object.hashCode()
public boolean equals(Objecto)
equals in class
Object
Object.equals(Object)