Package com.google.gerrit.index
Class IndexConfig.Builder
- java.lang.Object
-
- com.google.gerrit.index.IndexConfig.Builder
-
- Enclosing class:
- IndexConfig
public abstract static class IndexConfig.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description IndexConfig
build()
abstract int
maxLimit()
abstract IndexConfig.Builder
maxLimit(int maxLimit)
abstract int
maxPages()
abstract IndexConfig.Builder
maxPages(int maxPages)
abstract int
maxTerms()
abstract IndexConfig.Builder
maxTerms(int maxTerms)
abstract IndexConfig.Builder
separateChangeSubIndexes(boolean separate)
-
-
-
Method Detail
-
maxLimit
public abstract IndexConfig.Builder maxLimit(int maxLimit)
-
maxLimit
public abstract int maxLimit()
-
maxPages
public abstract IndexConfig.Builder maxPages(int maxPages)
-
maxPages
public abstract int maxPages()
-
maxTerms
public abstract IndexConfig.Builder maxTerms(int maxTerms)
-
maxTerms
public abstract int maxTerms()
-
separateChangeSubIndexes
public abstract IndexConfig.Builder separateChangeSubIndexes(boolean separate)
-
build
public IndexConfig build()
-
-