Uses of Class
com.atlassian.confluence.upgrade.upgradetask.splitindex.IndexInfo.Builder
-
Packages that use IndexInfo.Builder Package Description com.atlassian.confluence.upgrade.upgradetask.splitindex -
-
Uses of IndexInfo.Builder in com.atlassian.confluence.upgrade.upgradetask.splitindex
Methods in com.atlassian.confluence.upgrade.upgradetask.splitindex that return IndexInfo.Builder Modifier and Type Method Description static IndexInfo.Builder
IndexInfo. builder()
IndexInfo.Builder
IndexInfo.Builder. withChanges(long changes)
IndexInfo.Builder
IndexInfo.Builder. withContent(long content)
IndexInfo.Builder
IndexInfo.Builder. withDeleted(long deleted)
IndexInfo.Builder
IndexInfo.Builder. withDocuments(long documents)
IndexInfo.Builder
IndexInfo.Builder. withEmptyFolder(boolean emptyFolder)
IndexInfo.Builder
IndexInfo.Builder. withMax(long max)
IndexInfo.Builder
IndexInfo.Builder. withOldVersion(boolean oldVersion)
IndexInfo.Builder
IndexInfo.Builder. withValid(boolean valid)
-