@ExperimentalApi public class CurrentCycle extends Object implements RemovalCount
A cycle is defined as a single scan of all the applicable content.
| Constructor and Description |
|---|
CurrentCycle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Double |
getAttachmentFileSize() |
Integer |
getAttachmentsProcessed() |
Integer |
getAttachmentVersionsRemoved() |
LastIteration |
getCurrentIteration() |
Integer |
getIterationsCompleted() |
Long |
getNextStartIndex() |
Integer |
getPagesProcessed() |
Integer |
getPageVersionsRemoved() |
int |
hashCode() |
Integer |
incrementIterationsCompleted() |
void |
setAttachmentFileSize(Double attachmentFileSize) |
void |
setAttachmentsProcessed(Integer attachmentsProcessed) |
void |
setAttachmentVersionsRemoved(Integer attachmentVersionsRemoved) |
void |
setCurrentIteration(LastIteration lastIteration) |
void |
setIterationsCompleted(Integer iterationsCompleted) |
void |
setNextStartIndex(Long nextStartIndex) |
void |
setPagesProcessed(Integer pagesProcessed) |
void |
setPageVersionsRemoved(Integer pageVersionsRemoved) |
String |
toString() |
public Integer getPageVersionsRemoved()
getPageVersionsRemoved in interface RemovalCountpublic void setPageVersionsRemoved(Integer pageVersionsRemoved)
setPageVersionsRemoved in interface RemovalCountpublic Integer getAttachmentVersionsRemoved()
getAttachmentVersionsRemoved in interface RemovalCountpublic void setAttachmentVersionsRemoved(Integer attachmentVersionsRemoved)
setAttachmentVersionsRemoved in interface RemovalCountpublic Double getAttachmentFileSize()
getAttachmentFileSize in interface RemovalCountpublic void setAttachmentFileSize(Double attachmentFileSize)
setAttachmentFileSize in interface RemovalCountpublic Integer getPagesProcessed()
getPagesProcessed in interface RemovalCountpublic void setPagesProcessed(Integer pagesProcessed)
setPagesProcessed in interface RemovalCountpublic Integer getAttachmentsProcessed()
getAttachmentsProcessed in interface RemovalCountpublic void setAttachmentsProcessed(Integer attachmentsProcessed)
setAttachmentsProcessed in interface RemovalCountpublic Integer getIterationsCompleted()
public void setIterationsCompleted(Integer iterationsCompleted)
public Integer incrementIterationsCompleted()
public LastIteration getCurrentIteration()
public void setCurrentIteration(LastIteration lastIteration)
public Long getNextStartIndex()
public void setNextStartIndex(Long nextStartIndex)
Copyright © 2003–2022 Atlassian. All rights reserved.