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.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 |
---|---|
IgfsOutputStream |
IgniteFileSystem.create(IgfsPath path,
int bufSize,
boolean overwrite,
@Nullable IgniteUuid affKey,
int replication,
long blockSize,
@Nullable Map<String,String> props)
Creates a file and opens it for writing.
|
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 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,
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
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 |
AbstractVector.guid()
Auto-generated globally unique vector ID.
|
IgniteUuid |
Vector.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 |
Transaction.xid()
Gets unique identifier for this transaction.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019