Uses of Class
org.apache.ignite.cache.CacheWriteSynchronizationMode
-
Packages that use CacheWriteSynchronizationMode Package Description org.apache.ignite.cache Contains main Data Grid APIs.org.apache.ignite.client Contains Ignite Thin Client API classes.org.apache.ignite.configuration Contains configuration-related classes.org.apache.ignite.internal.management.cache org.apache.ignite.internal.processors.cache This package contain cache-related processors & persistence implementation.org.apache.ignite.internal.processors.cache.distributed org.apache.ignite.internal.processors.cache.distributed.dht org.apache.ignite.internal.processors.cache.distributed.dht.atomic org.apache.ignite.internal.processors.cache.distributed.near org.apache.ignite.internal.processors.cache.transactions org.apache.ignite.internal.processors.query org.apache.ignite.spi.systemview.view ContainsSystemViewclases that exists in Ignite. -
-
Uses of CacheWriteSynchronizationMode in org.apache.ignite.cache
Methods in org.apache.ignite.cache that return CacheWriteSynchronizationMode Modifier and Type Method Description static @Nullable CacheWriteSynchronizationModeCacheWriteSynchronizationMode. fromOrdinal(int ord)Efficiently gets enumerated value from its ordinal.static CacheWriteSynchronizationModeCacheWriteSynchronizationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheWriteSynchronizationMode[]CacheWriteSynchronizationMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.client
Methods in org.apache.ignite.client that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeClientCacheConfiguration. getWriteSynchronizationMode()Methods in org.apache.ignite.client with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description ClientCacheConfigurationClientCacheConfiguration. setWriteSynchronizationMode(CacheWriteSynchronizationMode newVal) -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.configuration
Methods in org.apache.ignite.configuration that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeCacheConfiguration. getWriteSynchronizationMode()Gets write synchronization mode.Methods in org.apache.ignite.configuration with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description CacheConfiguration<K,V>CacheConfiguration. setWriteSynchronizationMode(CacheWriteSynchronizationMode writeSync)Sets write synchronization mode. -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.management.cache
Methods in org.apache.ignite.internal.management.cache that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeCacheConfiguration. getWriteSynchronizationMode() -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.processors.cache
Methods in org.apache.ignite.internal.processors.cache that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeGridCacheAttributes. writeSynchronization()CacheWriteSynchronizationModeCacheConfigurationOverride. writeSynchronizationMode()Methods in org.apache.ignite.internal.processors.cache with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description CacheConfigurationOverrideCacheConfigurationOverride. writeSynchronizationMode(CacheWriteSynchronizationMode writeSync) -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.processors.cache.distributed
Methods in org.apache.ignite.internal.processors.cache.distributed that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeGridDistributedTxFinishRequest. syncMode()Constructors in org.apache.ignite.internal.processors.cache.distributed with parameters of type CacheWriteSynchronizationMode Constructor Description 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) -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.processors.cache.distributed.dht
Constructors in org.apache.ignite.internal.processors.cache.distributed.dht with parameters of type CacheWriteSynchronizationMode Constructor Description 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) -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.processors.cache.distributed.dht.atomic
Fields in org.apache.ignite.internal.processors.cache.distributed.dht.atomic declared as CacheWriteSynchronizationMode Modifier and Type Field Description protected CacheWriteSynchronizationModeGridDhtAtomicAbstractUpdateRequest. syncModeWrite synchronization mode.protected CacheWriteSynchronizationModeGridNearAtomicAbstractUpdateFuture. syncModeWrite synchronization mode.protected CacheWriteSynchronizationModeGridNearAtomicAbstractUpdateRequest. syncModeWrite synchronization mode.Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeGridDhtAtomicAbstractUpdateRequest. writeSynchronizationMode()CacheWriteSynchronizationModeGridNearAtomicAbstractUpdateRequest. writeSynchronizationMode()Methods in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description protected abstract GridDhtAtomicAbstractUpdateRequestGridDhtAtomicAbstractUpdateFuture. createRequest(UUID nodeId, long futId, GridCacheVersion writeVer, CacheWriteSynchronizationMode syncMode, @NotNull AffinityTopologyVersion topVer, long ttl, long conflictExpireTime, @Nullable GridCacheVersion conflictVer, boolean readRepairRecovery)Constructors in org.apache.ignite.internal.processors.cache.distributed.dht.atomic with parameters of type CacheWriteSynchronizationMode Constructor Description GridDhtAtomicAbstractUpdateRequest(int cacheId, UUID nodeId, long futId, GridCacheVersion writeVer, CacheWriteSynchronizationMode syncMode, @NotNull AffinityTopologyVersion topVer, int taskNameHash, boolean addDepInfo, boolean keepBinary, boolean skipStore, boolean readRepairRecovery)Constructor.GridDhtAtomicUpdateRequest(int cacheId, UUID nodeId, long futId, GridCacheVersion writeVer, CacheWriteSynchronizationMode syncMode, @NotNull AffinityTopologyVersion topVer, int taskNameHash, Object[] invokeArgs, boolean addDepInfo, boolean keepBinary, boolean skipStore, boolean forceTransformBackups, boolean readRepairRecovery)Constructor.GridNearAtomicAbstractSingleUpdateRequest(int cacheId, UUID nodeId, long futId, @NotNull AffinityTopologyVersion topVer, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, int taskNameHash, byte flags, boolean addDepInfo)Constructor.GridNearAtomicAbstractUpdateFuture(GridCacheContext cctx, GridDhtAtomicCache cache, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, @Nullable Object[] invokeArgs, boolean retval, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc, CacheEntryPredicate[] filter, int taskNameHash, boolean skipStore, boolean keepBinary, boolean recovery, int remapCnt)Constructor.GridNearAtomicAbstractUpdateRequest(int cacheId, UUID nodeId, long futId, @NotNull AffinityTopologyVersion topVer, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, int taskNameHash, byte flags, boolean addDepInfo)Constructor.GridNearAtomicSingleUpdateFuture(GridCacheContext cctx, GridDhtAtomicCache cache, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, Object key, @Nullable Object val, @Nullable Object[] invokeArgs, boolean retval, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc, CacheEntryPredicate[] filter, int taskNameHash, boolean skipStore, boolean keepBinary, boolean recovery, int remapCnt)GridNearAtomicUpdateFuture(GridCacheContext cctx, GridDhtAtomicCache cache, CacheWriteSynchronizationMode syncMode, GridCacheOperation op, Collection<?> keys, @Nullable Collection<?> vals, @Nullable Object[] invokeArgs, @Nullable Collection<GridCacheDrInfo> conflictPutVals, @Nullable Collection<GridCacheVersion> conflictRmvVals, boolean retval, @Nullable javax.cache.expiry.ExpiryPolicy expiryPlc, CacheEntryPredicate[] filter, int taskNameHash, boolean skipStore, boolean keepBinary, boolean recovery, int remapCnt) -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.processors.cache.distributed.near
Constructors in org.apache.ignite.internal.processors.cache.distributed.near with parameters of type CacheWriteSynchronizationMode Constructor Description 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) -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.processors.cache.transactions
Methods in org.apache.ignite.internal.processors.cache.transactions that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeIgniteTxImplicitSingleStateImpl. syncMode(GridCacheSharedContext cctx)CacheWriteSynchronizationModeIgniteTxLocalAdapter. syncMode()CacheWriteSynchronizationModeIgniteTxRemoteStateAdapter. syncMode(GridCacheSharedContext cctx)CacheWriteSynchronizationModeIgniteTxState. syncMode(GridCacheSharedContext cctx)CacheWriteSynchronizationModeIgniteTxStateImpl. syncMode(GridCacheSharedContext cctx)Methods in org.apache.ignite.internal.processors.cache.transactions with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description voidIgniteTxLocalAdapter. syncMode(CacheWriteSynchronizationMode syncMode) -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.internal.processors.query
Methods in org.apache.ignite.internal.processors.query with parameters of type CacheWriteSynchronizationMode Modifier and Type Method Description voidGridQueryProcessor. dynamicTableCreate(String schemaName, QueryEntity entity, String templateName, String cacheName, String cacheGroup, @Nullable String dataRegion, String affinityKey, @Nullable CacheAtomicityMode atomicityMode, @Nullable CacheWriteSynchronizationMode writeSyncMode, @Nullable Integer backups, boolean ifNotExists, @Nullable Boolean encrypted, @Nullable Integer qryParallelism)Create cache and table from given query entity. -
Uses of CacheWriteSynchronizationMode in org.apache.ignite.spi.systemview.view
Methods in org.apache.ignite.spi.systemview.view that return CacheWriteSynchronizationMode Modifier and Type Method Description CacheWriteSynchronizationModeCacheView. writeSynchronizationMode()
-