Package | Description |
---|---|
org.apache.ignite |
Contains entry-point Ignite & HPC APIs.
|
org.apache.ignite.compute |
Contains Compute Grid functionality.
|
org.apache.ignite.events |
Contains Event Subscription functionality together with various events emitted by Ignite.
|
org.apache.ignite.lang |
Contains general language constructs and functional APIs for distributed computations.
|
org.apache.ignite.plugin.extensions.communication |
Contains extendable components for communication.
|
org.apache.ignite.spi |
Contains common classes and interfaces for SPI implementations.
|
org.apache.ignite.spi.systemview.view |
Contains
SystemView clases that exists in Ignite. |
org.apache.ignite.spi.systemview.view.datastructures | |
org.apache.ignite.transactions |
Contains transaction-related classes.
|
Modifier and Type | Method and Description |
---|---|
<R> Map<IgniteUuid,ComputeTaskFuture<R>> |
IgniteCompute.activeTaskFutures()
Gets tasks future for active tasks started on local node.
|
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
ComputeTaskSession.getId()
Gets session ID of the task being executed.
|
IgniteUuid |
ComputeJobContext.getJobId()
Gets ID of the job this context belongs to.
|
IgniteUuid |
ComputeJobSibling.getJobId()
Gets ID of this grid job sibling.
|
Modifier and Type | Method and Description |
---|---|
@Nullable ComputeJobSibling |
ComputeTaskSession.getJobSibling(IgniteUuid jobId)
Gets job sibling for a given ID.
|
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
EventAdapter.id()
Gets globally unique ID of this event.
|
IgniteUuid |
Event.id()
Gets globally unique ID of this event.
|
IgniteUuid |
JobEvent.jobId()
Gets job ID.
|
IgniteUuid |
TaskEvent.taskSessionId()
Gets session ID of the task that triggered the event.
|
IgniteUuid |
JobEvent.taskSessionId()
Gets task session ID of the task that triggered this event.
|
IgniteUuid |
CacheEvent.xid()
ID of surrounding cache transaction or null if there is
no surrounding transaction.
|
Modifier and Type | Method and Description |
---|---|
void |
JobEvent.jobId(IgniteUuid jobId)
Sets job ID.
|
void |
JobEvent.taskSessionId(IgniteUuid sesId)
Sets task session ID of the task that triggered this event.
|
Constructor and Description |
---|
CacheEvent(String cacheName,
ClusterNode node,
@Nullable ClusterNode evtNode,
String msg,
int type,
int part,
boolean near,
Object key,
IgniteUuid xid,
String txLbl,
Object lockId,
Object newVal,
boolean hasNewVal,
Object oldVal,
boolean hasOldVal,
UUID subjId,
String cloClsName,
String taskName)
Constructs cache event.
|
TaskEvent(ClusterNode node,
String msg,
int type,
IgniteUuid sesId,
String taskName,
String taskClsName,
boolean internal,
@Nullable UUID subjId)
Creates task event with given parameters.
|
Modifier and Type | Method and Description |
---|---|
static IgniteUuid |
IgniteUuid.fromString(String s)
Converts string into
IgniteUuid . |
static IgniteUuid |
IgniteUuid.fromUuid(UUID id)
Constructs new
IgniteUuid based on global and local ID portions. |
static IgniteUuid |
IgniteUuid.randomUuid()
Creates new pseudo-random ID.
|
Modifier and Type | Method and Description |
---|---|
org.apache.ignite.internal.util.lang.GridIterator<IgniteUuid> |
IgniteUuid.iterator() |
Modifier and Type | Method and Description |
---|---|
int |
IgniteUuid.compareTo(IgniteUuid o) |
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
MessageReader.readIgniteUuid(String name)
Reads
IgniteUuid . |
Modifier and Type | Method and Description |
---|---|
boolean |
MessageWriter.writeIgniteUuid(String name,
IgniteUuid val)
Writes
IgniteUuid . |
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
IgniteSpiTimeoutObject.id() |
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
ComputeTaskView.id() |
IgniteUuid |
ComputeJobView.id() |
IgniteUuid |
ComputeTaskView.jobId()
Deprecated.
Use
ComputeTaskView.id() or ComputeTaskView.sessionId() instead. |
IgniteUuid |
ServiceView.serviceId() |
IgniteUuid |
ComputeTaskView.sessionId()
ComputeTaskView.sessionId() value equal to the value of ComputeJobView.sessionId()
if both records represents parts of the same computation. |
IgniteUuid |
ComputeJobView.sessionId()
ComputeJobView.sessionId() value equal to the value of ComputeTaskView.sessionId()
if both records represents parts of the same computation. |
IgniteUuid |
TransactionView.xid() |
Constructor and Description |
---|
ComputeJobView(IgniteUuid id,
org.apache.ignite.internal.processors.job.GridJobWorker job,
ComputeJobView.ComputeJobState state) |
ComputeTaskView(IgniteUuid id,
org.apache.ignite.internal.processors.task.GridTaskWorker worker) |
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
QueueView.id() |
IgniteUuid |
SetView.id() |
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
Transaction.xid()
Gets unique identifier for this transaction.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023