|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of BitArchiveStoreState in dk.netarkivet.archive.arcrepository.bitpreservation |
---|
Methods in dk.netarkivet.archive.arcrepository.bitpreservation that return BitArchiveStoreState | |
---|---|
BitArchiveStoreState |
FilePreservationStatus.getAdminBitarchiveStoreState(Location bitarchive)
Get the status of the file in a bitarchive, according to the admin data. |
BitArchiveStoreState |
AdminDataMessage.getNewvalue()
|
Methods in dk.netarkivet.archive.arcrepository.bitpreservation with parameters of type BitArchiveStoreState | |
---|---|
void |
ActiveBitPreservation.setAdminData(java.lang.String filename,
Location ba,
BitArchiveStoreState state)
Calls upon the arc repository to change the known state for the given file in one bitarchive. |
Constructors in dk.netarkivet.archive.arcrepository.bitpreservation with parameters of type BitArchiveStoreState | |
---|---|
AdminDataMessage(java.lang.String theFileName,
java.lang.String theBitarchiveName,
BitArchiveStoreState newval)
Constructor used when you change the BitarchiveStoreState. |
Uses of BitArchiveStoreState in dk.netarkivet.archive.arcrepository.distribute |
---|
Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type BitArchiveStoreState | |
---|---|
void |
JMSArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String bitarchiveName,
BitArchiveStoreState newval)
Request update of admin data to specific state. |
Uses of BitArchiveStoreState in dk.netarkivet.archive.arcrepositoryadmin |
---|
Methods in dk.netarkivet.archive.arcrepositoryadmin that return BitArchiveStoreState | |
---|---|
BitArchiveStoreState |
ArchiveStoreState.getState()
Return the current BitArchiveStoreState. |
BitArchiveStoreState |
AdminData.getState(java.lang.String arcfileName,
java.lang.String bitArchive)
Retrieves the storage state of a file for a specific bitarchive. |
BitArchiveStoreState |
ArcRepositoryEntry.getStoreState(java.lang.String ba)
Get the StoreState for this entry for a given bitarchive or null if none. |
Methods in dk.netarkivet.archive.arcrepositoryadmin with parameters of type BitArchiveStoreState | |
---|---|
java.util.Set<java.lang.String> |
AdminData.getAllFileNames(Location location,
BitArchiveStoreState state)
Returns a set of the names arcfile names that are in a given state for a specific bitarchive in the repository. |
void |
ArchiveStoreState.setState(BitArchiveStoreState storestate)
Sets the current BitarchiveStoreState. |
void |
ArchiveStoreState.setState(BitArchiveStoreState storestate,
java.util.Date lastchanged)
Sets the current BitarchiveStoreState. |
void |
UpdateableAdminData.setState(java.lang.String arcfileName,
java.lang.String bitarchiveID,
BitArchiveStoreState state)
Sets the store state for the given file on the given bitarchive. |
(package private) void |
ArcRepositoryEntry.setStoreState(java.lang.String ba,
BitArchiveStoreState state)
Set the StoreState for a specific bitarchive (set timestamp for last update to NOW). |
(package private) void |
ArcRepositoryEntry.setStoreState(java.lang.String ba,
BitArchiveStoreState state,
java.util.Date lastchanged)
Set the StoreState for a specific bitarchive (set timestamp for last update to lastchanged). |
Constructors in dk.netarkivet.archive.arcrepositoryadmin with parameters of type BitArchiveStoreState | |
---|---|
ArchiveStoreState(BitArchiveStoreState storestate)
Constructor for this class. |
|
ArchiveStoreState(BitArchiveStoreState storestate,
java.util.Date lastchanged)
Constructor for this class. |
Uses of BitArchiveStoreState in dk.netarkivet.common.distribute.arcrepository |
---|
Methods in dk.netarkivet.common.distribute.arcrepository that return BitArchiveStoreState | |
---|---|
static BitArchiveStoreState |
BitArchiveStoreState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BitArchiveStoreState[] |
BitArchiveStoreState.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods in dk.netarkivet.common.distribute.arcrepository with parameters of type BitArchiveStoreState | |
---|---|
void |
TrivialArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String bitarchiveName,
BitArchiveStoreState newval)
Updates the administrative data in the ArcRepository for a given file and location. |
void |
PreservationArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String bitarchiveName,
BitArchiveStoreState newval)
Updates the administrative data in the ArcRepository for a given file and location. |
void |
ArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String bitarchiveName,
BitArchiveStoreState newval)
Updates the administrative data in the ArcRepository for a given file and location. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |