Uses of Interface
org.infinispan.container.versioning.EntryVersion
- 
Packages that use EntryVersion Package Description org.infinispan.container.entries Entries which are stored in data containers.org.infinispan.container.entries.versioned org.infinispan.container.versioning org.infinispan.functional Functional API packageorg.infinispan.interceptors.distribution Interceptors dealing with command replication in distributed/replicated mode.org.infinispan.metadata Metadata interfacesorg.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.rest.operations.mime org.infinispan.scattered SCATTERED CACHE DESIGNorg.infinispan.server.memcached org.infinispan.transaction.xa XA transaction support.
- 
- 
Uses of EntryVersion in org.infinispan.container.entriesMethods in org.infinispan.container.entries that return EntryVersion Modifier and Type Method Description EntryVersionVersionedRepeatableReadEntry. getVersion()EntryVersionRemoteMetadata. version()Methods in org.infinispan.container.entries with parameters of type EntryVersion Modifier and Type Method Description booleanVersionedRepeatableReadEntry. performWriteSkewCheck(DataContainer container, int segment, PersistenceManager persistenceManager, org.infinispan.context.impl.TxInvocationContext ctx, EntryVersion versionSeen, VersionGenerator versionGenerator, TimeService timeService)voidVersionedRepeatableReadEntry. setVersion(EntryVersion version)Constructors in org.infinispan.container.entries with parameters of type EntryVersion Constructor Description RemoteMetadata(Address address, EntryVersion version)
- 
Uses of EntryVersion in org.infinispan.container.entries.versionedMethods in org.infinispan.container.entries.versioned that return EntryVersion Modifier and Type Method Description EntryVersionVersioned. getVersion()Methods in org.infinispan.container.entries.versioned with parameters of type EntryVersion Modifier and Type Method Description voidVersioned. setVersion(EntryVersion version)Sets the version on this entry.
- 
Uses of EntryVersion in org.infinispan.container.versioningSubinterfaces of EntryVersion in org.infinispan.container.versioning Modifier and Type Interface Description interfaceIncrementableEntryVersionAn interface indicating that a version of this type can be incremented.Classes in org.infinispan.container.versioning that implement EntryVersion Modifier and Type Class Description classNumericVersionNumeric versionclassSimpleClusteredVersionA simple versioning scheme that is cluster-awareMethods in org.infinispan.container.versioning with parameters of type EntryVersion Modifier and Type Method Description InequalVersionComparisonResultEntryVersion. compareTo(EntryVersion other)Compares the given version against the current instance.InequalVersionComparisonResultNumericVersion. compareTo(EntryVersion other)InequalVersionComparisonResultSimpleClusteredVersion. compareTo(EntryVersion other)
- 
Uses of EntryVersion in org.infinispan.functionalMethods in org.infinispan.functional that return EntryVersion Modifier and Type Method Description EntryVersionMetaParam.MetaEntryVersion. get()Constructors in org.infinispan.functional with parameters of type EntryVersion Constructor Description MetaEntryVersion(EntryVersion entryVersion)
- 
Uses of EntryVersion in org.infinispan.interceptors.distributionFields in org.infinispan.interceptors.distribution declared as EntryVersion Modifier and Type Field Description EntryVersionVersionedResult. versionEntryVersion[]VersionedResults. versionsMethods in org.infinispan.interceptors.distribution with parameters of type EntryVersion Modifier and Type Method Description protected voidScatteredDistributionInterceptor. scheduleKeyInvalidation(Object key, EntryVersion nextVersion, boolean removed)Constructors in org.infinispan.interceptors.distribution with parameters of type EntryVersion Constructor Description VersionedResult(Object result, EntryVersion version)VersionedResults(Object[] values, EntryVersion[] versions)
- 
Uses of EntryVersion in org.infinispan.metadataFields in org.infinispan.metadata declared as EntryVersion Modifier and Type Field Description protected EntryVersionEmbeddedMetadata.Builder. versionMethods in org.infinispan.metadata that return EntryVersion Modifier and Type Method Description EntryVersionEmbeddedMetadata. version()EntryVersionMetadata. version()Returns the version of the cache entry with which this metadata object is associated.Methods in org.infinispan.metadata with parameters of type EntryVersion Modifier and Type Method Description Metadata.BuilderEmbeddedMetadata.Builder. version(EntryVersion version)Metadata.BuilderMetadata.Builder. version(EntryVersion version)Set version.
- 
Uses of EntryVersion in org.infinispan.persistence.managerMethods in org.infinispan.persistence.manager with parameters of type EntryVersion Modifier and Type Method Description CompletableFuture<?>OrderedUpdatesManager. checkLockAndStore(Object key, EntryVersion version, Function<CompletableFuture<?>,CompletableFuture<?>> enableTimeout, Consumer<Object> store)CompletableFuture<Void>OrderedUpdatesManagerImpl. checkLockAndStore(Object key, EntryVersion version, Function<CompletableFuture<?>,CompletableFuture<?>> enableTimeout, Consumer<Object> store)
- 
Uses of EntryVersion in org.infinispan.rest.operations.mimeMethods in org.infinispan.rest.operations.mime that return EntryVersion Modifier and Type Method Description EntryVersionMimeMetadata. version()
- 
Uses of EntryVersion in org.infinispan.scatteredMethods in org.infinispan.scattered that return EntryVersion Modifier and Type Method Description EntryVersionScatteredVersionManager. incrementVersion(int segment)Generates a new version for an entry in given segment.Methods in org.infinispan.scattered with parameters of type EntryVersion Modifier and Type Method Description booleanScatteredVersionManager. isVersionActual(int segment, EntryVersion version)voidScatteredVersionManager. scheduleKeyInvalidation(K key, EntryVersion version, boolean removal)Notifies the manager that an operation on given key with version previously retrieved fromScatteredVersionManager.incrementVersion(int)has finished.voidScatteredVersionManager. updatePreloadedEntryVersion(EntryVersion version)This is called only during preload.
- 
Uses of EntryVersion in org.infinispan.server.memcachedFields in org.infinispan.server.memcached declared as EntryVersion Modifier and Type Field Description protected EntryVersionMemcachedMetadata. versionMethods in org.infinispan.server.memcached that return EntryVersion Modifier and Type Method Description EntryVersionMemcachedMetadata. version()Constructors in org.infinispan.server.memcached with parameters of type EntryVersion Constructor Description MemcachedMetadata(long flags, EntryVersion version)
- 
Uses of EntryVersion in org.infinispan.transaction.xaMethods in org.infinispan.transaction.xa that return EntryVersion Modifier and Type Method Description default EntryVersionCacheTransaction. getLookedUpRemoteVersion(Object key)Deprecated.since 9.0Methods in org.infinispan.transaction.xa with parameters of type EntryVersion Modifier and Type Method Description voidCacheTransaction. addVersionRead(Object key, EntryVersion version)Sets the version read for this key.default voidCacheTransaction. putLookedUpRemoteVersion(Object key, EntryVersion version)Deprecated.since 9.0default voidCacheTransaction. replaceVersionRead(Object key, EntryVersion version)Deprecated.since 9.0
 
-