public class IndexRebuildState extends Object
| Constructor and Description |
|---|
IndexRebuildState(boolean persistent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
persistent()
Checking if the cache is persistent.
|
org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State |
state()
Getting the state rebuild of indexes.
|
void |
state(org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State state)
Setting the state rebuild of the indexes.
|
boolean |
state(org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State exp,
org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State newState)
Atomically sets of the state rebuild of the indexes.
|
String |
toString() |
public IndexRebuildState(boolean persistent)
persistent - Persistent cache.public boolean persistent()
True if persistent.public org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State state()
public void state(org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State state)
state - New state.public boolean state(org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State exp,
org.apache.ignite.internal.processors.query.aware.IndexRebuildState.State newState)
exp - Expected state.newState - New state.True if successful.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021