Interface SpaceCopyStatus

All Superinterfaces:
Serializable
All Known Implementing Classes:
SpaceCopyStatusImpl

public interface SpaceCopyStatus extends Serializable
Contains all information about space copy operation.
Since:
5.01
Author:
Igor Goldenberg
See Also:
  • Method Details

    • getTotalDummyObj

      int getTotalDummyObj()
    • setTotalDummyObj

      void setTotalDummyObj(int totalDummyObj)
    • incrementTotalDummyObjects

      void incrementTotalDummyObjects()
    • incrementCounter

      int incrementCounter()
    • getTotalCopyObj

      int getTotalCopyObj()
      Returns:
      Total copied object from target member including notify templates.
    • getSourceMemberName

      String getSourceMemberName()
      Returns:
      The source member name from where all data have been copied.
    • getTargetMemberName

      String getTargetMemberName()
      Returns:
      The target member name where all data have been copied to.
    • getSourceMemberURL

      SpaceURL getSourceMemberURL()
      Returns:
      Source member URL.
    • getCauseException

      Exception getCauseException()
      Returns:
      Cause exception happened during space-copy operation.
    • getTotalBlockedEntriesByFilter

      int getTotalBlockedEntriesByFilter()
      Returns:
      Total blocked( IReplicationFilterEntry.discard() ) entries by Replication Input Filter.
    • getTotalCopiedEntries

      Map<String,Integer> getTotalCopiedEntries()
      Returns:
      Status of copied entries where Map.Entry.getKey(): classname and Map.Entry.getValue(): count.
    • getTotalCopiedNotifyTemplates

      Map<String,Integer> getTotalCopiedNotifyTemplates()
      Returns:
      Status of copied templates where Map.Entry.getKey(): classname and Map.Entry.getValue(): count. NOTE: The key of notify null templates is presented as String: NULL_NOTIFY_TEMPLATE.
    • getTotalDuplicateEntries

      Map<String,String> getTotalDuplicateEntries()
      Returns:
      Status of duplicate UID's already exist in target space. Key - UID, value - className.
    • getWriteEntries

      HashMap<String,Integer> getWriteEntries()
    • getDuplicateUID

      HashMap<String,String> getDuplicateUID()
    • getNotifyTemplRegistration

      HashSet<EventRegistration> getNotifyTemplRegistration()