Uses of Class
dk.netarkivet.common.distribute.arcrepository.ReplicaStoreState

Packages that use ReplicaStoreState
dk.netarkivet.archive.arcrepository.bitpreservation   
dk.netarkivet.archive.arcrepository.distribute   
dk.netarkivet.archive.arcrepositoryadmin   
dk.netarkivet.common.distribute.arcrepository   
 

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 ReplicaCacheDatabase.getReplicaStoreState(java.lang.String filename, java.lang.String replicaId)
          Retrieves the ReplicaStoreState for the entry in the replicafileinfo table, which refers to the given file and replica.
 ReplicaStoreState ArchiveStoreState.getState()
          Return the current BitArchiveStoreState.
 ReplicaStoreState Admin.getState(java.lang.String filename, java.lang.String replicaChannelName)
          Returns the ReplicaStoreState of a given file in a specific replica.
 ReplicaStoreState AdminData.getState(java.lang.String arcfileName, java.lang.String replicaChannelName)
          Deprecated. Retrieves the storage state of a file for a specific replica.
 ReplicaStoreState DatabaseAdmin.getState(java.lang.String filename, java.lang.String replicaChannelName)
          Returns the ReplicaStoreState of a given file in a specific replica.
 ReplicaStoreState ArcRepositoryEntry.getStoreState(java.lang.String baId)
          Get the StoreState for this entry for a given bitarchive or null if none.
 ReplicaStoreState ReplicaFileInfo.getUploadState()
          Retrieves the uploadState.
 

Methods in dk.netarkivet.archive.arcrepositoryadmin with parameters of type ReplicaStoreState
 void ReplicaCacheDatabase.changeStateOfReplicafileinfo(java.lang.String filename, Replica replica, ReplicaStoreState state)
          Method for inserting an entry into the database about a file upload has begun for a specific replica.
 void ReplicaCacheDatabase.changeStateOfReplicafileinfo(java.lang.String filename, java.lang.String checksum, Replica replica, ReplicaStoreState state)
          Method for inserting an entry into the database about a file upload has begun for a specific replica.
 java.util.Set<java.lang.String> Admin.getAllFileNames(Replica rep, ReplicaStoreState state)
          Retrieves a set with the name of the files with a specific ReplicaStoreState in a specific replica.
 java.util.Set<java.lang.String> AdminData.getAllFileNames(Replica replica, ReplicaStoreState state)
          Deprecated. Returns a set of the arcfile names that are in a given state for a specific bitarchive in the repository.
 java.util.Set<java.lang.String> DatabaseAdmin.getAllFileNames(Replica rep, ReplicaStoreState state)
          Retrieves a set with the name of the files with a specific ReplicaStoreState in a specific replica.
 java.util.Collection<java.lang.String> ReplicaCacheDatabase.retrieveFilenamesForReplicaEntries(java.lang.String replicaId, ReplicaStoreState state)
          Retrieves the names of all the files in the given replica which has the specified UploadStatus.
 void ReplicaCacheDatabase.setReplicaStoreState(java.lang.String filename, java.lang.String replicaId, ReplicaStoreState state)
          Sets the ReplicaStoreState for the entry in the replicafileinfo table.
 void ArchiveStoreState.setState(ReplicaStoreState state)
          Sets the current ReplicaStoreState.
 void ArchiveStoreState.setState(ReplicaStoreState state, java.util.Date lastDate)
          Sets the current ReplicaStoreState.
 void Admin.setState(java.lang.String filename, java.lang.String repChannelId, ReplicaStoreState state)
          Sets the store state of an entry to a specific value.
 void DatabaseAdmin.setState(java.lang.String filename, java.lang.String repChannelId, ReplicaStoreState state)
          Sets the store state of an entry to a specific value.
 void UpdateableAdminData.setState(java.lang.String fileName, java.lang.String replicaID, ReplicaStoreState state)
          Deprecated. 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.fromOrdinal(int i)
           
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.