Package com.flowable.indexing
Class ReindexingProperties
- java.lang.Object
-
- com.flowable.indexing.ReindexingProperties
-
public class ReindexingProperties extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReindexingProperties.DatabaseRead
static class
ReindexingProperties.Pool
-
Constructor Summary
Constructors Constructor Description ReindexingProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReindexingProperties.DatabaseRead
getDatabaseRead()
Duration
getTotalTimeout()
void
setTotalTimeout(Duration totalTimeout)
-
-
-
Method Detail
-
getDatabaseRead
public ReindexingProperties.DatabaseRead getDatabaseRead()
-
getTotalTimeout
public Duration getTotalTimeout()
-
setTotalTimeout
public void setTotalTimeout(Duration totalTimeout)
-
-