public class MvccCoordinator extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static MvccCoordinator |
DISCONNECTED_COORDINATOR |
static MvccCoordinator |
UNASSIGNED_COORDINATOR |
| Constructor and Description |
|---|
MvccCoordinator(AffinityTopologyVersion topVer,
UUID nodeId,
long ver,
boolean local) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
disconnected() |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
initialized() |
void |
initialized(boolean initialized) |
boolean |
local() |
UUID |
nodeId() |
AffinityTopologyVersion |
topologyVersion() |
String |
toString() |
boolean |
unassigned() |
long |
version() |
public static final MvccCoordinator DISCONNECTED_COORDINATOR
public static final MvccCoordinator UNASSIGNED_COORDINATOR
public MvccCoordinator(AffinityTopologyVersion topVer, UUID nodeId, long ver, boolean local)
topVer - Topology version when coordinator was assigned.nodeId - Coordinator node ID.ver - Coordinator version.local - True if the local node is a coordinator.public AffinityTopologyVersion topologyVersion()
public UUID nodeId()
public long version()
public boolean local()
True if the coordinator is local.public boolean disconnected()
True if the coordinator is disconnected.public boolean unassigned()
True if the coordinator has not been assigned yet.public boolean initialized()
True if the coordinator is initialized.public void initialized(boolean initialized)
initialized - Initialized flag.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020