Interface ISpaceCopyResult

All Known Implementing Classes:
FailedSyncSpaceReplicateState, SpaceCopyIntermediateResult

public interface ISpaceCopyResult
  • Method Details

    • isSuccessful

      boolean isSuccessful()
    • isFailed

      boolean isFailed()
    • getFailureReason

      Exception getFailureReason()
    • isEmpty

      boolean isEmpty()
    • getStringDescription

      String getStringDescription(String remoteSpaceMember, String remoteMemberUrl, String spaceName, boolean spaceSyncOperation, long duration)
    • toOldResult

      SpaceCopyStatus toOldResult(short operationType, String targetMember)