| 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,
IgniteUuid affKey,
int replication,
long blockSize,
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 |
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 |
Event.id()
Gets globally unique ID of this event.
|
IgniteUuid |
EventAdapter.id()
Gets globally unique ID of this event.
|
IgniteUuid |
JobEvent.jobId()
Gets job ID.
|
IgniteUuid |
JobEvent.taskSessionId()
Gets task session ID of the task that triggered this event.
|
IgniteUuid |
TaskEvent.taskSessionId()
Gets session ID of the task that triggered the 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,
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,
UUID subjId)
Creates task event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridJobExecuteRequest.getClassLoaderId() |
IgniteUuid |
GridTaskSessionImpl.getId()
Gets session ID of the task being executed.
|
IgniteUuid |
GridJobSessionImpl.getId()
Gets session ID of the task being executed.
|
IgniteUuid |
GridTaskSessionInternal.getJobId() |
IgniteUuid |
GridTaskSessionImpl.getJobId() |
IgniteUuid |
GridTaskSessionRequest.getJobId() |
IgniteUuid |
GridJobSiblingImpl.getJobId()
Gets ID of this grid job sibling.
|
IgniteUuid |
GridJobExecuteResponse.getJobId() |
IgniteUuid |
GridJobContextImpl.getJobId()
Gets ID of the job this context belongs to.
|
IgniteUuid |
GridJobExecuteRequest.getJobId() |
IgniteUuid |
GridJobSessionImpl.getJobId() |
IgniteUuid |
GridTaskMessage.getSessionId() |
IgniteUuid |
GridTaskSessionRequest.getSessionId() |
IgniteUuid |
GridJobExecuteResponse.getSessionId() |
IgniteUuid |
GridJobExecuteRequest.getSessionId() |
IgniteUuid |
GridJobCancelRequest.jobId()
Gets session ID of job to be cancelled.
|
IgniteUuid |
GridJobCancelRequest.sessionId()
Gets execution ID of task to be cancelled.
|
IgniteUuid |
GridJobSiblingsRequest.sessionId() |
IgniteUuid |
GridTaskCancelRequest.sessionId()
Gets execution ID of task to be cancelled.
|
| Modifier and Type | Method and Description |
|---|---|
<R> Map<IgniteUuid,ComputeTaskFuture<R>> |
IgniteComputeImpl.activeTaskFutures()
Gets tasks future for active tasks started on local node.
|
Map<UUID,IgniteUuid> |
GridJobExecuteRequest.getLoaderParticipants() |
| Modifier and Type | Method and Description |
|---|---|
ComputeJobSibling |
GridTaskSessionImpl.getJobSibling(IgniteUuid jobId)
Gets job sibling for a given ID.
|
ComputeJobSibling |
GridJobSessionImpl.getJobSibling(IgniteUuid jobId)
Gets job sibling for a given ID.
|
Object |
GridTopic.topic(IgniteUuid id) |
Object |
GridTopic.topic(IgniteUuid id1,
long id2) |
Object |
GridTopic.topic(IgniteUuid id1,
UUID id2) |
| Constructor and Description |
|---|
GridJobCancelRequest(IgniteUuid sesId) |
GridJobCancelRequest(IgniteUuid sesId,
IgniteUuid jobId) |
GridJobCancelRequest(IgniteUuid sesId,
IgniteUuid jobId,
boolean sys) |
GridJobContextImpl(GridKernalContext ctx,
IgniteUuid jobId) |
GridJobContextImpl(GridKernalContext ctx,
IgniteUuid jobId,
Map<? extends Serializable,? extends Serializable> attrs) |
GridJobExecuteRequest(IgniteUuid sesId,
IgniteUuid jobId,
String taskName,
String userVer,
String taskClsName,
byte[] jobBytes,
ComputeJob job,
long startTaskTime,
long timeout,
Collection<UUID> top,
byte[] siblingsBytes,
Collection<ComputeJobSibling> siblings,
byte[] sesAttrsBytes,
Map<Object,Object> sesAttrs,
byte[] jobAttrsBytes,
Map<? extends Serializable,? extends Serializable> jobAttrs,
String cpSpi,
IgniteUuid clsLdrId,
DeploymentMode depMode,
boolean dynamicSiblings,
Map<UUID,IgniteUuid> ldrParticipants,
boolean forceLocDep,
boolean sesFullSup,
boolean internal,
UUID subjId) |
GridJobExecuteResponse(UUID nodeId,
IgniteUuid sesId,
IgniteUuid jobId,
byte[] gridExBytes,
IgniteException gridEx,
byte[] resBytes,
Object res,
byte[] jobAttrsBytes,
Map<Object,Object> jobAttrs,
boolean isCancelled) |
GridJobResultImpl(ComputeJob job,
IgniteUuid jobId,
ClusterNode node,
GridJobSiblingImpl sib) |
GridJobSessionImpl(GridKernalContext ctx,
GridTaskSessionImpl ses,
IgniteUuid jobId) |
GridJobSiblingImpl(IgniteUuid sesId,
IgniteUuid jobId,
UUID nodeId,
GridKernalContext ctx) |
GridJobSiblingsRequest(IgniteUuid sesId,
Object topic,
byte[] topicBytes) |
GridTaskCancelRequest(IgniteUuid sesId) |
GridTaskSessionImpl(UUID taskNodeId,
String taskName,
GridDeployment dep,
String taskClsName,
IgniteUuid sesId,
Collection<UUID> top,
long startTime,
long endTime,
Collection<ComputeJobSibling> siblings,
Map<Object,Object> attrs,
GridKernalContext ctx,
boolean fullSup,
UUID subjId) |
GridTaskSessionRequest(IgniteUuid sesId,
IgniteUuid jobId,
byte[] attrsBytes,
Map<?,?> attrs) |
| Constructor and Description |
|---|
GridJobExecuteRequest(IgniteUuid sesId,
IgniteUuid jobId,
String taskName,
String userVer,
String taskClsName,
byte[] jobBytes,
ComputeJob job,
long startTaskTime,
long timeout,
Collection<UUID> top,
byte[] siblingsBytes,
Collection<ComputeJobSibling> siblings,
byte[] sesAttrsBytes,
Map<Object,Object> sesAttrs,
byte[] jobAttrsBytes,
Map<? extends Serializable,? extends Serializable> jobAttrs,
String cpSpi,
IgniteUuid clsLdrId,
DeploymentMode depMode,
boolean dynamicSiblings,
Map<UUID,IgniteUuid> ldrParticipants,
boolean forceLocDep,
boolean sesFullSup,
boolean internal,
UUID subjId) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
DirectByteBufferStream.readIgniteUuid() |
IgniteUuid |
DirectMessageReader.readIgniteUuid(String name)
Reads
IgniteUuid. |
| Modifier and Type | Method and Description |
|---|---|
void |
DirectByteBufferStream.writeIgniteUuid(IgniteUuid val) |
boolean |
DirectMessageWriter.writeIgniteUuid(String name,
IgniteUuid val)
Writes
IgniteUuid. |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridCheckpointRequest.getSessionId() |
| Modifier and Type | Method and Description |
|---|---|
Collection<IgniteUuid> |
GridCheckpointManager.sessionIds() |
| Constructor and Description |
|---|
GridCheckpointRequest(IgniteUuid sesId,
String key,
String cpSpi) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridIoUserMessage.classLoaderId() |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,IgniteUuid> |
GridIoUserMessage.loaderParticipants() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridDeploymentInfo.classLoaderId() |
IgniteUuid |
GridDeploymentInfoBean.classLoaderId() |
IgniteUuid |
GridDeployment.classLoaderId()
Gets property clsLdrId.
|
IgniteUuid |
GridDeploymentManager.getClassLoaderId(ClassLoader ldr) |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,IgniteUuid> |
GridDeploymentInfo.participants() |
Map<UUID,IgniteUuid> |
GridDeploymentInfoBean.participants() |
Map<UUID,IgniteUuid> |
GridDeployment.participants() |
| Modifier and Type | Method and Description |
|---|---|
GridDeployment |
GridDeploymentPerLoaderStore.getDeployment(IgniteUuid ldrId)
Gets class loader based on ID.
|
GridDeployment |
GridDeploymentPerVersionStore.getDeployment(IgniteUuid ldrId)
Gets class loader based on ID.
|
GridDeployment |
GridDeploymentManager.getDeployment(IgniteUuid ldrId)
Gets any deployment by loader ID.
|
GridDeployment |
GridDeploymentStore.getDeployment(IgniteUuid ldrId)
Gets class loader based on ID.
|
GridDeployment |
GridDeploymentManager.getGlobalDeployment(DeploymentMode depMode,
String rsrcName,
String clsName,
String userVer,
UUID sndNodeId,
IgniteUuid clsLdrId,
Map<UUID,IgniteUuid> participants,
IgnitePredicate<ClusterNode> nodeFilter) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDeploymentManager.addCacheParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all SHARED deployments.
|
void |
GridDeploymentManager.addCacheParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all SHARED deployments.
|
void |
GridDeploymentPerLoaderStore.addParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all deployments.
|
void |
GridDeploymentPerLoaderStore.addParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all deployments.
|
void |
GridDeploymentPerVersionStore.addParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all deployments.
|
void |
GridDeploymentPerVersionStore.addParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all deployments.
|
void |
GridDeploymentStore.addParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all deployments.
|
void |
GridDeploymentStore.addParticipants(Map<UUID,IgniteUuid> allParticipants,
Map<UUID,IgniteUuid> addedParticipants)
Adds participants to all deployments.
|
GridDeployment |
GridDeploymentManager.getGlobalDeployment(DeploymentMode depMode,
String rsrcName,
String clsName,
String userVer,
UUID sndNodeId,
IgniteUuid clsLdrId,
Map<UUID,IgniteUuid> participants,
IgnitePredicate<ClusterNode> nodeFilter) |
| Constructor and Description |
|---|
GridDeploymentInfoBean(IgniteUuid clsLdrId,
String userVer,
DeploymentMode depMode,
Map<UUID,IgniteUuid> participants,
boolean locDepOwner) |
| Constructor and Description |
|---|
GridDeploymentInfoBean(IgniteUuid clsLdrId,
String userVer,
DeploymentMode depMode,
Map<UUID,IgniteUuid> participants,
boolean locDepOwner) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridCacheFuture.futureId() |
IgniteUuid |
GridCacheDeploymentManager.getClassLoaderId(ClassLoader ldr) |
IgniteUuid |
GridCacheSwapEntry.keyClassLoaderId() |
IgniteUuid |
GridCacheSwapEntryImpl.keyClassLoaderId() |
IgniteUuid |
GridCacheOffheapSwapEntry.keyClassLoaderId() |
IgniteUuid |
GridCacheSwapEntry.valueClassLoaderId() |
IgniteUuid |
GridCacheSwapEntryImpl.valueClassLoaderId() |
IgniteUuid |
GridCacheOffheapSwapEntry.valueClassLoaderId() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheEventManager.addEvent(int part,
KeyCacheObject key,
UUID evtNodeId,
IgniteUuid xid,
Object lockId,
int type,
CacheObject newVal,
boolean hasNewVal,
CacheObject oldVal,
boolean hasOldVal,
UUID subjId,
String cloClsName,
String taskName) |
<T> GridCacheFuture<T> |
GridCacheMvccManager.future(GridCacheVersion ver,
IgniteUuid futId)
Gets future for given future ID and lock ID.
|
ClassLoader |
GridCacheDeploymentManager.getClassLoader(IgniteUuid ldrId) |
void |
GridCacheDeploymentManager.p2pContext(UUID sndId,
IgniteUuid ldrId,
String userVer,
DeploymentMode mode,
Map<UUID,IgniteUuid> participants,
boolean locDepOwner) |
CacheObject |
GridCacheContext.unswapCacheObject(byte type,
byte[] bytes,
IgniteUuid clsLdrId) |
| Modifier and Type | Method and Description |
|---|---|
void |
GridCacheDeploymentManager.p2pContext(UUID sndId,
IgniteUuid ldrId,
String userVer,
DeploymentMode mode,
Map<UUID,IgniteUuid> participants,
boolean locDepOwner) |
| Constructor and Description |
|---|
GridCacheBatchSwapEntry(KeyCacheObject key,
int part,
ByteBuffer valBytes,
byte type,
GridCacheVersion ver,
long ttl,
long expireTime,
IgniteUuid keyClsLdrId,
IgniteUuid valClsLdrId)
Creates batch swap entry.
|
GridCacheSwapEntryImpl(ByteBuffer valBytes,
byte type,
GridCacheVersion ver,
long ttl,
long expireTime,
IgniteUuid keyClsLdrId,
IgniteUuid valClsLdrId) |
| Modifier and Type | Method and Description |
|---|---|
void |
CacheDataStructuresManager.removeSetData(IgniteUuid id) |
GridConcurrentHashSet<GridCacheSetItemKey> |
CacheDataStructuresManager.setData(IgniteUuid id) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridDistributedLockRequest.futureId() |
IgniteUuid |
GridCacheOptimisticCheckPreparedTxRequest.futureId() |
IgniteUuid |
GridCacheOptimisticCheckPreparedTxResponse.futureId() |
IgniteUuid |
GridDistributedTxFinishRequest.futureId() |
IgniteUuid |
GridCacheOptimisticCheckPreparedTxFuture.futureId() |
IgniteUuid |
GridDistributedTxFinishResponse.futureId() |
IgniteUuid |
GridDistributedLockResponse.futureId() |
IgniteUuid |
GridCacheOptimisticCheckPreparedTxRequest.miniId() |
IgniteUuid |
GridCacheOptimisticCheckPreparedTxResponse.miniId() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridPartitionedGetFuture.futureId() |
IgniteUuid |
GridDhtGetFuture.futureId() |
IgniteUuid |
GridDhtTxPrepareResponse.futureId() |
IgniteUuid |
GridDhtTxFinishFuture.futureId() |
IgniteUuid |
GridDhtLockFuture.futureId() |
IgniteUuid |
GridDhtTxPrepareFuture.futureId() |
IgniteUuid |
GridDhtTxPrepareRequest.futureId() |
IgniteUuid |
GridDhtLockResponse.miniId() |
IgniteUuid |
GridDhtTxPrepareResponse.miniId() |
IgniteUuid |
GridDhtTxFinishRequest.miniId() |
IgniteUuid |
GridDhtLockRequest.miniId() |
IgniteUuid |
GridDhtTxPrepareRequest.miniId() |
IgniteUuid |
GridDhtTxFinishResponse.miniId() |
IgniteUuid |
GridDhtTxLocal.nearFinishFutureId() |
IgniteUuid |
GridDhtTxLocal.nearFinishMiniId() |
protected IgniteUuid |
GridDhtTxLocal.nearFutureId() |
protected abstract IgniteUuid |
GridDhtTxLocalAdapter.nearFutureId() |
protected IgniteUuid |
GridDhtTxLocal.nearMiniId() |
IgniteUuid |
GridDhtTxPrepareFuture.nearMiniId() |
protected abstract IgniteUuid |
GridDhtTxLocalAdapter.nearMiniId() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridDhtTxLocal.nearFinishFutureId(IgniteUuid nearFinFutId) |
void |
GridDhtTxLocal.nearFinishMiniId(IgniteUuid nearFinMiniId) |
void |
GridDhtTxLocal.nearFutureId(IgniteUuid nearFutId) |
IgniteInternalFuture<IgniteInternalTx> |
GridDhtTxLocal.prepareAsync(Iterable<IgniteTxEntry> reads,
Iterable<IgniteTxEntry> writes,
Map<IgniteTxKey,GridCacheVersion> verMap,
long msgId,
IgniteUuid nearMiniId,
Map<UUID,Collection<UUID>> txNodes,
boolean last,
Collection<UUID> lastBackups,
IgniteInClosure<GridNearTxPrepareResponse> completeCb)
Prepares next batch of entries in dht transaction.
|
| Constructor and Description |
|---|
GridDhtLockRequest(int cacheId,
UUID nodeId,
GridCacheVersion nearXidVer,
long threadId,
IgniteUuid futId,
IgniteUuid miniId,
GridCacheVersion lockVer,
long topVer,
boolean isInTx,
boolean isRead,
TransactionIsolation isolation,
boolean isInvalidate,
long timeout,
int dhtCnt,
int nearCnt,
int txSize,
IgniteTxKey grpLockKey,
boolean partLock,
UUID subjId,
int taskNameHash,
long accessTtl) |
GridDhtLockResponse(int cacheId,
GridCacheVersion lockVer,
IgniteUuid futId,
IgniteUuid miniId,
int cnt) |
GridDhtLockResponse(int cacheId,
GridCacheVersion lockVer,
IgniteUuid futId,
IgniteUuid miniId,
Throwable err) |
GridDhtTxFinishRequest(UUID nearNodeId,
IgniteUuid futId,
IgniteUuid miniId,
long topVer,
GridCacheVersion xidVer,
GridCacheVersion commitVer,
long threadId,
TransactionIsolation isolation,
boolean commit,
boolean invalidate,
boolean sys,
GridIoPolicy plc,
boolean sysInvalidate,
boolean syncCommit,
boolean syncRollback,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
Collection<GridCacheVersion> pendingVers,
int txSize,
IgniteTxKey grpLockKey,
UUID subjId,
int taskNameHash) |
GridDhtTxFinishResponse(GridCacheVersion xid,
IgniteUuid futId,
IgniteUuid miniId) |
GridDhtTxLocal(GridCacheSharedContext cctx,
UUID nearNodeId,
GridCacheVersion nearXidVer,
IgniteUuid nearFutId,
IgniteUuid nearMiniId,
long nearThreadId,
boolean implicit,
boolean implicitSingle,
boolean sys,
GridIoPolicy plc,
TransactionConcurrency concurrency,
TransactionIsolation isolation,
long timeout,
boolean invalidate,
boolean storeEnabled,
int txSize,
IgniteTxKey grpLockKey,
boolean partLock,
Map<UUID,Collection<UUID>> txNodes,
UUID subjId,
int taskNameHash) |
GridDhtTxPrepareFuture(GridCacheSharedContext cctx,
GridDhtTxLocalAdapter tx,
IgniteUuid nearMiniId,
Map<IgniteTxKey,GridCacheVersion> dhtVerMap,
boolean last,
boolean retVal,
Collection<UUID> lastBackups,
IgniteInClosure<GridNearTxPrepareResponse> completeCb) |
GridDhtTxPrepareRequest(IgniteUuid futId,
IgniteUuid miniId,
long topVer,
GridDhtTxLocalAdapter tx,
Collection<IgniteTxEntry> dhtWrites,
Collection<IgniteTxEntry> nearWrites,
IgniteTxKey grpLockKey,
boolean partLock,
Map<UUID,Collection<UUID>> txNodes,
GridCacheVersion nearXidVer,
boolean last,
boolean onePhaseCommit,
UUID subjId,
int taskNameHash) |
GridDhtTxPrepareResponse(GridCacheVersion xid,
IgniteUuid futId,
IgniteUuid miniId) |
GridDhtTxPrepareResponse(GridCacheVersion xid,
IgniteUuid futId,
IgniteUuid miniId,
Throwable err) |
GridDhtTxRemote(GridCacheSharedContext ctx,
UUID nearNodeId,
IgniteUuid rmtFutId,
UUID nodeId,
GridCacheVersion nearXidVer,
long rmtThreadId,
long topVer,
GridCacheVersion xidVer,
GridCacheVersion commitVer,
boolean sys,
GridIoPolicy plc,
TransactionConcurrency concurrency,
TransactionIsolation isolation,
boolean invalidate,
long timeout,
int txSize,
IgniteTxKey grpLockKey,
UUID subjId,
int taskNameHash)
This constructor is meant for pessimistic transactions.
|
GridDhtTxRemote(GridCacheSharedContext ctx,
UUID nearNodeId,
IgniteUuid rmtFutId,
UUID nodeId,
long rmtThreadId,
long topVer,
GridCacheVersion xidVer,
GridCacheVersion commitVer,
boolean sys,
GridIoPolicy plc,
TransactionConcurrency concurrency,
TransactionIsolation isolation,
boolean invalidate,
long timeout,
int txSize,
IgniteTxKey grpLockKey,
GridCacheVersion nearXidVer,
Map<UUID,Collection<UUID>> txNodes,
UUID subjId,
int taskNameHash)
This constructor is meant for optimistic transactions.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridNearAtomicUpdateFuture.futureId() |
IgniteUuid |
GridDhtAtomicUpdateFuture.futureId() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridDhtColocatedLockFuture.futureId() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridDhtForceKeysFuture.futureId() |
IgniteUuid |
GridDhtForceKeysResponse.futureId() |
IgniteUuid |
GridDhtForceKeysRequest.futureId() |
IgniteUuid |
GridDhtForceKeysResponse.miniId() |
IgniteUuid |
GridDhtForceKeysRequest.miniId() |
| Constructor and Description |
|---|
GridDhtForceKeysResponse(int cacheId,
IgniteUuid futId,
IgniteUuid miniId) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridNearTxPrepareFuture.futureId() |
IgniteUuid |
GridNearGetFuture.futureId() |
IgniteUuid |
GridNearTxPrepareRequest.futureId() |
IgniteUuid |
GridNearGetRequest.futureId() |
IgniteUuid |
GridNearGetResponse.futureId() |
IgniteUuid |
GridNearTxFinishFuture.futureId() |
IgniteUuid |
GridNearLockFuture.futureId() |
IgniteUuid |
GridNearTxPrepareResponse.futureId() |
IgniteUuid |
GridNearTxFinishRequest.miniId() |
IgniteUuid |
GridNearLockResponse.miniId() |
IgniteUuid |
GridNearLockRequest.miniId() |
IgniteUuid |
GridNearTxPrepareRequest.miniId() |
IgniteUuid |
GridNearGetRequest.miniId() |
IgniteUuid |
GridNearGetResponse.miniId() |
IgniteUuid |
GridNearTxPrepareResponse.miniId() |
IgniteUuid |
GridNearTxFinishResponse.miniId() |
protected IgniteUuid |
GridNearTxLocal.nearFutureId() |
protected IgniteUuid |
GridNearTxLocal.nearMiniId() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridNearTxFinishRequest.miniId(IgniteUuid miniId) |
void |
GridNearLockRequest.miniId(IgniteUuid miniId) |
void |
GridNearTxPrepareRequest.miniId(IgniteUuid miniId) |
| Constructor and Description |
|---|
GridNearGetRequest(int cacheId,
IgniteUuid futId,
IgniteUuid miniId,
GridCacheVersion ver,
LinkedHashMap<KeyCacheObject,Boolean> keys,
boolean readThrough,
boolean reload,
long topVer,
UUID subjId,
int taskNameHash,
long accessTtl,
boolean skipVals) |
GridNearGetResponse(int cacheId,
IgniteUuid futId,
IgniteUuid miniId,
GridCacheVersion ver) |
GridNearLockRequest(int cacheId,
long topVer,
UUID nodeId,
long threadId,
IgniteUuid futId,
GridCacheVersion lockVer,
boolean isInTx,
boolean implicitTx,
boolean implicitSingleTx,
boolean isRead,
TransactionIsolation isolation,
boolean isInvalidate,
long timeout,
int keyCnt,
int txSize,
boolean syncCommit,
IgniteTxKey grpLockKey,
boolean partLock,
UUID subjId,
int taskNameHash,
long accessTtl) |
GridNearLockResponse(int cacheId,
GridCacheVersion lockVer,
IgniteUuid futId,
IgniteUuid miniId,
boolean filterRes,
int cnt,
Throwable err) |
GridNearTxFinishRequest(IgniteUuid futId,
GridCacheVersion xidVer,
long threadId,
boolean commit,
boolean invalidate,
boolean sys,
GridIoPolicy plc,
boolean syncCommit,
boolean syncRollback,
boolean explicitLock,
boolean storeEnabled,
long topVer,
GridCacheVersion baseVer,
Collection<GridCacheVersion> committedVers,
Collection<GridCacheVersion> rolledbackVers,
int txSize,
UUID subjId,
int taskNameHash) |
GridNearTxFinishResponse(GridCacheVersion xid,
long nearThreadId,
IgniteUuid futId,
IgniteUuid miniId,
Throwable err) |
GridNearTxPrepareRequest(IgniteUuid futId,
long topVer,
IgniteInternalTx tx,
Collection<IgniteTxEntry> reads,
Collection<IgniteTxEntry> writes,
IgniteTxKey grpLockKey,
boolean partLock,
boolean near,
Map<UUID,Collection<UUID>> txNodes,
boolean last,
Collection<UUID> lastBackups,
boolean onePhaseCommit,
boolean retVal,
boolean implicitSingle,
UUID subjId,
int taskNameHash) |
GridNearTxPrepareResponse(GridCacheVersion xid,
IgniteUuid futId,
IgniteUuid miniId,
GridCacheVersion dhtVer,
Collection<Integer> invalidParts,
GridCacheReturn retVal,
Throwable err) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridLocalLockFuture.futureId() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridCacheQueryFutureAdapter.timeoutId() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
IgniteTxAdapter.timeoutId() |
IgniteUuid |
IgniteTxAdapter.xid()
Gets unique identifier for this transaction.
|
IgniteUuid |
TransactionProxyImpl.xid()
Gets unique identifier for this transaction.
|
IgniteUuid |
IgniteInternalTx.xid()
Gets unique identifier for this transaction.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridCacheVersion.asGridUuid() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridContinuousMessage.futureId() |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
DataStreamerRequest.classLoaderId() |
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,IgniteUuid> |
DataStreamerRequest.participants() |
| Constructor and Description |
|---|
DataStreamerRequest(long reqId,
byte[] resTopicBytes,
String cacheName,
byte[] updaterBytes,
Collection<DataStreamerEntry> entries,
boolean ignoreDepOwnership,
boolean skipStore,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId,
boolean forceLocDep) |
| Constructor and Description |
|---|
DataStreamerRequest(long reqId,
byte[] resTopicBytes,
String cacheName,
byte[] updaterBytes,
Collection<DataStreamerEntry> entries,
boolean ignoreDepOwnership,
boolean skipStore,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId,
boolean forceLocDep) |
| Modifier and Type | Field and Description |
|---|---|
protected IgniteUuid |
GridCacheQueueAdapter.id
Queue unique ID.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridCacheQueueAdapter.id() |
IgniteUuid |
GridCacheQueueHeader.id() |
IgniteUuid |
GridCacheSetHeader.id() |
IgniteUuid |
GridCacheSetItemKey.setId() |
IgniteUuid |
GridSetQueryPredicate.setId() |
| Constructor and Description |
|---|
GridCacheQueueAdapter.AddProcessor(IgniteUuid id,
int size) |
GridCacheQueueAdapter.ClearProcessor(IgniteUuid id) |
GridCacheQueueAdapter.PollProcessor(IgniteUuid id) |
GridCacheQueueAdapter.RemoveProcessor(IgniteUuid id,
Long idx) |
GridCacheQueueHeader(IgniteUuid id,
int cap,
boolean collocated,
long head,
long tail,
Set<Long> rmvIdxs) |
GridCacheSetHeader(IgniteUuid id,
boolean collocated) |
GridSetQueryPredicate(IgniteUuid setId,
boolean collocated) |
| Modifier and Type | Field and Description |
|---|---|
static IgniteUuid |
IgfsFileInfo.ROOT_ID
ID for the root directory.
|
static IgniteUuid |
IgfsFileInfo.TRASH_ID
ID of the trash directory.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
IgfsFileAffinityRange.affinityKey() |
IgniteUuid |
IgfsFileInfo.affinityKey() |
IgniteUuid |
IgfsListingEntry.affinityKey() |
IgniteUuid |
IgfsBlockKey.affinityKey() |
IgniteUuid |
IgfsFileMap.affinityKey(long blockOff,
boolean includeMoved)
Gets affinity key from file map based on block start offset.
|
IgniteUuid |
IgfsFileImpl.fileId() |
IgniteUuid |
IgfsAckMessage.fileId() |
IgniteUuid |
IgfsFragmentizerRequest.fileId() |
IgniteUuid |
IgfsListingEntry.fileId() |
IgniteUuid |
IgfsFragmentizerResponse.fileId() |
IgniteUuid |
IgfsBlocksMessage.fileId() |
IgniteUuid |
IgfsMetaManager.fileId(IgfsPath path)
Gets file ID for specified path.
|
IgniteUuid |
IgfsMetaManager.fileId(IgniteUuid parentId,
String fileName)
Gets file ID by its name from parent directory listing.
|
IgniteUuid |
IgfsBlockKey.getFileId() |
IgniteUuid |
IgfsFileInfo.id()
Gets this item ID.
|
IgniteUuid |
IgfsDeleteMessage.id() |
IgniteUuid |
IgfsFileInfo.lockId()
Get lock ID.
|
IgniteUuid |
IgfsEx.nextAffinityKey()
Get next affinity key.
|
IgniteUuid |
IgfsImpl.nextAffinityKey()
Get next affinity key.
|
IgniteUuid |
IgfsAsyncImpl.nextAffinityKey()
Get next affinity key.
|
IgniteUuid |
IgfsDataManager.nextAffinityKey(IgniteUuid prevAffKey)
Generates next affinity key for local node based on current topology.
|
IgniteUuid |
IgfsMetaManager.putIfAbsent(IgniteUuid parentId,
String fileName,
IgfsFileInfo newFileInfo)
Add file into file system structure.
|
| Modifier and Type | Method and Description |
|---|---|
List<IgniteUuid> |
IgfsMetaManager.fileIds(IgfsPath path)
Gets all file IDs for components of specified path.
|
Map<IgniteUuid,IgfsFileInfo> |
IgfsMetaManager.infos(Collection<IgniteUuid> fileIds)
Gets files details by their IDs.
|
Collection<IgniteUuid> |
IgfsMetaManager.pendingDeletes()
Check whether there are any pending deletes and return collection of pending delete entry IDs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IgfsFileInfo.affinityKey(IgniteUuid affKey) |
IgfsOutputStream |
IgfsImpl.create(IgfsPath path,
int bufSize,
boolean overwrite,
IgniteUuid affKey,
int replication,
long blockSize,
Map<String,String> props)
Creates a file and opens it for writing.
|
IgfsOutputStream |
IgfsAsyncImpl.create(IgfsPath path,
int bufSize,
boolean overwrite,
IgniteUuid affKey,
int replication,
long blockSize,
Map<String,String> props)
Creates a file and opens it for writing.
|
IgfsSecondaryOutputStreamDescriptor |
IgfsMetaManager.createDual(IgfsSecondaryFileSystem fs,
IgfsPath path,
boolean simpleCreate,
Map<String,String> props,
boolean overwrite,
int bufSize,
short replication,
long blockSize,
IgniteUuid affKey)
Create the file in DUAL mode.
|
Map<String,IgfsListingEntry> |
IgfsMetaManager.directoryListing(IgniteUuid fileId)
List child files for specified file ID.
|
boolean |
IgfsMetaManager.exists(IgniteUuid fileId)
Ensure that entry with the given ID exists in meta cache.
|
IgniteUuid |
IgfsMetaManager.fileId(IgniteUuid parentId,
String fileName)
Gets file ID by its name from parent directory listing.
|
IgfsFileInfo |
IgfsMetaManager.info(IgniteUuid fileId)
Gets file info by its ID.
|
IgfsFileInfo |
IgfsMetaManager.lock(IgniteUuid fileId)
Lock the file explicitly outside of transaction.
|
void |
IgfsMetaManager.move(IgniteUuid fileId,
String srcFileName,
IgniteUuid srcParentId,
String destFileName,
IgniteUuid destParentId)
Move or rename file.
|
IgniteUuid |
IgfsDataManager.nextAffinityKey(IgniteUuid prevAffKey)
Generates next affinity key for local node based on current topology.
|
IgniteUuid |
IgfsMetaManager.putIfAbsent(IgniteUuid parentId,
String fileName,
IgfsFileInfo newFileInfo)
Add file into file system structure.
|
IgfsFileInfo |
IgfsMetaManager.removeIfEmpty(IgniteUuid parentId,
String fileName,
IgniteUuid fileId,
IgfsPath path,
boolean rmvLocked)
Remove file from the file system structure.
|
IgfsFileInfo |
IgfsMetaManager.updateInfo(IgniteUuid fileId,
IgniteClosure<IgfsFileInfo,IgfsFileInfo> c)
Update file info in cache.
|
void |
IgfsMetaManager.updateParentListingAsync(IgniteUuid parentId,
IgniteUuid fileId,
String fileName,
long lenDelta,
long modificationTime)
Asynchronously updates record in parent listing.
|
IgfsFileInfo |
IgfsMetaManager.updateProperties(IgniteUuid parentId,
IgniteUuid fileId,
String fileName,
Map<String,String> props)
Update file info (file properties) in cache.
|
void |
IgfsMetaManager.updateTimes(IgniteUuid parentId,
IgniteUuid fileId,
String fileName,
long accessTime,
long modificationTime)
Updates last access and last modification times.
|
| Modifier and Type | Method and Description |
|---|---|
IgfsFileInfo |
IgfsMetaManager.fileForFragmentizer(Collection<IgniteUuid> exclude)
Gets first available file info for fragmentizer.
|
Map<IgniteUuid,IgfsFileInfo> |
IgfsMetaManager.infos(Collection<IgniteUuid> fileIds)
Gets files details by their IDs.
|
| Constructor and Description |
|---|
IgfsAckMessage(IgniteUuid fileId,
long id,
IgniteCheckedException err) |
IgfsBlockKey(IgniteUuid fileId,
IgniteUuid affKey,
boolean evictExclude,
long blockId)
Constructs file's binary data block key.
|
IgfsBlocksMessage(IgniteUuid fileId,
long id,
Map<IgfsBlockKey,byte[]> blocks)
Constructor.
|
IgfsDeleteMessage(IgniteUuid id)
Constructor.
|
IgfsDeleteMessage(IgniteUuid id,
IgniteCheckedException err)
Constructor.
|
IgfsFileInfo(int blockSize,
long len,
IgniteUuid affKey,
IgniteUuid lockId,
boolean evictExclude,
Map<String,String> props)
Constructs file info.
|
IgfsFragmentizerRequest(IgniteUuid fileId,
Collection<IgfsFileAffinityRange> fragmentRanges) |
IgfsFragmentizerResponse(IgniteUuid fileId) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridJobWorker.getJobId() |
IgniteUuid |
GridJobWorker.timeoutId() |
| Modifier and Type | Method and Description |
|---|---|
GridJobWorker |
GridJobProcessor.activeJob(IgniteUuid jobId)
Gets active job.
|
void |
GridJobProcessor.cancelJob(IgniteUuid sesId,
IgniteUuid jobId,
boolean sys) |
void |
GridJobProcessor.masterLeaveLocal(IgniteUuid sesId)
Notify processor that master leave aware handler must be invoked on all jobs with the given session ID.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridTaskResultRequest.taskId() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridTaskResultRequest.taskId(IgniteUuid taskId) |
| Modifier and Type | Method and Description |
|---|---|
GridTaskSessionImpl |
GridTaskSessionProcessor.createTaskSession(IgniteUuid sesId,
UUID taskNodeId,
String taskName,
GridDeployment dep,
String taskClsName,
Collection<UUID> top,
long startTime,
long endTime,
Collection<ComputeJobSibling> siblings,
Map<Object,Object> attrs,
boolean fullSup,
UUID subjId) |
GridTaskSessionImpl |
GridTaskSessionProcessor.getSession(IgniteUuid sesId) |
boolean |
GridTaskSessionProcessor.removeSession(IgniteUuid sesId)
Removes session for a given session ID.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridStreamerCancelRequest.cancelledFutureId() |
IgniteUuid |
GridStreamerExecutionRequest.classLoaderId() |
IgniteUuid |
GridStreamerExecutionBatch.executionId() |
IgniteUuid |
GridStreamerExecutionBatch.futureId() |
IgniteUuid |
GridStreamerResponse.futureId() |
IgniteUuid |
GridStreamerStageExecutionFuture.id() |
IgniteUuid |
GridStreamerStageExecutionFuture.parentFutureId()
If not root future, will return parent future ID.
|
| Modifier and Type | Method and Description |
|---|---|
Map<UUID,IgniteUuid> |
GridStreamerExecutionRequest.loaderParticipants() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IgniteStreamerImpl.cancelled(IgniteUuid futId)
Checks if cancel request was received for this future ID.
|
| Constructor and Description |
|---|
GridStreamerCancelRequest(IgniteUuid cancelledFutId) |
GridStreamerExecutionBatch(IgniteUuid execId,
long execStartTs,
IgniteUuid futId,
Collection<UUID> execNodeIds,
String stageName,
Collection<Object> evts)
Execution batch.
|
GridStreamerExecutionRequest(boolean forceLocDep,
byte[] batchBytes,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId) |
GridStreamerResponse(IgniteUuid futId,
byte[] errBytes) |
GridStreamerStageExecutionFuture(IgniteStreamerEx streamer,
IgniteUuid execId,
int failoverAttemptCnt,
long execStartTs,
IgniteUuid parentFutId,
Collection<UUID> prevExecNodes,
String stageName,
Collection<?> evts) |
| Constructor and Description |
|---|
GridStreamerExecutionRequest(boolean forceLocDep,
byte[] batchBytes,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId) |
| Modifier and Type | Method and Description |
|---|---|
<R> Map<IgniteUuid,ComputeTaskFuture<R>> |
GridTaskProcessor.taskFutures() |
| Modifier and Type | Method and Description |
|---|---|
void |
GridTaskProcessor.onCancelled(IgniteUuid sesId)
Handles user cancellation.
|
<R> ComputeTaskInternalFuture<R> |
GridTaskProcessor.taskFuture(IgniteUuid sesId) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
GridTimeoutObject.timeoutId() |
IgniteUuid |
GridTimeoutObjectAdapter.timeoutId() |
| Constructor and Description |
|---|
GridTimeoutObjectAdapter(IgniteUuid id,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
static IgniteUuid |
IgniteUtils.bytesToIgniteUuid(byte[] in,
int off)
Converts bytes to GridUuid.
|
static IgniteUuid |
IgniteUtils.readGridUuid(byte[] arr,
long off) |
static IgniteUuid |
IgniteUtils.readGridUuid(DataInput in)
Reads
IgniteUuid from input stream. |
static IgniteUuid |
IgniteUtils.readGridUuid(long ptr) |
| Modifier and Type | Method and Description |
|---|---|
static List<IgniteUuid> |
IgniteUtils.readGridUuids(DataInput in)
Reads Grid UUIDs from input stream.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
IgniteUtils.id8(IgniteUuid id)
Gets 8-character substring of
IgniteUuid (for terse logging). |
static byte[] |
IgniteUtils.igniteUuidToBytes(IgniteUuid uuid)
Converts GridUuid to bytes.
|
static void |
IgniteUtils.igniteUuidToBytes(IgniteUuid uuid,
byte[] out,
int off)
Converts GridUuid to bytes.
|
static long |
IgniteUtils.writeGridUuid(byte[] arr,
long off,
IgniteUuid uid) |
static void |
IgniteUtils.writeGridUuid(DataOutput out,
IgniteUuid uid)
Writes
IgniteUuid to output stream. |
| Modifier and Type | Method and Description |
|---|---|
static void |
IgniteUtils.writeGridUuids(DataOutput out,
Collection<IgniteUuid> col)
Writes Grid UUIDs to output stream.
|
| Modifier and Type | Method and Description |
|---|---|
static IgnitePredicate<Event> |
GridFunc.eventId(IgniteUuid... ids)
Gets event predicate that returns
true only if event id is one of the given. |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.ignite.internal.visor.compute.VisorComputeCancelSessionsTask.VisorComputeCancelSessionsJob |
VisorComputeCancelSessionsTask.job(Map<UUID,Set<IgniteUuid>> arg) |
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
VisorGridEvent.id() |
IgniteUuid |
VisorGridJobEvent.jobId() |
IgniteUuid |
VisorGridTaskEvent.taskSessionId() |
IgniteUuid |
VisorGridJobEvent.taskSessionId() |
| Constructor and Description |
|---|
VisorGridDeploymentEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
String alias)
Create event with given parameters.
|
VisorGridDiscoveryEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
UUID evtNodeId,
String addr,
boolean isDaemon)
Create event with given parameters.
|
VisorGridEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay)
Create event with given parameters.
|
VisorGridJobEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
String taskName,
String taskClsName,
IgniteUuid taskSesId,
IgniteUuid jobId)
Create event with given parameters.
|
VisorGridSecuritySessionEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
GridSecuritySubjectType subjType,
UUID subjId)
Create event with given parameters.
|
VisorGridTaskEvent(int typeId,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay,
String taskName,
String taskClsName,
IgniteUuid taskSesId,
boolean internal)
Create event with given parameters.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
VisorNodeEventsCollectorTask.VisorNodeEventsCollectorTaskArg.taskSessionId() |
| Modifier and Type | Method and Description |
|---|---|
static VisorNodeEventsCollectorTask.VisorNodeEventsCollectorTaskArg |
VisorNodeEventsCollectorTask.VisorNodeEventsCollectorTaskArg.createTasksArg(Long timeArg,
String taskName,
IgniteUuid taskSesId) |
| Constructor and Description |
|---|
VisorNodeEventsCollectorTask.VisorNodeEventsCollectorTaskArg(String keyOrder,
int[] typeArg,
Long timeArg,
String taskName,
IgniteUuid taskSesId) |
| Modifier and Type | Method and Description |
|---|---|
protected VisorGridEvent |
VisorEventMapper.map(Event evt,
int type,
IgniteUuid id,
String name,
UUID nid,
long ts,
String msg,
String shortDisplay)
Map grid event to Visor data transfer object.
|
| 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 |
|---|---|
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 |
TcpDiscoveryNodeAddedMessage.discardedMessageId()
Gets discarded message ID.
|
IgniteUuid |
TcpDiscoveryAbstractMessage.id()
Gets message ID.
|
IgniteUuid |
TcpDiscoveryClientReconnectMessage.lastMessageId() |
IgniteUuid |
TcpDiscoveryDiscardMessage.msgId()
Gets message ID to discard (this and all preceding).
|
| Modifier and Type | Method and Description |
|---|---|
void |
TcpDiscoveryNodeAddedMessage.messages(Collection<TcpDiscoveryAbstractMessage> msgs,
IgniteUuid discardMsgId)
Sets pending messages to send to new node.
|
| Constructor and Description |
|---|
TcpDiscoveryClientReconnectMessage(UUID creatorNodeId,
UUID routerNodeId,
IgniteUuid lastMsgId) |
TcpDiscoveryDiscardMessage(UUID creatorNodeId,
IgniteUuid msgId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IgniteUuid |
Transaction.xid()
Gets unique identifier for this transaction.
|
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015