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 IndexInfobuild()IndexInfo.BuilderwithChanges(long changes)IndexInfo.BuilderwithContent(long content)IndexInfo.BuilderwithDeleted(long deleted)IndexInfo.BuilderwithDocuments(long documents)IndexInfo.BuilderwithEmptyFolder(boolean emptyFolder)IndexInfo.BuilderwithMax(long max)IndexInfo.BuilderwithOldVersion(boolean oldVersion)IndexInfo.BuilderwithValid(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()
-
-