|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ReplicaStoreState in dk.netarkivet.archive.arcrepository.bitpreservation |
---|
Methods in dk.netarkivet.archive.arcrepository.bitpreservation that return ReplicaStoreState | |
---|---|
ReplicaStoreState |
AdminDataMessage.getNewvalue()
|
Constructors in dk.netarkivet.archive.arcrepository.bitpreservation with parameters of type ReplicaStoreState | |
---|---|
AdminDataMessage(java.lang.String theFileName,
java.lang.String theReplicaId,
ReplicaStoreState newval)
Constructor used when you change the BitarchiveStoreState. |
Uses of ReplicaStoreState in dk.netarkivet.archive.arcrepository.distribute |
---|
Methods in dk.netarkivet.archive.arcrepository.distribute with parameters of type ReplicaStoreState | |
---|---|
void |
JMSArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String replicaId,
ReplicaStoreState newval)
Request update of admin data to specific state. |
Uses of ReplicaStoreState in dk.netarkivet.archive.arcrepositoryadmin |
---|
Methods in dk.netarkivet.archive.arcrepositoryadmin that return ReplicaStoreState | |
---|---|
ReplicaStoreState |
ArchiveStoreState.getState()
Return the current BitArchiveStoreState. |
ReplicaStoreState |
AdminData.getState(java.lang.String arcfileName,
java.lang.String replicaChannelName)
Retrieves the storage state of a file for a specific replica. |
ReplicaStoreState |
ArcRepositoryEntry.getStoreState(java.lang.String baId)
Get the StoreState for this entry for a given bitarchive or null if none. |
Methods in dk.netarkivet.archive.arcrepositoryadmin with parameters of type ReplicaStoreState | |
---|---|
java.util.Set<java.lang.String> |
AdminData.getAllFileNames(Replica replica,
ReplicaStoreState state)
Returns a set of the arcfile names that are in a given state for a specific bitarchive in the repository. |
void |
ArchiveStoreState.setState(ReplicaStoreState storestate)
Sets the current BitarchiveStoreState. |
void |
ArchiveStoreState.setState(ReplicaStoreState storestate,
java.util.Date lastchanged)
Sets the current BitarchiveStoreState. |
void |
UpdateableAdminData.setState(java.lang.String arcfileName,
java.lang.String bitarchiveID,
ReplicaStoreState state)
Sets the store state for the given file on the given bitarchive. |
(package private) void |
ArcRepositoryEntry.setStoreState(java.lang.String ba,
ReplicaStoreState state)
Set the StoreState for a specific bitarchive (set timestamp for last update to NOW). |
(package private) void |
ArcRepositoryEntry.setStoreState(java.lang.String baId,
ReplicaStoreState 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 ReplicaStoreState | |
---|---|
ArchiveStoreState(ReplicaStoreState storestate)
Constructor for this class. |
|
ArchiveStoreState(ReplicaStoreState storestate,
java.util.Date lastchanged)
Constructor for this class. |
Uses of ReplicaStoreState in dk.netarkivet.common.distribute.arcrepository |
---|
Methods in dk.netarkivet.common.distribute.arcrepository that return ReplicaStoreState | |
---|---|
static ReplicaStoreState |
ReplicaStoreState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ReplicaStoreState[] |
ReplicaStoreState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in dk.netarkivet.common.distribute.arcrepository with parameters of type ReplicaStoreState | |
---|---|
void |
PreservationArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String replicaId,
ReplicaStoreState newval)
Updates the administrative data in the ArcRepository for a given file and bitarchive replica. |
void |
ArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String bitarchiveId,
ReplicaStoreState newval)
Updates the administrative data in the ArcRepository for a given file and replica. |
void |
LocalArcRepositoryClient.updateAdminData(java.lang.String fileName,
java.lang.String bitarchiveId,
ReplicaStoreState newval)
Updates the administrative data in the ArcRepository for a given file and replica. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |