public interface IgniteTxMappings
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears this mappings.
|
boolean |
empty() |
GridDistributedTxMapping |
get(UUID nodeId) |
GridDistributedTxMapping |
localMapping() |
Collection<GridDistributedTxMapping> |
mappings() |
void |
put(GridDistributedTxMapping mapping) |
GridDistributedTxMapping |
remove(UUID nodeId) |
boolean |
single() |
GridDistributedTxMapping |
singleMapping() |
void clear()
boolean empty()
True if there are no mappings.@Nullable GridDistributedTxMapping get(UUID nodeId)
nodeId - Node ID.void put(GridDistributedTxMapping mapping)
mapping - Mapping.@Nullable GridDistributedTxMapping remove(UUID nodeId)
nodeId - Node ID.@Nullable GridDistributedTxMapping localMapping()
@Nullable GridDistributedTxMapping singleMapping()
Collection<GridDistributedTxMapping> mappings()
boolean single()
True if this is single mapping.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.5.0 Release Date : May 23 2018