public final class AutomaticIndexingSynchronizationStrategyNames extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ASYNC
A strategy that only waits for index changes to be queued in the backend.
|
static String |
READ_SYNC
A strategy that waits for index changes to be queued and applied, forces a refresh, and waits for the refresh to complete.
|
static String |
SYNC
A strategy that waits for index changes to be queued and applied, forces a commit and a refresh,
and waits for the commit and refresh to complete.
|
static String |
WRITE_SYNC
A strategy that waits for index changes to be queued and applied, forces a commit, and waits for the commit to complete.
|
public static final String ASYNC
See the reference documentation for details.
public static final String WRITE_SYNC
See the reference documentation for details.
public static final String READ_SYNC
See the reference documentation for details.
public static final String SYNC
See the reference documentation for details.
Copyright © 2006-2020 Red Hat, Inc. and others. Licensed under the GNU Lesser General Public License (LGPL), version 2.1 or later.