Package com.j_spaces.core
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
- Returns:
- Status of copied entries where Map.Entry.getKey(): classname and Map.Entry.getValue(): count.
-
getTotalCopiedNotifyTemplates
- Returns:
- Status of copied templates where Map.Entry.getKey(): classname and
Map.Entry.getValue(): count. NOTE: The key of notify
nulltemplates is presented as String: NULL_NOTIFY_TEMPLATE.
-
getTotalDuplicateEntries
- Returns:
- Status of duplicate UID's already exist in target space. Key - UID, value - className.
-
getWriteEntries
-
getDuplicateUID
-
getNotifyTemplRegistration
HashSet<EventRegistration> getNotifyTemplRegistration()
-