|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridUuid | |
|---|---|
| org.gridgain.grid | Start Here
Contains main In-Memory Compute Grid APIs. |
| org.gridgain.grid.cache | Start Here
Contains main In-Memory Data Grid APIs. |
| org.gridgain.grid.events |
Contains various events emitted by GridGain. |
| org.gridgain.grid.lang |
Contains general language constructs and functional APIs. |
| org.gridgain.grid.lang.utils |
Contains general utility collections. |
| Uses of GridUuid in org.gridgain.grid |
|---|
| Methods in org.gridgain.grid that return GridUuid | |
|---|---|
GridUuid |
GridTaskSession.getId()
Gets session ID of the task being executed. |
GridUuid |
GridJobSibling.getJobId()
Gets ID of this grid job sibling. |
GridUuid |
GridJobContext.getJobId()
Gets ID of the job this context belongs to. |
GridUuid |
GridEvent.id()
Gets globally unique ID of this event. |
| Methods in org.gridgain.grid with parameters of type GridUuid | ||
|---|---|---|
void |
GridSpringBean.cancelJob(GridUuid jobId)
Cancels job with the given ID, if it currently running inside this projection. |
|
void |
GridProjection.cancelJob(GridUuid jobId)
Cancels job with the given ID, if it currently running inside this projection. |
|
void |
GridSpringBean.cancelTask(GridUuid sesId)
Cancels task with the given ID, if it currently running inside this projection. |
|
void |
GridProjection.cancelTask(GridUuid sesId)
Cancels task with the given ID, if it currently running inside this projection. |
|
GridJobSibling |
GridTaskSession.getJobSibling(GridUuid jobId)
Gets job sibling for a given ID. |
|
|
GridSpringBean.taskFuture(GridUuid sesId)
Gets task future based on session ID. |
|
|
GridProjection.taskFuture(GridUuid sesId)
Gets task future based on session ID. |
|
| Uses of GridUuid in org.gridgain.grid.cache |
|---|
| Methods in org.gridgain.grid.cache that return GridUuid | |
|---|---|
GridUuid |
GridCacheTx.xid()
Gets unique identifier for this transaction. |
| Uses of GridUuid in org.gridgain.grid.events |
|---|
| Methods in org.gridgain.grid.events that return GridUuid | |
|---|---|
GridUuid |
GridEventAdapter.id()
Gets globally unique ID of this event. |
GridUuid |
GridJobEvent.jobId()
Gets job ID. |
GridUuid |
GridCacheEvent.lockId()
ID of the lock if held or null if no lock held. |
GridUuid |
GridTaskEvent.taskSessionId()
Gets session ID of the task that triggered the event. |
GridUuid |
GridJobEvent.taskSessionId()
Gets task session ID of the task that triggered this event. |
GridUuid |
GridCacheEvent.xid()
ID of surrounding cache cache transaction or null if there is no surrounding transaction. |
| Methods in org.gridgain.grid.events with parameters of type GridUuid | |
|---|---|
void |
GridJobEvent.jobId(GridUuid jobId)
Sets job ID. |
void |
GridTaskEvent.taskSessionId(GridUuid sesId)
Sets task session ID. |
void |
GridJobEvent.taskSessionId(GridUuid sesId)
Sets task session ID of the task that triggered this event. |
| Constructors in org.gridgain.grid.events with parameters of type GridUuid | |
|---|---|
GridCacheEvent(String cacheName,
UUID nodeId,
UUID evtNodeId,
String msg,
int type,
int part,
boolean near,
Object key,
GridUuid xid,
GridUuid lockId,
Object newVal,
boolean hasNewVal,
Object oldVal,
boolean hasOldVal)
Constructs cache event. |
|
GridTaskEvent(UUID nodeId,
String msg,
int type,
GridUuid sesId,
String taskName)
Creates task event with given parameters. |
|
| Uses of GridUuid in org.gridgain.grid.lang |
|---|
| Methods in org.gridgain.grid.lang with parameters of type GridUuid | |
|---|---|
static GridPredicate<GridEvent> |
GridFunc.eventId(GridUuid... ids)
Gets event predicate that returns true only if event id is one of the given. |
| Uses of GridUuid in org.gridgain.grid.lang.utils |
|---|
| Methods in org.gridgain.grid.lang.utils that return GridUuid | |
|---|---|
static GridUuid |
GridUuid.fromString(String s)
Converts string into GridUuid. |
static GridUuid |
GridUuid.fromUuid(UUID id)
Constructs new GridUuid based on global and local ID portions. |
static GridUuid |
GridUuid.randomUuid()
Creates new pseudo-random ID. |
| Methods in org.gridgain.grid.lang.utils that return types with arguments of type GridUuid | |
|---|---|
GridIterator<GridUuid> |
GridUuid.iterator()
|
| Methods in org.gridgain.grid.lang.utils with parameters of type GridUuid | |
|---|---|
int |
GridUuid.compareTo(GridUuid o)
|
|
GridGain 4.3.1e
Enterprise "Big Data" Edition |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
|
GridGain - In-Memory Big Data
|
|
|