Uses of Record Class
com.loomcache.server.datastructures.DistributedMap.WriteMetadata
Packages that use DistributedMap.WriteMetadata
-
Uses of DistributedMap.WriteMetadata in com.loomcache.server.datastructures
Methods in com.loomcache.server.datastructures that return DistributedMap.WriteMetadataModifier and TypeMethodDescription@Nullable DistributedMap.WriteMetadataDistributedMap.getWriteMetadata(K key) @Nullable DistributedMap.WriteMetadataDistributedMap.EntryRollbackState.writeMetadata()Returns the value of thewriteMetadatarecord component.Constructors in com.loomcache.server.datastructures with parameters of type DistributedMap.WriteMetadataModifierConstructorDescriptionEntryRollbackState(boolean existed, @Nullable V value, @Nullable Long expiryTimeNanos, @Nullable Long lastAccessNanos, @Nullable Long maxIdleNanos, @Nullable DistributedMap.WriteMetadata writeMetadata, @Nullable Long hitCount, @Nullable Long lastAccessMillis) Creates an instance of aEntryRollbackStaterecord class.