|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectdk.netarkivet.archive.arcrepository.bitpreservation.ReplicaFileInfo
public class ReplicaFileInfo
This is a container for the ReplicaFileInfo table in the bitpreservation database.
Field Summary | |
---|---|
java.lang.String |
checksum
The checksum of the file in the segment within the replica. |
java.sql.Date |
checksumCheckdatetime
The date for the last checksum update of the entry. |
long |
fileId
The id of the file in the file table. |
java.sql.Date |
filelistCheckdatetime
The date for the last filelist update of the entry. |
FileListStatus |
filelistStatus
The filelist status. |
long |
guid
The guid. |
java.lang.String |
replicaId
The replicaId. |
long |
segmentId
The id of the segment in the segment. |
int |
uploadStatus
The uploadstatus. |
Constructor Summary | |
---|---|
ReplicaFileInfo(long gId,
java.lang.String rId,
long fId,
long sId,
java.lang.String cs,
int us,
int fs,
java.sql.Date fDate,
java.sql.Date cDate)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
toString()
Retrieves this object as as a string. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public long guid
public java.lang.String replicaId
public long fileId
public long segmentId
public java.lang.String checksum
public int uploadStatus
public FileListStatus filelistStatus
public java.sql.Date filelistCheckdatetime
public java.sql.Date checksumCheckdatetime
Constructor Detail |
---|
public ReplicaFileInfo(long gId, java.lang.String rId, long fId, long sId, java.lang.String cs, int us, int fs, java.sql.Date fDate, java.sql.Date cDate)
gId
- The guid.rId
- The replicaId.fId
- The fileId.sId
- the segmentId.cs
- The checksum.us
- The updatestatus.fs
- The filelist status.fDate
- The date for the last filelist update.cDate
- The date for the last checksum update.Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |