| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.cache |
This package contain cache-related processors & persistence implementation.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable WalStateProposeMessage |
WalStateAbstractMessage.exchangeMessage()
Get exchange message.
|
WalStateProposeMessage |
WalStateResult.message() |
@Nullable WalStateProposeMessage |
CacheGroupDescriptor.nextWalChangeRequest() |
| Modifier and Type | Method and Description |
|---|---|
List<WalStateProposeMessage> |
CacheGroupDescriptor.walChangeRequests() |
List<WalStateProposeMessage> |
CacheGroupData.walChangeRequests() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CacheGroupDescriptor.addWalChangeRequest(WalStateProposeMessage msg)
Add pending WAL change request.
|
void |
WalStateAbstractMessage.exchangeMessage(WalStateProposeMessage exchangeMsg)
Set message that will be processed through exchange thread later on.
|
void |
WalStateManager.onProposeDiscovery(WalStateProposeMessage msg)
Handle propose message in discovery thread.
|
void |
WalStateManager.onProposeExchange(WalStateProposeMessage msg)
Handle propose message which is synchronized with other cache state actions through exchange thread.
|
| Constructor and Description |
|---|
WalStateDistributedProcess(WalStateProposeMessage msg,
Collection<UUID> remainingNodes)
Constructor.
|
WalStateResult(WalStateProposeMessage msg,
boolean changed)
Constructor.
|
WalStateResult(WalStateProposeMessage msg,
String errMsg)
Constructor.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.8.1 Release Date : May 21 2020