|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReplicaFileInfo | |
---|---|
dk.netarkivet.archive.arcrepository.bitpreservation | |
dk.netarkivet.archive.arcrepositoryadmin |
Uses of ReplicaFileInfo in dk.netarkivet.archive.arcrepository.bitpreservation |
---|
Constructor parameters in dk.netarkivet.archive.arcrepository.bitpreservation with type arguments of type ReplicaFileInfo | |
---|---|
DatabasePreservationState(java.lang.String fileName,
java.util.List<ReplicaFileInfo> rfis)
Constructor. |
Uses of ReplicaFileInfo in dk.netarkivet.archive.arcrepositoryadmin |
---|
Methods in dk.netarkivet.archive.arcrepositoryadmin that return ReplicaFileInfo | |
---|---|
protected static ReplicaFileInfo |
ReplicaCacheHelpers.getReplicaFileInfo(long replicaFileInfoGuid,
java.sql.Connection con)
Method for retrieving ReplicaFileInfo entry in the database. |
ReplicaFileInfo |
ReplicaCacheDatabase.getReplicaFileInfo(java.lang.String filename,
Replica replica)
Method for retrieving the entry in the replicafileinfo table for a given file and replica. |
ReplicaFileInfo |
BitPreservationDAO.getReplicaFileInfo(java.lang.String filename,
Replica replica)
Method for retrieving the entry in the replicafileinfo table for a given file and replica. |
Methods in dk.netarkivet.archive.arcrepositoryadmin that return types with arguments of type ReplicaFileInfo | |
---|---|
protected static java.util.List<ReplicaFileInfo> |
ReplicaCacheHelpers.retrieveReplicaFileInfosWithChecksum(java.util.List<java.lang.Long> rfiGuids,
java.sql.Connection con)
Method for retrieving the data for the wanted entries in the replicafileinfo table. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |