Class IndexInfo.Builder
- java.lang.Object
-
- com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IndexInfo
build()
IndexInfo.Builder
withChanges(long changes)
IndexInfo.Builder
withContent(long content)
IndexInfo.Builder
withDeleted(long deleted)
IndexInfo.Builder
withDocuments(long documents)
IndexInfo.Builder
withEmptyFolder(boolean emptyFolder)
IndexInfo.Builder
withMax(long max)
IndexInfo.Builder
withOldVersion(boolean oldVersion)
IndexInfo.Builder
withValid(boolean valid)
-
-
-
Method Detail
-
withValid
public IndexInfo.Builder withValid(boolean valid)
-
withEmptyFolder
public IndexInfo.Builder withEmptyFolder(boolean emptyFolder)
-
withOldVersion
public IndexInfo.Builder withOldVersion(boolean oldVersion)
-
withDocuments
public IndexInfo.Builder withDocuments(long documents)
-
withMax
public IndexInfo.Builder withMax(long max)
-
withDeleted
public IndexInfo.Builder withDeleted(long deleted)
-
withContent
public IndexInfo.Builder withContent(long content)
-
withChanges
public IndexInfo.Builder withChanges(long changes)
-
build
public IndexInfo build()
-
-