Uses of Class
org.apache.ignite.internal.processors.cache.GridCacheSharedContext
-
-
Uses of GridCacheSharedContext in org.apache.ignite.internal.pagemem.impl
Constructors in org.apache.ignite.internal.pagemem.impl with parameters of type GridCacheSharedContext Constructor Description PageMemoryNoStoreImpl(IgniteLogger log, DirectMemoryProvider directMemoryProvider, GridCacheSharedContext<?,?> sharedCtx, int pageSize, DataRegionConfiguration dataRegionCfg, DataRegionMetricsImpl dataRegionMetrics, boolean trackAcquiredPages)PageMemoryNoStoreImpl(GridCacheSharedContext<?,?> sharedCtx, DirectMemoryProvider directMemoryProvider, int pageSize, DataRegionConfiguration dataRegionCfg, DataRegionMetricsImpl dataRegionMetrics) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.pagemem.wal.record
Constructors in org.apache.ignite.internal.pagemem.wal.record with parameters of type GridCacheSharedContext Constructor Description LazyDataEntry(GridCacheSharedContext cctx, int cacheId, byte keyType, byte[] keyBytes, byte valType, byte[] valBytes, GridCacheOperation op, GridCacheVersion nearXidVer, GridCacheVersion writeVer, long expireTime, int partId, long partCnt, byte flags) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache
Fields in org.apache.ignite.internal.processors.cache declared as GridCacheSharedContext Modifier and Type Field Description protected GridCacheSharedContext<K,V>GridCacheSharedManagerAdapter. cctxContext.protected GridCacheSharedContextGridCachePreloaderAdapter. ctxprotected GridCacheSharedContextIgniteCacheOffheapManagerImpl. ctxMethods in org.apache.ignite.internal.processors.cache that return GridCacheSharedContext Modifier and Type Method Description <K,V>
GridCacheSharedContext<K,V>GridCacheSharedContext.Builder. build(GridKernalContext kernalCtx, Collection<CacheStoreSessionListener> storeSesLsnrs)<K,V>
GridCacheSharedContext<K,V>GridCacheProcessor. context()protected GridCacheSharedContext<K,V>GridCacheSharedManagerAdapter. context()GridCacheSharedContext<?,?>CacheGroupContext. shared()GridCacheSharedContext<K,V>GridCacheContext. shared()Methods in org.apache.ignite.internal.processors.cache with parameters of type GridCacheSharedContext Modifier and Type Method Description voidGridCacheIoManager. addOrderedCacheGroupHandler(GridCacheSharedContext cctx, Object topic, IgniteBiInClosure<UUID,? extends GridCacheGroupIdMessage> c)voidGridCacheIoManager. addOrderedCacheHandler(GridCacheSharedContext cctx, Object topic, IgniteBiInClosure<UUID,? extends GridCacheIdMessage> c)voidExchangeActions. completeRequestFutures(GridCacheSharedContext ctx, Throwable err)voidGridCacheMessage. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridChangeGlobalStateMessageResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.static GridCacheContext<?,?>GridCacheUtils. firstPartitioned(GridCacheSharedContext<?,?> sctx, Iterable<Integer> cacheIds)static byte[]GridCacheUtils. marshal(GridCacheSharedContext ctx, boolean depEnabled, Object obj)protected voidGridCacheMessage. marshalInfo(GridCacheEntryInfo info, GridCacheSharedContext ctx, CacheObjectContext cacheObjCtx)protected voidGridCacheMessage. marshalInfos(Iterable<? extends GridCacheEntryInfo> infos, GridCacheSharedContext ctx, CacheObjectContext cacheObjCtx)protected voidGridCacheMessage. marshalTx(Iterable<IgniteTxEntry> txEntries, GridCacheSharedContext ctx)IgniteLoggerGridCacheMessage. messageLogger(GridCacheSharedContext<?,?> ctx)voidGridCacheMessage. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridChangeGlobalStateMessageResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.protected voidGridCacheMessage. prepareObject(@Nullable Object o, GridCacheSharedContext ctx)voidGridCacheSharedManager. start(GridCacheSharedContext<K,V> cctx)Starts manager.voidGridCacheSharedManagerAdapter. start(GridCacheSharedContext<K,V> cctx)Starts manager.voidIgniteCacheOffheapManager. start(GridCacheSharedContext ctx, CacheGroupContext grp)voidIgniteCacheOffheapManagerImpl. start(GridCacheSharedContext ctx, CacheGroupContext grp)static booleanGridCacheUtils. storeCacheConfig(GridCacheSharedContext<?,?> cctx, CacheConfiguration<?,?> cacheCfg)Checks whether given cache configuration should be persisted.protected <T> @Nullable List<T>GridCacheMessage. unmarshalCollection(@Nullable Collection<byte[]> byteCol, GridCacheSharedContext ctx, ClassLoader ldr)protected @Nullable Object[]GridCacheMessage. unmarshalInvokeArguments(@org.jetbrains.annotations.Nullable byte[][] byteCol, GridCacheSharedContext ctx, ClassLoader ldr)protected voidGridCacheMessage. unmarshalTx(Iterable<IgniteTxEntry> txEntries, GridCacheSharedContext ctx, ClassLoader ldr)voidExchangeDiscoveryEvents. warnNoAffinityNodes(GridCacheSharedContext<?,?> cctx) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed with parameters of type GridCacheSharedContext Modifier and Type Method Description voidGridCacheTtlUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedLockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedLockResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedTxPrepareRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedTxPrepareResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDistributedUnlockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.IgniteLoggerGridCacheTxRecoveryRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridCacheTxRecoveryResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedLockRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedLockResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxFinishRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxFinishResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxPrepareRequest. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedTxPrepareResponse. messageLogger(GridCacheSharedContext<?,?> ctx)IgniteLoggerGridDistributedUnlockRequest. messageLogger(GridCacheSharedContext<?,?> ctx)voidGridCacheTtlUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedLockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedLockResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedTxPrepareRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedTxPrepareResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDistributedUnlockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.Constructors in org.apache.ignite.internal.processors.cache.distributed with parameters of type GridCacheSharedContext Constructor Description GridCacheTxRecoveryFuture(GridCacheSharedContext<?,?> cctx, IgniteInternalTx tx, Set<UUID> failedNodeIds, Map<UUID,Collection<UUID>> txNodes)GridDistributedTxRemoteAdapter(GridCacheSharedContext<?,?> ctx, UUID nodeId, GridCacheVersion xidVer, GridCacheVersion commitVer, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, boolean invalidate, long timeout, int txSize, @Nullable UUID subjId, int taskNameHash, @Nullable String txLbl) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.distributed.dht
Methods in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheSharedContext Modifier and Type Method Description voidGridDhtAffinityAssignmentResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtLockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtLockResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtTxFinishResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtTxPrepareRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtTxPrepareResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtUnlockRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtAffinityAssignmentResponse. prepareMarshal(GridCacheSharedContext ctx)voidGridDhtLockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtLockResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtTxFinishResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtTxPrepareRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtTxPrepareResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtUnlockRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type GridCacheSharedContext Constructor Description GridDhtAssignmentFetchFuture(GridCacheSharedContext ctx, int grpId, AffinityTopologyVersion topVer, DiscoCache discoCache)GridDhtTxFinishFuture(GridCacheSharedContext<K,V> cctx, GridDhtTxLocalAdapter tx, boolean commit)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)GridDhtTxLocalAdapter(GridCacheSharedContext cctx, GridCacheVersion xidVer, boolean implicit, boolean implicitSingle, boolean sys, boolean explicitLock, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean invalidate, boolean storeEnabled, boolean onePhaseCommit, int txSize, @Nullable UUID subjId, int taskNameHash)GridDhtTxPrepareFuture(GridCacheSharedContext cctx, GridDhtTxLocalAdapter tx, long timeout, int nearMiniId, Map<IgniteTxKey,GridCacheVersion> dhtVerMap, boolean last, boolean retVal)GridDhtTxRemote(GridCacheSharedContext ctx, UUID nearNodeId, UUID nodeId, AffinityTopologyVersion topVer, GridCacheVersion xidVer, GridCacheVersion commitVer, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, boolean invalidate, long timeout, int txSize, GridCacheVersion nearXidVer, Map<UUID,Collection<UUID>> txNodes, @Nullable UUID subjId, int taskNameHash, boolean single, boolean storeWriteThrough, @Nullable String txLbl)This constructor is meant for optimistic transactions.GridDhtTxRemote(GridCacheSharedContext ctx, UUID nearNodeId, UUID nodeId, GridCacheVersion nearXidVer, AffinityTopologyVersion topVer, GridCacheVersion xidVer, GridCacheVersion commitVer, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, boolean invalidate, long timeout, int txSize, @Nullable UUID subjId, int taskNameHash, boolean storeWriteThrough, @Nullable String txLbl)This constructor is meant for pessimistic transactions. -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type GridCacheSharedContext Modifier and Type Method Description voidGridDhtAtomicNearResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtAtomicSingleUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtAtomicUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtAtomicUpdateResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicFullUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicSingleUpdateFilterRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicSingleUpdateInvokeRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicSingleUpdateRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearAtomicUpdateResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.IgniteLoggerGridDhtAtomicAbstractUpdateRequest. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridDhtAtomicDeferredUpdateResponse. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridDhtAtomicUpdateResponse. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridNearAtomicAbstractUpdateRequest. messageLogger(GridCacheSharedContext ctx)IgniteLoggerGridNearAtomicUpdateResponse. messageLogger(GridCacheSharedContext ctx)voidGridDhtAtomicNearResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtAtomicSingleUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtAtomicUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtAtomicUpdateResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicFullUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicSingleUpdateFilterRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicSingleUpdateInvokeRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicSingleUpdateRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearAtomicUpdateResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state. -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.distributed.dht.preloader
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader that return GridCacheSharedContext Modifier and Type Method Description GridCacheSharedContextGridDhtPartitionsExchangeFuture. sharedContext()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridCacheSharedContext Modifier and Type Method Description voidGridDhtForceKeysRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtForceKeysResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionDemandLegacyMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionDemandMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionsFullMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionsSingleMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionSupplyMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridDhtPartitionSupplyMessageV2. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.Map<Integer,Map<Integer,Long>>GridDhtPartitionsFullMessage. partitionSizes(GridCacheSharedContext ctx)Returns partition sizes map for all cache groups.voidGridDhtPartitionsFullMessage. partitionSizes(GridCacheSharedContext ctx, Map<Integer,Map<Integer,Long>> partsSizes)Supplies partition sizes map for all cache groups.voidGridDhtForceKeysRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtForceKeysResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionDemandLegacyMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionDemandMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionsFullMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionsSingleMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridDhtPartitionSupplyMessageV2. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.preloader with parameters of type GridCacheSharedContext Constructor Description GridDhtPartitionsExchangeFuture(GridCacheSharedContext cctx, ReadWriteLock busyLock, GridDhtPartitionExchangeId exchId, ExchangeActions exchActions, CacheAffinityChangeMessage affChangeMsg) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.distributed.dht.topology
Methods in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridCacheSharedContext Modifier and Type Method Description GridDhtLocalPartitionGridDhtPartitionTopologyImpl.PartitionFactory. create(GridCacheSharedContext ctx, CacheGroupContext grp, int id, boolean recovery)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.topology with parameters of type GridCacheSharedContext Constructor Description GridClientPartitionTopology(GridCacheSharedContext<?,?> cctx, DiscoCache discoCache, int grpId, int parts, Object similarAffKey, PartitionLossPolicy partLossPlc)GridDhtLocalPartition(GridCacheSharedContext ctx, CacheGroupContext grp, int id, boolean recovery)GridDhtPartitionsStateValidator(GridCacheSharedContext<?,?> cctx)Constructor.GridDhtPartitionTopologyImpl(GridCacheSharedContext ctx, CacheGroupContext grp)PartitionDefferedDeleteQueueCleanupTask(GridCacheSharedContext cctx, long timeout) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.distributed.near
Fields in org.apache.ignite.internal.processors.cache.distributed.near declared as GridCacheSharedContext Modifier and Type Field Description protected GridCacheSharedContext<?,?>GridNearTxPrepareFutureAdapter. cctxContext.Methods in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type GridCacheSharedContext Modifier and Type Method Description voidGridNearGetRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)voidGridNearGetResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearSingleGetRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearSingleGetResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearTxFinishResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearTxPrepareResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridNearGetRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)voidGridNearGetResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearSingleGetRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearSingleGetResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearTxFinishResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridNearTxPrepareResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state. -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence
Methods in org.apache.ignite.internal.processors.cache.persistence with parameters of type GridCacheSharedContext Modifier and Type Method Description voidCacheDataRowAdapter. initFromDataPage(DataPageIO io, long pageAddr, int itemId, @Nullable CacheGroupContext grp, GridCacheSharedContext<?,?> sharedCtx, PageMemory pageMem, CacheDataRowAdapter.RowData rowData, boolean skipVer)voidCacheDataRowAdapter. initFromLink(@Nullable CacheGroupContext grp, GridCacheSharedContext<?,?> sharedCtx, PageMemory pageMem, CacheDataRowAdapter.RowData rowData, boolean skipVer)Read row from data pages.voidCacheDataRowAdapter. initFromPageBuffer(GridCacheSharedContext<?,?> sctx, CacheObjectContext coctx, IgniteThrowableFunction<Long,ByteBuffer> reader, ByteBuffer pageBuff, int itemId, boolean readCacheId, CacheDataRowAdapter.RowData rowData, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readFragment(GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, ByteBuffer buf, boolean keyOnly, boolean readCacheId, IncompleteObject<?> incomplete, boolean skipVer)protected voidCacheDataRowAdapter. readFullRow(GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, long addr, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer)protected IncompleteObject<?>CacheDataRowAdapter. readIncomplete(IncompleteObject<?> incomplete, GridCacheSharedContext<?,?> sharedCtx, CacheObjectContext coctx, int pageSize, int realPageSize, long pageAddr, int itemId, DataPageIO io, CacheDataRowAdapter.RowData rowData, boolean readCacheId, boolean skipVer) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.defragmentation
Constructors in org.apache.ignite.internal.processors.cache.persistence.defragmentation with parameters of type GridCacheSharedContext Constructor Description CachePartitionDefragmentationManager(List<String> cacheNames, GridCacheSharedContext<?,?> sharedCtx, GridCacheDatabaseSharedManager dbMgr, FilePageStoreManager filePageStoreMgr, CheckpointManager nodeCheckpoint, LightweightCheckpointManager defragmentationCheckpoint, int pageSize, int defragmentationThreadPoolSize) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.evict
Constructors in org.apache.ignite.internal.processors.cache.persistence.evict with parameters of type GridCacheSharedContext Constructor Description FairFifoPageEvictionTracker(PageMemoryNoStoreImpl pageMem, DataRegionConfiguration plcCfg, GridCacheSharedContext sharedCtx)Random2LruPageEvictionTracker(PageMemoryNoStoreImpl pageMem, DataRegionConfiguration plcCfg, GridCacheSharedContext<?,?> sharedCtx)RandomLruPageEvictionTracker(PageMemory pageMem, DataRegionConfiguration plcCfg, GridCacheSharedContext<?,?> sharedCtx) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.metastorage
Constructors in org.apache.ignite.internal.processors.cache.persistence.metastorage with parameters of type GridCacheSharedContext Constructor Description MetaStorage(GridCacheSharedContext<?,?> cctx, DataRegion dataRegion, boolean readOnly) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.pagemem
Constructors in org.apache.ignite.internal.processors.cache.persistence.pagemem with parameters of type GridCacheSharedContext Constructor Description PageMemoryImpl(DirectMemoryProvider directMemoryProvider, long[] sizes, GridCacheSharedContext<?,?> ctx, PageReadWriteManager pmPageMgr, int pageSize, PageStoreWriter flushDirtyPage, boolean trackable, CheckpointLockStateChecker stateChecker, DataRegionMetricsImpl dataRegionMetrics, DataRegionConfiguration dataRegionCfg, @Nullable PageMemoryImpl.ThrottlingPolicy throttlingPlc, IgniteOutClosure<CheckpointProgress> cpProgressProvider) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.snapshot
Fields in org.apache.ignite.internal.processors.cache.persistence.snapshot declared as GridCacheSharedContext Modifier and Type Field Description protected GridCacheSharedContext<?,?>AbstractSnapshotFutureTask. cctxShared context.protected GridCacheSharedContext<?,?>AbstractSnapshotFutureTask. cctxShared context.protected GridCacheSharedContext<?,?>AbstractSnapshotFutureTask. cctxShared context.protected GridCacheSharedContext<?,?>AbstractSnapshotFutureTask. cctxShared context.protected GridCacheSharedContext<?,?>SnapshotPartitionsVerifyHandler. cctxShared context.Methods in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type GridCacheSharedContext Modifier and Type Method Description voidIncrementalSnapshotAwareMessage. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.static FileIgniteSnapshotManager. nodeDumpDirectory(File dumpDir, GridCacheSharedContext<?,?> cctx)voidIncrementalSnapshotAwareMessage. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot with parameters of type GridCacheSharedContext Constructor Description AbstractCreateSnapshotFutureTask(GridCacheSharedContext<?,?> cctx, UUID srcNodeId, UUID reqId, String snpName, SnapshotSender snpSndr, Map<Integer,Set<Integer>> parts)SnapshotPartitionsQuickVerifyHandler(GridCacheSharedContext<?,?> cctx)SnapshotPartitionsVerifyHandler(GridCacheSharedContext<?,?> cctx)SnapshotResponseRemoteFutureTask(GridCacheSharedContext<?,?> cctx, UUID srcNodeId, UUID reqId, String snpName, String snpPath, SnapshotSender snpSndr, Map<Integer,Set<Integer>> parts) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump
Constructors in org.apache.ignite.internal.processors.cache.persistence.snapshot.dump with parameters of type GridCacheSharedContext Constructor Description CreateDumpFutureTask(GridCacheSharedContext<?,?> cctx, UUID srcNodeId, UUID reqId, String dumpName, File dumpDir, FileIOFactory ioFactory, BasicRateLimiter rateLimiter, SnapshotSender snpSndr, Map<Integer,Set<Integer>> parts, boolean compress, boolean encrypt) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.wal
Fields in org.apache.ignite.internal.processors.cache.persistence.wal declared as GridCacheSharedContext Modifier and Type Field Description protected @NotNull GridCacheSharedContextAbstractWalRecordsIterator. sharedCtxShared context for creating serializer of required version and grid name access.Constructors in org.apache.ignite.internal.processors.cache.persistence.wal with parameters of type GridCacheSharedContext Constructor Description AbstractWalRecordsIterator(@NotNull IgniteLogger log, @NotNull GridCacheSharedContext sharedCtx, @NotNull RecordSerializerFactory serializerFactory, @NotNull FileIOFactory ioFactory, int initialReadBufferSize, @Nullable WALPointer highBound, SegmentFileInputFactory segmentFileInputFactory) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle
Fields in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle declared as GridCacheSharedContext Modifier and Type Field Description protected GridCacheSharedContextFileHandleManagerImpl. cctxContext.protected GridCacheSharedContextFsyncFileHandleManagerImpl. cctxContext.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle with parameters of type GridCacheSharedContext Modifier and Type Method Description FileHandleManagerFileHandleManagerFactory. build(GridCacheSharedContext cctx, DataStorageMetricsImpl metrics, boolean mmap, RecordSerializer serializer, Supplier<FileWriteHandle> currHandleSupplier)Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.filehandle with parameters of type GridCacheSharedContext Constructor Description FileHandleManagerImpl(GridCacheSharedContext cctx, DataStorageMetricsImpl metrics, boolean mmap, RecordSerializer serializer, Supplier<FileWriteHandle> currentHandleSupplier, WALMode mode, int walBufferSize, long maxWalSegmentSize, long fsyncDelay)FsyncFileHandleManagerImpl(GridCacheSharedContext cctx, DataStorageMetricsImpl metrics, RecordSerializer serializer, Supplier<FileWriteHandle> handle, WALMode mode, long maxWalSegmentSize, long fsyncDelay, int tlbSize) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.wal.reader
Methods in org.apache.ignite.internal.processors.cache.persistence.wal.reader with parameters of type GridCacheSharedContext Modifier and Type Method Description IgniteWalIteratorFactory.IteratorParametersBuilderIgniteWalIteratorFactory.IteratorParametersBuilder. sharedContext(GridCacheSharedContext sharedCtx) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.persistence.wal.serializer
Fields in org.apache.ignite.internal.processors.cache.persistence.wal.serializer declared as GridCacheSharedContext Modifier and Type Field Description protected GridCacheSharedContextRecordDataV1Serializer. cctxCache shared context.Methods in org.apache.ignite.internal.processors.cache.persistence.wal.serializer that return GridCacheSharedContext Modifier and Type Method Description GridCacheSharedContextRecordDataV1Serializer. cctx()Return shared cache context.Constructors in org.apache.ignite.internal.processors.cache.persistence.wal.serializer with parameters of type GridCacheSharedContext Constructor Description RecordDataV1Serializer(GridCacheSharedContext cctx)RecordDataV2Serializer(GridCacheSharedContext cctx)Create an instance of V2 data serializer.RecordSerializerFactoryImpl(GridCacheSharedContext cctx)RecordSerializerFactoryImpl(GridCacheSharedContext cctx, @Nullable IgniteBiPredicate<WALRecord.RecordType,WALPointer> readTypeFilter) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.query
Methods in org.apache.ignite.internal.processors.cache.query with parameters of type GridCacheSharedContext Modifier and Type Method Description voidGridCacheQueryRequest. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridCacheQueryResponse. finishUnmarshal(GridCacheSharedContext ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidGridCacheQueryRequest. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidGridCacheQueryResponse. prepareMarshal(GridCacheSharedContext ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.protected <T> @Nullable List<T>GridCacheQueryResponse. unmarshalCollection0(@Nullable Collection<byte[]> byteCol, GridCacheSharedContext ctx, ClassLoader ldr) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.cache.transactions
Fields in org.apache.ignite.internal.processors.cache.transactions declared as GridCacheSharedContext Modifier and Type Field Description protected GridCacheSharedContext<?,?>IgniteTxAdapter. cctxCache registry.Methods in org.apache.ignite.internal.processors.cache.transactions that return GridCacheSharedContext Modifier and Type Method Description GridCacheSharedContext<?,?>IgniteTxAdapter. context()Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridCacheSharedContext Modifier and Type Method Description voidTxLocksRequest. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.voidTxLocksResponse. finishUnmarshal(GridCacheSharedContext<?,?> ctx, ClassLoader ldr)This method is called after the message is deserialized and is responsible for unmarshalling state marshalled inGridCacheMessage.prepareMarshal(GridCacheSharedContext)method.booleanIgniteTxImplicitSingleStateImpl. hasInterceptor(GridCacheSharedContext cctx)booleanIgniteTxRemoteStateAdapter. hasInterceptor(GridCacheSharedContext cctx)booleanIgniteTxState. hasInterceptor(GridCacheSharedContext cctx)booleanIgniteTxStateImpl. hasInterceptor(GridCacheSharedContext cctx)voidIgniteTxEntry. marshal(GridCacheSharedContext<?,?> ctx, boolean transferExpiry)voidIgniteTxImplicitSingleStateImpl. onTxEnd(GridCacheSharedContext cctx, IgniteInternalTx tx, boolean commit)voidIgniteTxRemoteStateAdapter. onTxEnd(GridCacheSharedContext cctx, IgniteInternalTx tx, boolean commit)voidIgniteTxState. onTxEnd(GridCacheSharedContext cctx, IgniteInternalTx tx, boolean commit)voidIgniteTxStateImpl. onTxEnd(GridCacheSharedContext cctx, IgniteInternalTx tx, boolean commit)voidTxLocksRequest. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidTxLocksResponse. prepareMarshal(GridCacheSharedContext<?,?> ctx)This method is called before the whole message is serialized and is responsible for pre-marshalling state.voidIgniteTxEntry. prepareUnmarshal(GridCacheSharedContext<?,?> ctx, AffinityTopologyVersion topVer, boolean near)Prepares this entry to unmarshall.Collection<CacheStoreManager>IgniteTxImplicitSingleStateImpl. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxRemoteSingleStateImpl. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxRemoteStateImpl. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxState. stores(GridCacheSharedContext cctx)Collection<CacheStoreManager>IgniteTxStateImpl. stores(GridCacheSharedContext cctx)booleanIgniteTxImplicitSingleStateImpl. storeWriteThrough(GridCacheSharedContext cctx)booleanIgniteTxRemoteStateAdapter. storeWriteThrough(GridCacheSharedContext cctx)booleanIgniteTxState. storeWriteThrough(GridCacheSharedContext cctx)booleanIgniteTxStateImpl. storeWriteThrough(GridCacheSharedContext sctx)CacheWriteSynchronizationModeIgniteTxImplicitSingleStateImpl. syncMode(GridCacheSharedContext cctx)CacheWriteSynchronizationModeIgniteTxRemoteStateAdapter. syncMode(GridCacheSharedContext cctx)CacheWriteSynchronizationModeIgniteTxState. syncMode(GridCacheSharedContext cctx)CacheWriteSynchronizationModeIgniteTxStateImpl. syncMode(GridCacheSharedContext cctx)GridDhtTopologyFutureIgniteTxImplicitSingleStateImpl. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)GridDhtTopologyFutureIgniteTxRemoteStateAdapter. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)GridDhtTopologyFutureIgniteTxState. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)GridDhtTopologyFutureIgniteTxStateImpl. topologyReadLock(GridCacheSharedContext cctx, GridFutureAdapter<?> fut)voidIgniteTxImplicitSingleStateImpl. topologyReadUnlock(GridCacheSharedContext cctx)voidIgniteTxRemoteStateAdapter. topologyReadUnlock(GridCacheSharedContext cctx)voidIgniteTxState. topologyReadUnlock(GridCacheSharedContext cctx)voidIgniteTxStateImpl. topologyReadUnlock(GridCacheSharedContext cctx)StringTxDeadlock. toString(GridCacheSharedContext ctx)voidIgniteTxEntry. unmarshal(GridCacheSharedContext<?,?> ctx, boolean near, ClassLoader clsLdr)Unmarshalls entry.voidIgniteTxImplicitSingleStateImpl. unwindEvicts(GridCacheSharedContext cctx)Unwind evicts for caches involved in this transaction.voidIgniteTxRemoteSingleStateImpl. unwindEvicts(GridCacheSharedContext cctx)Unwind evicts for caches involved in this transaction.voidIgniteTxRemoteStateImpl. unwindEvicts(GridCacheSharedContext cctx)Unwind evicts for caches involved in this transaction.voidIgniteTxState. unwindEvicts(GridCacheSharedContext cctx)Unwind evicts for caches involved in this transaction.voidIgniteTxStateImpl. unwindEvicts(GridCacheSharedContext cctx)Unwind evicts for caches involved in this transaction.IgniteCheckedExceptionIgniteTxImplicitSingleStateImpl. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxRemoteStateAdapter. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxState. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)IgniteCheckedExceptionIgniteTxStateImpl. validateTopology(GridCacheSharedContext cctx, boolean read, GridDhtTopologyFuture topFut)Constructors in org.apache.ignite.internal.processors.cache.transactions with parameters of type GridCacheSharedContext Constructor Description IgniteTransactionsImpl(GridCacheSharedContext<K,V> cctx, @Nullable String lb, boolean tracingEnabled)IgniteTxAdapter(GridCacheSharedContext<?,?> cctx, UUID nodeId, GridCacheVersion xidVer, long threadId, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, int txSize, @Nullable UUID subjId, int taskNameHash)IgniteTxAdapter(GridCacheSharedContext<?,?> cctx, GridCacheVersion xidVer, boolean implicit, boolean loc, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean invalidate, boolean storeEnabled, boolean onePhaseCommit, int txSize, @Nullable UUID subjId, int taskNameHash)IgniteTxHandler(GridCacheSharedContext ctx)IgniteTxLocalAdapter(GridCacheSharedContext cctx, GridCacheVersion xidVer, boolean implicit, boolean implicitSingle, boolean sys, byte plc, TransactionConcurrency concurrency, TransactionIsolation isolation, long timeout, boolean invalidate, boolean storeEnabled, boolean onePhaseCommit, int txSize, @Nullable UUID subjId, int taskNameHash)TransactionProxyImpl(GridNearTxLocal tx, GridCacheSharedContext<K,V> cctx, boolean async)TransactionProxyRollbackOnlyImpl(GridNearTxLocal tx, GridCacheSharedContext<K,V> cctx, boolean async)TxDeadlockDetection(GridCacheSharedContext<?,?> cctx) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.processors.security
Methods in org.apache.ignite.internal.processors.security with parameters of type GridCacheSharedContext Modifier and Type Method Description static UUIDSecurityUtils. securitySubjectId(GridCacheSharedContext<?,?> cctx) -
Uses of GridCacheSharedContext in org.apache.ignite.internal.util
Methods in org.apache.ignite.internal.util with parameters of type GridCacheSharedContext Modifier and Type Method Description static BaselineTopologyIgniteUtils. getBaselineTopology(@NotNull GridCacheSharedContext cctx)static byte[]IgniteUtils. marshal(GridCacheSharedContext ctx, Object obj)Marshals object to byte array.static <T> TIgniteUtils. unmarshal(GridCacheSharedContext ctx, byte[] arr, @Nullable ClassLoader clsLdr)Unmarshals object from the input stream using given class loader.
-