Uses of Class
org.apache.ignite.lang.IgniteUuid
-
-
Uses of IgniteUuid in org.apache.ignite
Methods in org.apache.ignite that return types with arguments of type IgniteUuid Modifier and Type Method Description <R> Map<IgniteUuid,ComputeTaskFuture<R>>IgniteCompute. activeTaskFutures()Gets tasks future for active tasks started on local node. -
Uses of IgniteUuid in org.apache.ignite.compute
Methods in org.apache.ignite.compute that return IgniteUuid Modifier and Type Method Description IgniteUuidComputeTaskSession. getId()Gets session ID of the task being executed.IgniteUuidComputeJobContext. getJobId()Gets ID of the job this context belongs to.IgniteUuidComputeJobSibling. getJobId()Gets ID of this grid job sibling.Methods in org.apache.ignite.compute with parameters of type IgniteUuid Modifier and Type Method Description @Nullable ComputeJobSiblingComputeTaskSession. getJobSibling(IgniteUuid jobId)Gets job sibling for a given ID. -
Uses of IgniteUuid in org.apache.ignite.events
Methods in org.apache.ignite.events that return IgniteUuid Modifier and Type Method Description IgniteUuidEvent. id()Gets globally unique ID of this event.IgniteUuidEventAdapter. id()Gets globally unique ID of this event.IgniteUuidJobEvent. jobId()Gets job ID.IgniteUuidJobEvent. taskSessionId()Gets task session ID of the task that triggered this event.IgniteUuidTaskEvent. taskSessionId()Gets session ID of the task that triggered the event.IgniteUuidCacheEvent. xid()ID of surrounding cache transaction or null if there is no surrounding transaction.Methods in org.apache.ignite.events with parameters of type IgniteUuid Modifier and Type Method Description voidJobEvent. jobId(IgniteUuid jobId)Sets job ID.voidJobEvent. taskSessionId(IgniteUuid sesId)Sets task session ID of the task that triggered this event.Constructors in org.apache.ignite.events with parameters of type IgniteUuid Constructor 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. -
Uses of IgniteUuid in org.apache.ignite.internal
Methods in org.apache.ignite.internal that return IgniteUuid Modifier and Type Method Description IgniteUuidGridJobExecuteRequest. getClassLoaderId()IgniteUuidGridJobSessionImpl. getId()Gets session ID of the task being executed.IgniteUuidGridTaskSessionImpl. getId()Gets session ID of the task being executed.IgniteUuidGridJobContextImpl. getJobId()Gets ID of the job this context belongs to.IgniteUuidGridJobExecuteRequest. getJobId()IgniteUuidGridJobExecuteResponse. getJobId()IgniteUuidGridJobSessionImpl. getJobId()IgniteUuidGridJobSiblingImpl. getJobId()Gets ID of this grid job sibling.@Nullable IgniteUuidGridTaskSessionImpl. getJobId()@Nullable IgniteUuidGridTaskSessionInternal. getJobId()IgniteUuidGridTaskSessionRequest. getJobId()IgniteUuidGridJobExecuteRequest. getSessionId()IgniteUuidGridJobExecuteResponse. getSessionId()IgniteUuidGridTaskSessionRequest. getSessionId()@Nullable IgniteUuidGridJobCancelRequest. jobId()Gets session ID of job to be cancelled.@Nullable IgniteUuidGridJobCancelRequest. sessionId()Gets execution ID of task to be cancelled.IgniteUuidGridJobSiblingsRequest. sessionId()IgniteUuidGridTaskCancelRequest. sessionId()Gets execution ID of task to be cancelled.Methods in org.apache.ignite.internal that return types with arguments of type IgniteUuid Modifier and Type Method Description <R> Map<IgniteUuid,ComputeTaskFuture<R>>IgniteComputeImpl. activeTaskFutures()Gets tasks future for active tasks started on local node.Map<UUID,IgniteUuid>GridJobExecuteRequest. getLoaderParticipants()Methods in org.apache.ignite.internal with parameters of type IgniteUuid Modifier and Type Method Description voidComputeMXBeanImpl. cancel(IgniteUuid sesId)Kills compute task by the session idenitifier.ComputeJobSiblingGridJobSessionImpl. getJobSibling(IgniteUuid jobId)Gets job sibling for a given ID.ComputeJobSiblingGridTaskSessionImpl. getJobSibling(IgniteUuid jobId)Gets job sibling for a given ID.ObjectGridTopic. topic(IgniteUuid id)ObjectGridTopic. topic(IgniteUuid id1, long id2)ObjectGridTopic. topic(IgniteUuid id1, UUID id2)Constructors in org.apache.ignite.internal with parameters of type IgniteUuid Constructor Description GridJobCancelRequest(@Nullable IgniteUuid sesId, @Nullable IgniteUuid jobId)GridJobCancelRequest(@Nullable IgniteUuid sesId, @Nullable IgniteUuid jobId, boolean sys)GridJobCancelRequest(IgniteUuid sesId)GridJobContextImpl(@Nullable 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, @Nullable Collection<UUID> top, @Nullable IgnitePredicate<ClusterNode> topPred, byte[] topPredBytes, 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, @org.jetbrains.annotations.Nullable int[] cacheIds, int part, @Nullable AffinityTopologyVersion topVer, @Nullable String execName)GridJobExecuteResponse(UUID nodeId, IgniteUuid sesId, IgniteUuid jobId, byte[] gridExBytes, IgniteException gridEx, byte[] resBytes, Object res, byte[] jobAttrsBytes, Map<Object,Object> jobAttrs, boolean isCancelled, AffinityTopologyVersion retry)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, @Nullable GridDeployment dep, String taskClsName, IgniteUuid sesId, @Nullable Collection<UUID> top, @Nullable IgnitePredicate<ClusterNode> topPred, long startTime, long endTime, Collection<ComputeJobSibling> siblings, @Nullable Map<Object,Object> attrs, GridKernalContext ctx, boolean fullSup, boolean internal, @Nullable String execName, @Nullable SecurityContext secCtx)Constructor.GridTaskSessionRequest(IgniteUuid sesId, IgniteUuid jobId, byte[] attrsBytes, Map<?,?> attrs) -
Uses of IgniteUuid in org.apache.ignite.internal.binary
Methods in org.apache.ignite.internal.binary that return IgniteUuid Modifier and Type Method Description static @Nullable IgniteUuidBinaryUtils. readIgniteUuid(BinaryRawReader in)ReadIgniteUuidinstance.Methods in org.apache.ignite.internal.binary with parameters of type IgniteUuid Modifier and Type Method Description static voidBinaryUtils. writeIgniteUuid(BinaryRawWriter out, @Nullable IgniteUuid val)WriteIgniteUuidinstance. -
Uses of IgniteUuid in org.apache.ignite.internal.direct
Methods in org.apache.ignite.internal.direct that return IgniteUuid Modifier and Type Method Description IgniteUuidDirectMessageReader. readIgniteUuid(String name)ReadsIgniteUuid.Methods in org.apache.ignite.internal.direct with parameters of type IgniteUuid Modifier and Type Method Description booleanDirectMessageWriter. writeIgniteUuid(String name, IgniteUuid val)WritesIgniteUuid. -
Uses of IgniteUuid in org.apache.ignite.internal.direct.stream
Methods in org.apache.ignite.internal.direct.stream that return IgniteUuid Modifier and Type Method Description IgniteUuidDirectByteBufferStream. readIgniteUuid()Methods in org.apache.ignite.internal.direct.stream with parameters of type IgniteUuid Modifier and Type Method Description voidDirectByteBufferStream. writeIgniteUuid(IgniteUuid val) -
Uses of IgniteUuid in org.apache.ignite.internal.events
Constructors in org.apache.ignite.internal.events with parameters of type IgniteUuid Constructor Description ManagementTaskEvent(ClusterNode node, String msg, int type, IgniteUuid sesId, String taskName, String taskClsName, boolean internal, @Nullable UUID subjId, VisorTaskArgument<?> arg)Creates task event with given parameters. -
Uses of IgniteUuid in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return IgniteUuid Modifier and Type Method Description IgniteUuidCacheConfiguration. getDynamicDeploymentId()Methods in org.apache.ignite.internal.management.cache with parameters of type IgniteUuid Modifier and Type Method Description protected CacheConfigurationCacheConfigurationCollectorJob. config(CacheConfiguration ccfg, IgniteUuid dynamicDeploymentId)Constructors in org.apache.ignite.internal.management.cache with parameters of type IgniteUuid Constructor Description CacheConfiguration(IgniteEx ignite, CacheConfiguration ccfg, IgniteUuid dynamicDeploymentId)Create data transfer object for cache configuration properties. -
Uses of IgniteUuid in org.apache.ignite.internal.management.kill
Methods in org.apache.ignite.internal.management.kill that return IgniteUuid Modifier and Type Method Description IgniteUuidKillComputeCommandArg. sessionId()Methods in org.apache.ignite.internal.management.kill with parameters of type IgniteUuid Modifier and Type Method Description voidKillComputeCommandArg. sessionId(IgniteUuid sessionId) -
Uses of IgniteUuid in org.apache.ignite.internal.management.tx
Methods in org.apache.ignite.internal.management.tx that return IgniteUuid Modifier and Type Method Description @Nullable IgniteUuidTxInfo. getNearXid()IgniteUuidTxInfo. getXid()IgniteUuidTxInfoCommandArg. uuid()Methods in org.apache.ignite.internal.management.tx with parameters of type IgniteUuid Modifier and Type Method Description voidTxInfoCommandArg. uuid(IgniteUuid uuid)Constructors in org.apache.ignite.internal.management.tx with parameters of type IgniteUuid Constructor Description TxInfo(IgniteUuid xid, long startTime, long duration, TransactionIsolation isolation, TransactionConcurrency concurrency, long timeout, String lb, Collection<UUID> primaryNodes, TransactionState state, int size, IgniteUuid nearXid, Collection<UUID> masterNodeIds, AffinityTopologyVersion topVer, TxVerboseInfo info)TxInfo(IgniteUuid xid, TransactionState state)Constructor for historical mode. -
Uses of IgniteUuid in org.apache.ignite.internal.managers.checkpoint
Methods in org.apache.ignite.internal.managers.checkpoint that return IgniteUuid Modifier and Type Method Description IgniteUuidGridCheckpointRequest. getSessionId()Methods in org.apache.ignite.internal.managers.checkpoint that return types with arguments of type IgniteUuid Modifier and Type Method Description Collection<IgniteUuid>GridCheckpointManager. sessionIds()Constructors in org.apache.ignite.internal.managers.checkpoint with parameters of type IgniteUuid Constructor Description GridCheckpointRequest(IgniteUuid sesId, String key, String cpSpi) -
Uses of IgniteUuid in org.apache.ignite.internal.managers.communication
Methods in org.apache.ignite.internal.managers.communication that return IgniteUuid Modifier and Type Method Description @Nullable IgniteUuidGridIoUserMessage. classLoaderId()Methods in org.apache.ignite.internal.managers.communication that return types with arguments of type IgniteUuid Modifier and Type Method Description @Nullable Map<UUID,IgniteUuid>GridIoUserMessage. loaderParticipants() -
Uses of IgniteUuid in org.apache.ignite.internal.managers.deployment
Methods in org.apache.ignite.internal.managers.deployment that return IgniteUuid Modifier and Type Method Description IgniteUuidGridDeployment. classLoaderId()Gets property clsLdrId.IgniteUuidGridDeploymentInfo. classLoaderId()IgniteUuidGridDeploymentInfoBean. classLoaderId()@Nullable IgniteUuidGridDeploymentManager. getClassLoaderId(ClassLoader ldr)Methods in org.apache.ignite.internal.managers.deployment that return types with arguments of type IgniteUuid Modifier and Type Method Description @Nullable Map<UUID,IgniteUuid>GridDeployment. participants()Map<UUID,IgniteUuid>GridDeploymentInfo. participants()Map<UUID,IgniteUuid>GridDeploymentInfoBean. participants()Map<UUID,IgniteUuid>GridDeploymentMetadata. participants()Methods in org.apache.ignite.internal.managers.deployment with parameters of type IgniteUuid Modifier and Type Method Description voidGridDeploymentMetadata. classLoaderId(IgniteUuid clsLdrId)Sets property clsLdrId.@Nullable GridDeploymentGridDeploymentManager. getDeployment(IgniteUuid ldrId)Gets any deployment by loader ID.GridDeploymentGridDeploymentPerLoaderStore. getDeployment(IgniteUuid ldrId)Gets class loader based on ID.GridDeploymentGridDeploymentPerVersionStore. getDeployment(IgniteUuid ldrId)Gets class loader based on ID.@Nullable GridDeploymentGridDeploymentStore. getDeployment(IgniteUuid ldrId)Gets class loader based on ID.@Nullable GridDeploymentGridDeploymentManager. getGlobalDeployment(DeploymentMode depMode, String rsrcName, String clsName, String userVer, UUID sndNodeId, IgniteUuid clsLdrId, Map<UUID,IgniteUuid> participants, @Nullable IgnitePredicate<ClusterNode> nodeFilter)Method parameters in org.apache.ignite.internal.managers.deployment with type arguments of type IgniteUuid Modifier and Type Method Description voidGridDeploymentManager. addCacheParticipants(Map<UUID,IgniteUuid> allParticipants, Map<UUID,IgniteUuid> addedParticipants)Adds participants to all SHARED deployments.voidGridDeploymentPerLoaderStore. addParticipants(Map<UUID,IgniteUuid> allParticipants, Map<UUID,IgniteUuid> addedParticipants)Adds participants to all deployments.voidGridDeploymentPerVersionStore. addParticipants(Map<UUID,IgniteUuid> allParticipants, Map<UUID,IgniteUuid> addedParticipants)Adds participants to all deployments.voidGridDeploymentStore. addParticipants(Map<UUID,IgniteUuid> allParticipants, Map<UUID,IgniteUuid> addedParticipants)Adds participants to all deployments.@Nullable GridDeploymentGridDeploymentManager. getGlobalDeployment(DeploymentMode depMode, String rsrcName, String clsName, String userVer, UUID sndNodeId, IgniteUuid clsLdrId, Map<UUID,IgniteUuid> participants, @Nullable IgnitePredicate<ClusterNode> nodeFilter)voidGridDeploymentMetadata. participants(Map<UUID,IgniteUuid> participants)Constructors in org.apache.ignite.internal.managers.deployment with parameters of type IgniteUuid Constructor Description GridDeploymentInfoBean(IgniteUuid clsLdrId, String userVer, DeploymentMode depMode, Map<UUID,IgniteUuid> participants)Constructor parameters in org.apache.ignite.internal.managers.deployment with type arguments of type IgniteUuid Constructor Description GridDeploymentInfoBean(IgniteUuid clsLdrId, String userVer, DeploymentMode depMode, Map<UUID,IgniteUuid> participants) -
Uses of IgniteUuid in org.apache.ignite.internal.managers.discovery
Methods in org.apache.ignite.internal.managers.discovery that return IgniteUuid Modifier and Type Method Description IgniteUuidDiscoveryCustomMessage. id() -
Uses of IgniteUuid in org.apache.ignite.internal.managers.encryption
Methods in org.apache.ignite.internal.managers.encryption that return IgniteUuid Modifier and Type Method Description IgniteUuidGenerateEncryptionKeyRequest. id()IgniteUuidGenerateEncryptionKeyResponse. requestId()Constructors in org.apache.ignite.internal.managers.encryption with parameters of type IgniteUuid Constructor Description GenerateEncryptionKeyResponse(IgniteUuid id, Collection<byte[]> encKeys, byte[] masterKeyDigest) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.authentication
Methods in org.apache.ignite.internal.processors.authentication that return IgniteUuid Modifier and Type Method Description IgniteUuidUserAcceptedMessage. id()IgniteUuidUserAuthenticateRequestMessage. id()IgniteUuidUserAuthenticateResponseMessage. id()IgniteUuidUserManagementOperation. id()IgniteUuidUserProposedMessage. id()IgniteUuidUserManagementOperationFinishedMessage. operationId()Constructors in org.apache.ignite.internal.processors.authentication with parameters of type IgniteUuid Constructor Description UserAuthenticateResponseMessage(IgniteUuid id, String errMsg)UserManagementOperationFinishedMessage(IgniteUuid opId, String errorMsg) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return IgniteUuid Modifier and Type Method Description IgniteUuidCacheJoinNodeDiscoveryData. cacheDeploymentId()IgniteUuidCacheData. deploymentId()IgniteUuidCacheGroupData. deploymentId()IgniteUuidCacheGroupDescriptor. deploymentId()IgniteUuidDynamicCacheChangeRequest. deploymentId()IgniteUuidDynamicCacheDescriptor. deploymentId()IgniteUuidGridCacheContext. dynamicDeploymentId()IgniteUuidGridCacheContextInfo. dynamicDeploymentId()IgniteUuidGridCacheFuture. futureId()@Nullable IgniteUuidGridCacheDeploymentManager. getClassLoaderId(@Nullable ClassLoader ldr)IgniteUuidWalStateAbstractMessage. groupDeploymentId()IgniteUuidCacheAffinityChangeMessage. id()IgniteUuidCacheStatisticsClearMessage. id()IgniteUuidCacheStatisticsModeChangeMessage. id()IgniteUuidClientCacheChangeDiscoveryMessage. id()IgniteUuidClientCacheChangeDummyDiscoveryMessage. id()IgniteUuidDynamicCacheChangeBatch. id()IgniteUuidDynamicCacheChangeFailureMessage. id()IgniteUuidStateChangeRequest. id()IgniteUuidTxTimeoutOnPartitionMapExchangeChangeMessage. id()IgniteUuidWalStateAbstractMessage. id()IgniteUuidGridCacheDeploymentManager. locLoaderId()Gets a local class loader id.IgniteUuidDynamicCacheChangeRequest. restartId()Methods in org.apache.ignite.internal.processors.cache that return types with arguments of type IgniteUuid Modifier and Type Method Description Map<Integer,IgniteUuid>CacheAffinityChangeMessage. cacheDeploymentIds()Map<String,IgniteUuid>WalStateProposeMessage. caches()Methods in org.apache.ignite.internal.processors.cache with parameters of type IgniteUuid Modifier and Type Method Description booleanGridCacheMvccManager. addFuture(GridCacheFuture<?> fut, IgniteUuid futId)@NotNull DynamicCacheChangeRequestGridCacheProcessor. createStopRequest(String cacheName, boolean restart, IgniteUuid restartId, boolean destroy)Prepares cache stop request.voidDynamicCacheChangeRequest. deploymentId(IgniteUuid deploymentId)IgniteInternalFuture<Boolean>GridCacheProcessor. dynamicDestroyCache(String cacheName, boolean sql, boolean checkThreadTx, boolean restart, IgniteUuid restartId)IgniteInternalFuture<Boolean>GridCacheProcessor. dynamicStartCachesByStoredConf(Collection<StoredCacheData> storedCacheDataList, boolean failIfExists, boolean checkThreadTx, boolean disabledAfterStart, IgniteUuid restartId)Dynamically starts multiple caches.@Nullable GridCacheFutureGridCacheMvccManager. future(IgniteUuid futId)@Nullable ClassLoaderGridCacheDeploymentManager. getClassLoader(IgniteUuid ldrId)voidGridCacheDeploymentManager. p2pContext(UUID sndId, IgniteUuid ldrId, String userVer, DeploymentMode mode, Map<UUID,IgniteUuid> participants)voidGridCacheMvccManager. removeFuture(IgniteUuid futId)voidDynamicCacheChangeRequest. restartId(IgniteUuid restartId)@Nullable GridCacheVersionedFuture<?>GridCacheMvccManager. versionedFuture(GridCacheVersion ver, IgniteUuid futId)Gets future for given future ID and lock ID.Method parameters in org.apache.ignite.internal.processors.cache with type arguments of type IgniteUuid Modifier and Type Method Description voidGridCacheDeploymentManager. p2pContext(UUID sndId, IgniteUuid ldrId, String userVer, DeploymentMode mode, Map<UUID,IgniteUuid> participants)Constructor parameters in org.apache.ignite.internal.processors.cache with type arguments of type IgniteUuid Constructor Description CacheAffinityChangeMessage(AffinityTopologyVersion topVer, Map<Integer,IgniteUuid> cacheDeploymentIds)Constructor used when message is created after cache rebalance finished.WalStateProposeMessage(UUID opId, int grpId, IgniteUuid grpDepId, UUID nodeId, Map<String,IgniteUuid> caches, boolean enable)Constructor. -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.binary
Methods in org.apache.ignite.internal.processors.cache.binary that return IgniteUuid Modifier and Type Method Description IgniteUuidMetadataRemoveAcceptedMessage. id()IgniteUuidMetadataRemoveProposedMessage. id()IgniteUuidMetadataUpdateAcceptedMessage. id()IgniteUuidMetadataUpdateProposedMessage. id() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.datastructures
Methods in org.apache.ignite.internal.processors.cache.datastructures that return types with arguments of type IgniteUuid Modifier and Type Method Description ConcurrentMap<IgniteUuid,GridCacheQueueProxy>CacheDataStructuresManager. queues()ConcurrentMap<IgniteUuid,GridCacheSetProxy>CacheDataStructuresManager. sets()Methods in org.apache.ignite.internal.processors.cache.datastructures with parameters of type IgniteUuid Modifier and Type Method Description voidCacheDataStructuresManager. removeSetData(IgniteUuid id, boolean separated) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed that return IgniteUuid Modifier and Type Method Description IgniteUuidGridCacheTxRecoveryFuture. futureId()IgniteUuidGridCacheTxRecoveryRequest. futureId()IgniteUuidGridCacheTxRecoveryResponse. futureId()IgniteUuidGridDistributedLockRequest. futureId()IgniteUuidGridDistributedLockResponse. futureId()IgniteUuidGridDistributedTxFinishRequest. futureId()IgniteUuidGridDistributedTxFinishResponse. futureId()IgniteUuidGridCacheTxRecoveryRequest. miniId()IgniteUuidGridCacheTxRecoveryResponse. miniId()Constructors in org.apache.ignite.internal.processors.cache.distributed with parameters of type IgniteUuid Constructor Description GridCacheTxRecoveryRequest(IgniteInternalTx tx, int txNum, boolean nearTxCheck, IgniteUuid futId, IgniteUuid miniId, boolean addDepInfo)GridCacheTxRecoveryResponse(GridCacheVersion txId, IgniteUuid futId, IgniteUuid miniId, boolean success, boolean addDepInfo)GridDistributedLockRequest(int cacheId, UUID nodeId, @Nullable GridCacheVersion nearXidVer, long threadId, IgniteUuid futId, GridCacheVersion lockVer, boolean isInTx, boolean isRead, TransactionIsolation isolation, boolean isInvalidate, long timeout, int keyCnt, int txSize, boolean skipStore, boolean keepBinary, boolean addDepInfo)GridDistributedLockResponse(int cacheId, GridCacheVersion lockVer, IgniteUuid futId, int cnt, boolean addDepInfo)GridDistributedLockResponse(int cacheId, GridCacheVersion lockVer, IgniteUuid futId, int cnt, Throwable err, boolean addDepInfo)GridDistributedLockResponse(int cacheId, GridCacheVersion lockVer, IgniteUuid futId, Throwable err, boolean addDepInfo)GridDistributedTxFinishRequest(GridCacheVersion xidVer, IgniteUuid futId, @NotNull AffinityTopologyVersion topVer, @Nullable GridCacheVersion commitVer, long threadId, boolean commit, boolean invalidate, boolean sys, byte plc, CacheWriteSynchronizationMode syncMode, GridCacheVersion baseVer, Collection<GridCacheVersion> committedVers, Collection<GridCacheVersion> rolledbackVers, int taskNameHash, int txSize, boolean addDepInfo)GridDistributedTxFinishResponse(int part, GridCacheVersion txId, IgniteUuid futId) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.distributed.dht
Fields in org.apache.ignite.internal.processors.cache.distributed.dht declared as IgniteUuid Modifier and Type Field Description protected IgniteUuidCacheDistributedGetFutureAdapter. deploymentLdrIdDeployment class loader id which will be used for deserialization of entries on a distributed task.protected IgniteUuidGridDhtTxPrepareFuture. deploymentLdrIdDeployment class loader id which will be used for deserialization of entries on a distributed task.protected IgniteUuidGridPartitionedSingleGetFuture. deploymentLdrIdDeployment class loader id which will be used for deserialization of entries on a distributed task.protected IgniteUuidCacheDistributedGetFutureAdapter. futIdFuture ID.Methods in org.apache.ignite.internal.processors.cache.distributed.dht that return IgniteUuid Modifier and Type Method Description IgniteUuidCacheDistributedGetFutureAdapter.AbstractMiniFuture. futureId()IgniteUuidCacheDistributedGetFutureAdapter. futureId()IgniteUuidGridDhtGetFuture. futureId()IgniteUuidGridDhtGetSingleFuture. futureId()IgniteUuidGridDhtLockFuture. futureId()IgniteUuidGridDhtTxFinishFuture. futureId()IgniteUuidGridDhtTxPrepareFuture. futureId()IgniteUuidGridDhtTxPrepareRequest. futureId()IgniteUuidGridDhtTxPrepareResponse. futureId()IgniteUuidGridPartitionedSingleGetFuture. futureId()IgniteUuidGridDhtLockRequest. miniId()IgniteUuidGridDhtLockResponse. miniId()protected IgniteUuidGridDhtTxLocal. nearFutureId()protected abstract IgniteUuidGridDhtTxLocalAdapter. nearFutureId()Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type IgniteUuid Modifier and Type Method Description GridNearGetRequestCacheDistributedGetFutureAdapter.AbstractMiniFuture. createGetRequest(IgniteUuid rootFutId)Factory methond for generate request associated with this miniFuture.protected abstract GridNearGetRequestCacheDistributedGetFutureAdapter.AbstractMiniFuture. createGetRequest0(IgniteUuid rootFutId, IgniteUuid futId)voidGridDhtTxLocal. nearFinishFutureId(IgniteUuid nearFinFutId)voidGridDhtTxLocal. nearFutureId(IgniteUuid nearFutId)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type IgniteUuid Constructor Description GridDhtLockRequest(int cacheId, UUID nodeId, GridCacheVersion nearXidVer, long threadId, IgniteUuid futId, IgniteUuid miniId, GridCacheVersion lockVer, @NotNull AffinityTopologyVersion topVer, boolean isInTx, boolean isRead, TransactionIsolation isolation, boolean isInvalidate, long timeout, int dhtCnt, int txSize, int taskNameHash, long accessTtl, boolean skipStore, boolean storeUsed, boolean keepBinary, boolean addDepInfo, String txLbl)GridDhtLockResponse(int cacheId, GridCacheVersion lockVer, IgniteUuid futId, IgniteUuid miniId, int cnt, boolean addDepInfo)GridDhtLockResponse(int cacheId, GridCacheVersion lockVer, IgniteUuid futId, IgniteUuid miniId, Throwable err, boolean addDepInfo)GridDhtTxFinishRequest(UUID nearNodeId, IgniteUuid futId, int miniId, @NotNull AffinityTopologyVersion topVer, GridCacheVersion xidVer, GridCacheVersion commitVer, long threadId, boolean commit, boolean invalidate, boolean sys, byte plc, boolean sysInvalidate, CacheWriteSynchronizationMode syncMode, GridCacheVersion baseVer, Collection<GridCacheVersion> committedVers, Collection<GridCacheVersion> rolledbackVers, int txSize, int taskNameHash, boolean addDepInfo, boolean retVal, boolean waitRemoteTxs, Collection<PartitionUpdateCountersMessage> updCntrs)GridDhtTxFinishResponse(int part, GridCacheVersion xid, IgniteUuid futId, int miniId)GridDhtTxLocal(GridCacheSharedContext cctx, AffinityTopologyVersion topVer, UUID nearNodeId, GridCacheVersion nearXidVer, IgniteUuid nearFutId, int nearMiniId, long nearThreadId, boolean implicit, boolean implicitSingle, boolean sys, boolean explicitLock, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean invalidate, boolean storeEnabled, boolean onePhaseCommit, int txSize, Map<UUID,Collection<UUID>> txNodes, UUID subjId, int taskNameHash, @Nullable String lb, GridNearTxLocal parentTx)GridDhtTxPrepareRequest(IgniteUuid futId, int miniId, AffinityTopologyVersion topVer, GridDhtTxLocalAdapter tx, long timeout, Collection<IgniteTxEntry> dhtWrites, Collection<IgniteTxEntry> nearWrites, Map<UUID,Collection<UUID>> txNodes, GridCacheVersion nearXidVer, boolean last, boolean onePhaseCommit, int taskNameHash, boolean addDepInfo, boolean storeWriteThrough, boolean retVal, Collection<PartitionUpdateCountersMessage> updCntrs)GridDhtTxPrepareResponse(int part, GridCacheVersion xid, IgniteUuid futId, int miniId, boolean addDepInfo)GridDhtTxPrepareResponse(int part, GridCacheVersion xid, IgniteUuid futId, int miniId, Throwable err, boolean addDepInfo) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.atomic declared as IgniteUuid Modifier and Type Field Description protected IgniteUuidGridNearAtomicAbstractUpdateFuture. deploymentLdrIdDeployment class loader id which will be used for deserialization of entries on a distributed task.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that return IgniteUuid Modifier and Type Method Description IgniteUuidGridDhtAtomicAbstractUpdateFuture. futureId()IgniteUuidGridNearAtomicAbstractUpdateFuture. futureId() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.distributed.dht.colocated
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.colocated that return IgniteUuid Modifier and Type Method Description IgniteUuidGridDhtColocatedLockFuture. futureId() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return IgniteUuid Modifier and Type Method Description IgniteUuidGridDhtForceKeysFuture. futureId()IgniteUuidGridDhtForceKeysRequest. futureId()IgniteUuidGridDhtForceKeysResponse. futureId()IgniteUuidGridDhtForceKeysRequest. miniId()IgniteUuidGridDhtForceKeysResponse. miniId()Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type IgniteUuid Constructor Description GridDhtForceKeysResponse(int cacheId, IgniteUuid futId, IgniteUuid miniId, boolean addDepInfo) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology that return IgniteUuid Modifier and Type Method Description IgniteUuidPartitionDefferedDeleteQueueCleanupTask. timeoutId() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.distributed.near
Fields in org.apache.ignite.internal.processors.cache.distributed.near declared as IgniteUuid Modifier and Type Field Description protected IgniteUuidGridNearTxPrepareFutureAdapter. futIdFuture ID.Methods in org.apache.ignite.internal.processors.cache.distributed.near that return IgniteUuid Modifier and Type Method Description IgniteUuidGridNearGetRequest. futureId()IgniteUuidGridNearGetResponse. futureId()IgniteUuidGridNearLockFuture. futureId()IgniteUuidGridNearTxFinishFuture. futureId()IgniteUuidGridNearTxPrepareFutureAdapter. futureId()IgniteUuidGridNearTxPrepareRequest. futureId()IgniteUuidGridNearTxPrepareResponse. futureId()IgniteUuidGridNearGetRequest. miniId()IgniteUuidGridNearGetResponse. miniId()protected IgniteUuidGridNearTxLocal. nearFutureId()IgniteUuidGridNearTxLocal. timeoutId()Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type IgniteUuid Constructor Description GridNearGetRequest(int cacheId, IgniteUuid futId, IgniteUuid miniId, GridCacheVersion ver, Map<KeyCacheObject,Boolean> keys, boolean readThrough, @NotNull AffinityTopologyVersion topVer, int taskNameHash, long createTtl, long accessTtl, boolean addReader, boolean skipVals, boolean addDepInfo, boolean recovery, @Nullable String txLbl)GridNearGetResponse(int cacheId, IgniteUuid futId, IgniteUuid miniId, GridCacheVersion ver, boolean addDepInfo)GridNearLockRequest(int cacheId, @NotNull AffinityTopologyVersion topVer, UUID nodeId, long threadId, IgniteUuid futId, GridCacheVersion lockVer, boolean isInTx, boolean isRead, boolean retVal, TransactionIsolation isolation, boolean isInvalidate, long timeout, int keyCnt, int txSize, boolean syncCommit, int taskNameHash, long createTtl, long accessTtl, boolean skipStore, boolean keepBinary, boolean firstClientReq, boolean nearCache, boolean addDepInfo, @Nullable String txLbl)GridNearLockResponse(int cacheId, GridCacheVersion lockVer, IgniteUuid futId, int miniId, boolean filterRes, int cnt, Throwable err, AffinityTopologyVersion clientRemapVer, boolean addDepInfo, boolean compatibleRemapVer)GridNearTxFinishRequest(IgniteUuid futId, GridCacheVersion xidVer, long threadId, boolean commit, boolean invalidate, boolean sys, byte plc, CacheWriteSynchronizationMode syncMode, boolean explicitLock, boolean storeEnabled, @NotNull AffinityTopologyVersion topVer, GridCacheVersion baseVer, Collection<GridCacheVersion> committedVers, Collection<GridCacheVersion> rolledbackVers, int txSize, int taskNameHash, boolean addDepInfo)GridNearTxFinishResponse(int part, GridCacheVersion xid, long nearThreadId, IgniteUuid futId, int miniId, @Nullable Throwable err)GridNearTxPrepareRequest(IgniteUuid futId, AffinityTopologyVersion topVer, GridNearTxLocal tx, long timeout, Collection<IgniteTxEntry> reads, Collection<IgniteTxEntry> writes, boolean near, Map<UUID,Collection<UUID>> txNodes, boolean last, boolean onePhaseCommit, boolean retVal, boolean implicitSingle, boolean explicitLock, int taskNameHash, boolean firstClientReq, boolean allowWaitTopFut, boolean addDepInfo, boolean recovery)GridNearTxPrepareResponse(int part, GridCacheVersion xid, IgniteUuid futId, int miniId, GridCacheVersion dhtVer, GridCacheVersion writeVer, GridCacheReturn retVal, Throwable err, AffinityTopologyVersion clientRemapVer, boolean onePhaseCommit, boolean addDepInfo) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.persistence.snapshot
Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type IgniteUuid Modifier and Type Method Description Set<UUID>IgniteSnapshotManager. cacheStartRequiredAliveNodes(@Nullable IgniteUuid restoreId)Set<UUID>SnapshotRestoreProcess. cacheStartRequiredAliveNodes(IgniteUuid reqId) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query that return IgniteUuid Modifier and Type Method Description IgniteUuidGridCacheQueryFutureAdapter. timeoutId() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.transactions
Fields in org.apache.ignite.internal.processors.cache.transactions declared as IgniteUuid Modifier and Type Field Description protected IgniteUuidIgniteTxAdapter. deploymentLdrIdDeployment class loader id which will be used for deserialization of entries on a distributed task.Methods in org.apache.ignite.internal.processors.cache.transactions that return IgniteUuid Modifier and Type Method Description IgniteUuidIgniteInternalTx. xid()Gets unique identifier for this transaction.IgniteUuidIgniteTxAdapter. xid()Gets unique identifier for this transaction.IgniteUuidTransactionEventProxyImpl. xid()Gets unique identifier for this transaction.IgniteUuidTransactionProxyImpl. xid()Gets unique identifier for this transaction. -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cache.version
Methods in org.apache.ignite.internal.processors.cache.version that return IgniteUuid Modifier and Type Method Description IgniteUuidGridCacheVersion. asIgniteUuid() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.cluster
Methods in org.apache.ignite.internal.processors.cluster that return IgniteUuid Modifier and Type Method Description IgniteUuidChangeGlobalStateFinishMessage. id()IgniteUuidChangeGlobalStateMessage. id()Methods in org.apache.ignite.internal.processors.cluster with parameters of type IgniteUuid Modifier and Type Method Description protected voidGridClusterStateProcessor. afterStateChangeFinished(IgniteUuid msgId, boolean success) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.continuous
Methods in org.apache.ignite.internal.processors.continuous that return IgniteUuid Modifier and Type Method Description @Nullable IgniteUuidGridContinuousMessage. futureId()IgniteUuidAbstractContinuousMessage. id() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.datastreamer
Methods in org.apache.ignite.internal.processors.datastreamer that return IgniteUuid Modifier and Type Method Description IgniteUuidDataStreamerRequest. classLoaderId()Methods in org.apache.ignite.internal.processors.datastreamer that return types with arguments of type IgniteUuid Modifier and Type Method Description Map<UUID,IgniteUuid>DataStreamerRequest. participants()Constructors in org.apache.ignite.internal.processors.datastreamer with parameters of type IgniteUuid Constructor Description DataStreamerRequest(long reqId, byte[] resTopicBytes, @Nullable String cacheName, byte[] updaterBytes, Collection<DataStreamerEntry> entries, boolean ignoreDepOwnership, boolean skipStore, boolean keepBinary, DeploymentMode depMode, String sampleClsName, String userVer, Map<UUID,IgniteUuid> ldrParticipants, IgniteUuid clsLdrId, boolean forceLocDep, @NotNull AffinityTopologyVersion topVer, int partId)Constructor parameters in org.apache.ignite.internal.processors.datastreamer with type arguments of type IgniteUuid Constructor Description DataStreamerRequest(long reqId, byte[] resTopicBytes, @Nullable String cacheName, byte[] updaterBytes, Collection<DataStreamerEntry> entries, boolean ignoreDepOwnership, boolean skipStore, boolean keepBinary, DeploymentMode depMode, String sampleClsName, String userVer, Map<UUID,IgniteUuid> ldrParticipants, IgniteUuid clsLdrId, boolean forceLocDep, @NotNull AffinityTopologyVersion topVer, int partId) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.datastructures
Fields in org.apache.ignite.internal.processors.datastructures declared as IgniteUuid Modifier and Type Field Description protected IgniteUuidGridCacheQueueAdapter. idQueue unique ID.Methods in org.apache.ignite.internal.processors.datastructures that return IgniteUuid Modifier and Type Method Description IgniteUuidGridCacheQueueAdapter. id()IgniteUuidGridCacheQueueHeader. id()IgniteUuidGridCacheSetHeader. id()IgniteUuidGridCacheSetImpl. id()IgniteUuidCollocatedSetItemKey. setId()IgniteUuidGridCacheSetItemKey. setId()IgniteUuidGridSetQueryPredicate. setId()IgniteUuidSetItemKey. setId()Constructors in org.apache.ignite.internal.processors.datastructures with parameters of type IgniteUuid Constructor Description AddProcessor(IgniteUuid id, int size)ClearProcessor(IgniteUuid id)CollocatedQueueItemKey(IgniteUuid queueId, String queueName, long idx)CollocatedSetItemKey(String setName, IgniteUuid setId, Object item)GridCacheQueueHeader(IgniteUuid id, int cap, boolean collocated, long head, long tail, @Nullable Set<Long> rmvIdxs)GridCacheSetHeader(IgniteUuid id, boolean collocated, boolean separated)GridSetQueryPredicate(IgniteUuid setId, boolean collocated)PollProcessor(IgniteUuid id)RemoveProcessor(IgniteUuid id, Long idx) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.job
Methods in org.apache.ignite.internal.processors.job that return IgniteUuid Modifier and Type Method Description IgniteUuidGridJobWorker. getJobId()IgniteUuidGridJobWorker. timeoutId()IgniteUuidJobWorkerInterruptionTimeoutObject. timeoutId()Methods in org.apache.ignite.internal.processors.job with parameters of type IgniteUuid Modifier and Type Method Description @Nullable GridJobWorkerGridJobProcessor. activeJob(IgniteUuid jobId)Gets active job.voidGridJobProcessor. cancelJob(@Nullable IgniteUuid sesId, @Nullable IgniteUuid jobId, boolean sys)Map<ComputeJobStatusEnum,Long>GridJobProcessor. jobStatuses(IgniteUuid sesId)voidGridJobProcessor. masterLeaveLocal(IgniteUuid sesId)Notify processor that master leave aware handler must be invoked on all jobs with the given session ID.voidGridJobProcessor. onChangeTaskAttributes(IgniteUuid sesId, IgniteUuid jobId, Map<?,?> attrs)Callback on changing task attributes. -
Uses of IgniteUuid in org.apache.ignite.internal.processors.marshaller
Methods in org.apache.ignite.internal.processors.marshaller that return IgniteUuid Modifier and Type Method Description IgniteUuidMappingAcceptedMessage. id()IgniteUuidMappingProposedMessage. id() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.performancestatistics
Methods in org.apache.ignite.internal.processors.performancestatistics with parameters of type IgniteUuid Modifier and Type Method Description voidFilePerformanceStatisticsWriter. job(IgniteUuid sesId, long queuedTime, long startTime, long duration, boolean timedOut)voidPerformanceStatisticsHandler. job(UUID nodeId, IgniteUuid sesId, long queuedTime, long startTime, long duration, boolean timedOut)voidPerformanceStatisticsProcessor. job(IgniteUuid sesId, long queuedTime, long startTime, long duration, boolean timedOut)voidFilePerformanceStatisticsWriter. task(IgniteUuid sesId, String taskName, long startTime, long duration, int affPartId)voidPerformanceStatisticsHandler. task(UUID nodeId, IgniteUuid sesId, String taskName, long startTime, long duration, int affPartId)voidPerformanceStatisticsProcessor. task(IgniteUuid sesId, String taskName, long startTime, long duration, int affPartId) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.platform.utils
Methods in org.apache.ignite.internal.processors.platform.utils with parameters of type IgniteUuid Modifier and Type Method Description static voidPlatformUtils. writeIgniteUuid(BinaryRawWriterEx writer, IgniteUuid val)Writes IgniteUuid to a writer. -
Uses of IgniteUuid in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type IgniteUuid Modifier and Type Method Description voidGridQueryProcessor. processSchemaOperationLocal(SchemaAbstractOperation op, QueryTypeDescriptorImpl type, IgniteUuid depId, IndexRebuildCancelToken cancelTok)Process schema operation. -
Uses of IgniteUuid in org.apache.ignite.internal.processors.query.schema
Constructors in org.apache.ignite.internal.processors.query.schema with parameters of type IgniteUuid Constructor Description SchemaOperationWorker(GridKernalContext ctx, GridQueryProcessor qryProc, IgniteUuid depId, SchemaAbstractOperation op, boolean nop, @Nullable SchemaOperationException err, boolean cacheRegistered, @Nullable QueryTypeDescriptorImpl type)Constructor. -
Uses of IgniteUuid in org.apache.ignite.internal.processors.query.schema.message
Methods in org.apache.ignite.internal.processors.query.schema.message that return IgniteUuid Modifier and Type Method Description @Nullable IgniteUuidSchemaProposeDiscoveryMessage. deploymentId()IgniteUuidSchemaAbstractDiscoveryMessage. id()Methods in org.apache.ignite.internal.processors.query.schema.message with parameters of type IgniteUuid Modifier and Type Method Description voidSchemaProposeDiscoveryMessage. deploymentId(IgniteUuid depId) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.rest.handlers.task
Methods in org.apache.ignite.internal.processors.rest.handlers.task that return IgniteUuid Modifier and Type Method Description IgniteUuidGridTaskResultRequest. taskId()Methods in org.apache.ignite.internal.processors.rest.handlers.task with parameters of type IgniteUuid Modifier and Type Method Description voidGridTaskResultRequest. taskId(IgniteUuid taskId) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.service
Fields in org.apache.ignite.internal.processors.service declared as IgniteUuid Modifier and Type Field Description protected IgniteUuidServiceChangeAbstractRequest. srvcIdService id.protected IgniteUuidServiceChangeAbstractRequest. srvcIdService id.Methods in org.apache.ignite.internal.processors.service that return IgniteUuid Modifier and Type Method Description IgniteUuidServiceChangeBatchRequest. id()IgniteUuidServiceClusterDeploymentResultBatch. id()IgniteUuidServiceDeploymentProcessId. requestId()IgniteUuidServiceClusterDeploymentResult. serviceId()IgniteUuidServiceInfo. serviceId()Rerurns services id.Methods in org.apache.ignite.internal.processors.service that return types with arguments of type IgniteUuid Modifier and Type Method Description @NotNull Map<IgniteUuid,Collection<byte[]>>ServiceDeploymentActions. deploymentErrors()@NotNull Map<IgniteUuid,Map<UUID,Integer>>ServiceDeploymentActions. deploymentTopologies()Map<IgniteUuid,ServiceSingleNodeDeploymentResult>ServiceSingleNodeDeploymentResultBatch. results()@NotNull Map<IgniteUuid,ServiceInfo>ServiceDeploymentActions. servicesToDeploy()@NotNull Map<IgniteUuid,ServiceInfo>ServiceDeploymentActions. servicesToUndeploy()Method parameters in org.apache.ignite.internal.processors.service with type arguments of type IgniteUuid Modifier and Type Method Description voidServiceDeploymentActions. deploymentErrors(@NotNull Map<IgniteUuid,Collection<byte[]>> depErrors)voidServiceDeploymentActions. deploymentTopologies(@NotNull Map<IgniteUuid,Map<UUID,Integer>> depTops)voidServiceDeploymentActions. servicesToDeploy(@NotNull Map<IgniteUuid,ServiceInfo> servicesToDeploy)voidServiceDeploymentActions. servicesToUndeploy(@NotNull Map<IgniteUuid,ServiceInfo> servicesToUndeploy)Constructors in org.apache.ignite.internal.processors.service with parameters of type IgniteUuid Constructor Description ServiceClusterDeploymentResult(@NotNull IgniteUuid srvcId, @NotNull Map<UUID,ServiceSingleNodeDeploymentResult> results)ServiceDeploymentRequest(@NotNull IgniteUuid srvcId, @NotNull LazyServiceConfiguration cfg)ServiceInfo(@NotNull UUID originNodeId, @NotNull IgniteUuid srvcId, @NotNull LazyServiceConfiguration cfg)ServiceInfo(@NotNull UUID originNodeId, @NotNull IgniteUuid srvcId, @NotNull LazyServiceConfiguration cfg, boolean staticCfg)ServiceUndeploymentRequest(@NotNull IgniteUuid srvcId)Constructor parameters in org.apache.ignite.internal.processors.service with type arguments of type IgniteUuid Constructor Description ServiceSingleNodeDeploymentResultBatch(@NotNull ServiceDeploymentProcessId depId, @NotNull Map<IgniteUuid,ServiceSingleNodeDeploymentResult> results) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.session
Methods in org.apache.ignite.internal.processors.session with parameters of type IgniteUuid Modifier and Type Method Description GridTaskSessionImplGridTaskSessionProcessor. createTaskSession(IgniteUuid sesId, UUID taskNodeId, String taskName, @Nullable GridDeployment dep, String taskClsName, @Nullable Collection<UUID> top, @Nullable IgnitePredicate<ClusterNode> topPred, long startTime, long endTime, Collection<ComputeJobSibling> siblings, Map<Object,Object> attrs, boolean fullSup, boolean internal, @Nullable String execName, @Nullable SecurityContext secCtx)Creates task session.@Nullable GridTaskSessionImplGridTaskSessionProcessor. getSession(IgniteUuid sesId)booleanGridTaskSessionProcessor. removeSession(IgniteUuid sesId)Removes session for a given session ID. -
Uses of IgniteUuid in org.apache.ignite.internal.processors.task
Methods in org.apache.ignite.internal.processors.task that return IgniteUuid Modifier and Type Method Description IgniteUuidGridTaskWorker. timeoutId()Methods in org.apache.ignite.internal.processors.task that return types with arguments of type IgniteUuid Modifier and Type Method Description <R> Map<IgniteUuid,ComputeTaskFuture<R>>GridTaskProcessor. taskFutures()Methods in org.apache.ignite.internal.processors.task with parameters of type IgniteUuid Modifier and Type Method Description booleanGridTaskProcessor. cancel(IgniteUuid sesId)Handles user cancellation.Map<ComputeJobStatusEnum,Long>GridTaskProcessor. jobStatuses(IgniteUuid sesId)Collects statistics on jobs locally, only for those jobs that have already sent a response or are being executed locally.<R> @Nullable ComputeTaskInternalFuture<R>GridTaskProcessor. taskFuture(IgniteUuid sesId) -
Uses of IgniteUuid in org.apache.ignite.internal.processors.task.monitor
Methods in org.apache.ignite.internal.processors.task.monitor that return IgniteUuid Modifier and Type Method Description IgniteUuidComputeTaskStatus. sessionId()IgniteUuidComputeTaskStatusSnapshot. sessionId() -
Uses of IgniteUuid in org.apache.ignite.internal.processors.timeout
Methods in org.apache.ignite.internal.processors.timeout that return IgniteUuid Modifier and Type Method Description IgniteUuidGridSpiTimeoutObject. timeoutId()IgniteUuidGridTimeoutObject. timeoutId()IgniteUuidGridTimeoutObjectAdapter. timeoutId()IgniteUuidGridTimeoutProcessor.CancelableTask. timeoutId()Constructors in org.apache.ignite.internal.processors.timeout with parameters of type IgniteUuid Constructor Description GridTimeoutObjectAdapter(IgniteUuid id, long timeout) -
Uses of IgniteUuid in org.apache.ignite.internal.sql.command
Methods in org.apache.ignite.internal.sql.command that return IgniteUuid Modifier and Type Method Description IgniteUuidSqlKillComputeTaskCommand. getSessionId()Constructors in org.apache.ignite.internal.sql.command with parameters of type IgniteUuid Constructor Description SqlKillComputeTaskCommand(IgniteUuid sesId) -
Uses of IgniteUuid in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util that return IgniteUuid Modifier and Type Method Description static IgniteUuidIgniteUtils. bytesToIgniteUuid(byte[] in, int off)Converts bytes toIgniteUuid.static IgniteUuidIgniteUtils. contextDeploymentClassLoaderId(GridKernalContext ctx)Returns Deployment class loader id if method was invoked in the job context (it may be the context of a cache's operation which was triggered by the distributed job) ornullif no context was found or Deployment is switched off.static @Nullable IgniteUuidIgniteUtils. readIgniteUuid(DataInput in)ReadsIgniteUuidfrom input stream.Methods in org.apache.ignite.internal.util that return types with arguments of type IgniteUuid Modifier and Type Method Description static @Nullable List<IgniteUuid>IgniteUtils. readIgniteUuids(DataInput in)Reads Ignite UUIDs from input stream.Methods in org.apache.ignite.internal.util with parameters of type IgniteUuid Modifier and Type Method Description static ClassLoaderIgniteUtils. deploymentClassLoader(GridKernalContext ctx, IgniteUuid ldrId)Gets that deployment class loader matching by the specific id, ornullif the class loader was not found.static StringIgniteUtils. id8(IgniteUuid id)Gets 8-character substring ofIgniteUuid(for terse logging).static byte[]IgniteUtils. igniteUuidToBytes(IgniteUuid uuid)ConvertsIgniteUuidto bytes.static voidIgniteUtils. igniteUuidToBytes(IgniteUuid uuid, byte[] out, int off)ConvertsIgniteUuidto bytes.static voidIgniteUtils. restoreDeploymentContext(GridKernalContext ctx, IgniteUuid ldrId)Restores a deployment context for cache deployment.static voidIgniteUtils. writeIgniteUuid(DataOutput out, IgniteUuid uid)WritesIgniteUuidto output stream.Method parameters in org.apache.ignite.internal.util with type arguments of type IgniteUuid Modifier and Type Method Description static voidIgniteUtils. writeIgniteUuids(DataOutput out, @Nullable Collection<IgniteUuid> col)Writes Ignite UUIDs to output stream. -
Uses of IgniteUuid in org.apache.ignite.internal.util.distributed
Methods in org.apache.ignite.internal.util.distributed that return IgniteUuid Modifier and Type Method Description IgniteUuidFullMessage. id()IgniteUuidInitMessage. id() -
Uses of IgniteUuid in org.apache.ignite.internal.visor.compute
Methods in org.apache.ignite.internal.visor.compute that return types with arguments of type IgniteUuid Modifier and Type Method Description Set<IgniteUuid>VisorComputeCancelSessionsTaskArg. getSessionIds()Constructor parameters in org.apache.ignite.internal.visor.compute with type arguments of type IgniteUuid Constructor Description VisorComputeCancelSessionsTaskArg(Set<IgniteUuid> sesIds) -
Uses of IgniteUuid in org.apache.ignite.lang
Methods in org.apache.ignite.lang that return IgniteUuid Modifier and Type Method Description static IgniteUuidIgniteUuid. fromString(String s)Converts string intoIgniteUuid.static IgniteUuidIgniteUuid. fromUuid(UUID id)Constructs newIgniteUuidbased on global and local ID portions.static IgniteUuidIgniteUuid. randomUuid()Creates new pseudo-random ID.Methods in org.apache.ignite.lang that return types with arguments of type IgniteUuid Modifier and Type Method Description GridIterator<IgniteUuid>IgniteUuid. iterator()Methods in org.apache.ignite.lang with parameters of type IgniteUuid Modifier and Type Method Description intIgniteUuid. compareTo(IgniteUuid o) -
Uses of IgniteUuid in org.apache.ignite.plugin.extensions.communication
Methods in org.apache.ignite.plugin.extensions.communication that return IgniteUuid Modifier and Type Method Description IgniteUuidMessageReader. readIgniteUuid(String name)ReadsIgniteUuid.Methods in org.apache.ignite.plugin.extensions.communication with parameters of type IgniteUuid Modifier and Type Method Description booleanMessageWriter. writeIgniteUuid(String name, IgniteUuid val)WritesIgniteUuid. -
Uses of IgniteUuid in org.apache.ignite.spi
Methods in org.apache.ignite.spi that return IgniteUuid Modifier and Type Method Description IgniteUuidIgniteSpiTimeoutObject. id() -
Uses of IgniteUuid in org.apache.ignite.spi.communication.tcp.internal
Methods in org.apache.ignite.spi.communication.tcp.internal that return IgniteUuid Modifier and Type Method Description IgniteUuidTcpCommunicationConnectionCheckFuture. id()IgniteUuidTcpConnectionRequestDiscoveryMessage. id() -
Uses of IgniteUuid in org.apache.ignite.spi.discovery.tcp.messages
Methods in org.apache.ignite.spi.discovery.tcp.messages that return IgniteUuid Modifier and Type Method Description @Nullable IgniteUuidTcpDiscoveryNodeAddedMessage. discardedCustomMessageId()Gets discarded custom message ID.@Nullable IgniteUuidTcpDiscoveryNodeAddedMessage. discardedMessageId()Gets discarded message ID.IgniteUuidTcpDiscoveryAbstractMessage. id()Gets message ID.IgniteUuidTcpDiscoveryClientReconnectMessage. lastMessageId()IgniteUuidTcpDiscoveryClientAckResponse. messageId()IgniteUuidTcpDiscoveryDiscardMessage. msgId()Gets message ID to discard (this and all preceding).Methods in org.apache.ignite.spi.discovery.tcp.messages with parameters of type IgniteUuid Modifier and Type Method Description voidTcpDiscoveryNodeAddedMessage. messages(@Nullable Collection<TcpDiscoveryAbstractMessage> msgs, @Nullable IgniteUuid discardMsgId, @Nullable IgniteUuid discardCustomMsgId)Sets pending messages to send to new node.Constructors in org.apache.ignite.spi.discovery.tcp.messages with parameters of type IgniteUuid Constructor Description TcpDiscoveryClientAckResponse(UUID creatorNodeId, IgniteUuid msgId)TcpDiscoveryClientReconnectMessage(UUID creatorNodeId, UUID routerNodeId, IgniteUuid lastMsgId)TcpDiscoveryDiscardMessage(UUID creatorNodeId, IgniteUuid msgId, boolean customMsgDiscard)Constructor. -
Uses of IgniteUuid in org.apache.ignite.spi.systemview.view
Methods in org.apache.ignite.spi.systemview.view that return IgniteUuid Modifier and Type Method Description IgniteUuidComputeJobView. id()IgniteUuidComputeTaskView. id()IgniteUuidComputeTaskView. jobId()Deprecated.UseComputeTaskView.id()orComputeTaskView.sessionId()instead.IgniteUuidServiceView. serviceId()IgniteUuidComputeJobView. sessionId()ComputeJobView.sessionId()value equal to the value ofComputeTaskView.sessionId()if both records represents parts of the same computation.IgniteUuidComputeTaskView. sessionId()ComputeTaskView.sessionId()value equal to the value ofComputeJobView.sessionId()if both records represents parts of the same computation.IgniteUuidTransactionView. xid()Constructors in org.apache.ignite.spi.systemview.view with parameters of type IgniteUuid Constructor Description ComputeJobView(IgniteUuid id, GridJobWorker job, ComputeJobView.ComputeJobState state)ComputeTaskView(IgniteUuid id, GridTaskWorker worker) -
Uses of IgniteUuid in org.apache.ignite.spi.systemview.view.datastructures
Methods in org.apache.ignite.spi.systemview.view.datastructures that return IgniteUuid Modifier and Type Method Description IgniteUuidQueueView. id()IgniteUuidSetView. id() -
Uses of IgniteUuid in org.apache.ignite.transactions
Methods in org.apache.ignite.transactions that return IgniteUuid Modifier and Type Method Description IgniteUuidTransaction. xid()Gets unique identifier for this transaction.
-