public abstract class IndexConfig
extends java.lang.Object
Contains configuration that is tied to a specific index implementation but is
otherwise global, i.e. not tied to a specific ChangeIndex
and schema
version.
Constructor and Description |
---|
IndexConfig() |
Modifier and Type | Method and Description |
---|---|
static IndexConfig |
create(int maxLimit) |
static IndexConfig |
createDefault() |
abstract int |
maxLimit() |
public static IndexConfig createDefault()
public static IndexConfig create(int maxLimit)
public abstract int maxLimit()