Package com.flowable.indexing
Class ReindexingProperties.DatabaseRead
- java.lang.Object
-
- com.flowable.indexing.ReindexingProperties.DatabaseRead
-
- Enclosing class:
- ReindexingProperties
public static class ReindexingProperties.DatabaseRead extends Object
-
-
Constructor Summary
Constructors Constructor Description DatabaseRead()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPageSize()
ReindexingProperties.Pool
getPool()
void
setPageSize(int pageSize)
-
-
-
Method Detail
-
getPageSize
public int getPageSize()
-
setPageSize
public void setPageSize(int pageSize)
-
getPool
public ReindexingProperties.Pool getPool()
-
-