Interface SpaceCopyStatus
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SpaceCopyStatusImpl
Contains all information about space copy operation.
- Since:
- 5.01
- Author:
- Igor Goldenberg
- See Also:
-
Method Summary
-
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
-
getTotalCopiedNotifyTemplates
-
getTotalDuplicateEntries
-
getWriteEntries
-
getDuplicateUID
-
getNotifyTemplRegistration
HashSet<EventRegistration> getNotifyTemplRegistration()
-