@Immutable public class RepositoryConfiguration.Reindexing extends Object
Modifier | Constructor and Description |
---|---|
protected |
Reindexing(Document reindexing) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAsync()
Get whether the reindexing should be done synchronously or asynchronously
|
RepositoryConfiguration.ReindexingMode |
mode()
Gets the way reindexing should be performed.
|
protected Reindexing(Document reindexing)
public boolean isAsync()
true
if the reindexing should be performed asynchronously, false
otherwisepublic RepositoryConfiguration.ReindexingMode mode()
RepositoryConfiguration.ReindexingMode
instance, never null
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.