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.ml.math.primitives.matrix |
Contains matrix related classes.
|
org.apache.ignite.ml.math.primitives.vector |
Contains vector related classes.
|
org.apache.ignite.ml.math.primitives.vector.impl |
Contains several vector implementations.
|
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 system view implementations.
|
org.apache.ignite.spi.systemview.view.datastructures | |
org.apache.ignite.transactions |
Contains transaction-related classes.
|
org.gridgain.grid |
Contains base API classes.
|
org.gridgain.grid.cache.dr |
Contains cache data center replication API classes.
|
org.gridgain.grid.dr.store |
Contains data center replication store API classes.
|
org.gridgain.grid.dr.store.fs |
Contains data center replication file system store API classes.
|
org.gridgain.grid.dr.store.memory |
Contains data center replication in-memory store API classes.
|
org.gridgain.grid.persistentstore |
Contains base GridGain database interfaces.
|
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 |
ComputeJobSibling.getJobId()
Gets ID of this grid job sibling.
|
IgniteUuid |
ComputeJobContext.getJobId()
Gets ID of the job this context belongs to.
|
Modifier and Type | Method and Description |
---|---|
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.
|
TaskWithAttributesEvent(ClusterNode node,
String msg,
int type,
IgniteUuid sesId,
String taskName,
String taskClsName,
boolean internal,
@Nullable UUID subjId,
Map<Object,Object> attributes) |
Modifier and Type | Method and Description |
---|---|
static IgniteUuid |
IgniteUuid.fromString(String s)
Converts string into
GridUuid . |
static IgniteUuid |
IgniteUuid.fromUuid(UUID id)
Constructs new
GridUuid 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 |
AbstractMatrix.guid()
Auto-generated globally unique matrix ID.
|
IgniteUuid |
Matrix.guid()
Auto-generated globally unique matrix ID.
|
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
Vector.guid()
Auto-generated globally unique vector ID.
|
IgniteUuid |
AbstractVector.guid()
Auto-generated globally unique vector ID.
|
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
DelegatingVector.guid()
Auto-generated globally unique vector ID.
|
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.
|
Modifier and Type | Method and Description |
---|---|
IgniteFuture<?> |
GridDr.cancelStateTransfer(IgniteUuid taskUuid)
Cancel state transfer operation with given uid.
|
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
CacheDrStateTransfer.id()
Gets unique state transfer ID.
|
Constructor and Description |
---|
CacheDrStateTransfer(IgniteUuid id,
Collection<Byte> dataCenterIds)
|
CacheDrStateTransfer(IgniteUuid id,
Collection<Byte> dataCenterIds,
String cacheName,
UUID nodeId,
long startTime,
boolean syncMode,
int partitionsTransferred)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
default IgniteUuid |
DrSenderStoreEntry.stateTransferId()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
default void |
DrSenderStore.store(byte[] dataCenterIds,
byte[] data,
int cnt,
@Nullable IgniteUuid fstId)
Deprecated.
Synchronous state transfer uses dedicated FST buffer.
|
void |
DrAbstractSenderStore.store(byte[] dataCenterIds,
byte[] data,
int cnt,
@Nullable IgniteUuid fstId)
Store data.
|
protected abstract void |
DrAbstractSenderStore.store0(byte[] dataCenterIds,
byte[] data,
int cnt,
@Nullable IgniteUuid fstId)
Add data to store.
|
Modifier and Type | Method and Description |
---|---|
void |
DrSenderFsStore.store0(byte[] dataCenters,
byte[] data,
int cnt,
@Nullable IgniteUuid fstId)
Add data to store.
|
Modifier and Type | Method and Description |
---|---|
void |
DrSenderInMemoryStore.store0(byte[] dcIds,
byte[] data,
int cnt,
@Nullable IgniteUuid fstId)
Add data to store.
|
Modifier and Type | Method and Description |
---|---|
IgniteUuid |
SnapshotStatus.operationId() |
IgniteUuid |
SnapshotFuture.operationId()
Unique id for snapshot operation.
|
IgniteUuid |
SnapshotOperationInfo.operationId()
Gets the snapshot operation ID.
|
Modifier and Type | Method and Description |
---|---|
IgniteFuture<Boolean> |
GridSnapshot.cancelSnapshotOperation(IgniteUuid operationId,
String msg)
Tries to gracefully cancel an ongoing snapshot operation.
|
IgniteFuture<Boolean> |
GridSnapshot.forceCancelSnapshotOperation(IgniteUuid operationId,
String msg)
Tries to cancel an ongoing snapshot operation.
|
Constructor and Description |
---|
SnapshotStatus(IgniteUuid opId,
SnapshotOperationInfo operation,
Map<UUID,SnapshotProgress> progress,
long startTime,
long startStageTime,
int stageNum,
boolean notCancelable) |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024