class CoherenceRegionFactory extends org.hibernate.cache.spi.support.RegionFactoryTemplate implements
Serializable
serialVersionUID:
-8434943540794407358L
serialVersionUID:
2326579233150319530L
class AfterUpdateProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
2890338818667968735L
Serialized Fields
replacementValue
CoherenceRegionValue replacementValue
A cache value to potentially replace the present one.
softLock
org.hibernate.cache.spi.access.SoftLock softLock
A SoftLock presumably acquired by a previous lockItem call on the entry being processed.
timeOfSoftLockRelease
long timeOfSoftLockRelease
The potential time at which all locks on the entry being processed were released.
class GetProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
2359701955887239611L
class PutFromLoadProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
-4088045964348261168L
Serialized Fields
minimalPutsInEffect
boolean minimalPutsInEffect
A flag indicating whether "minimal puts" is in effect for Hibernate.
replacementValue
CoherenceRegionValue replacementValue
The replacement cache value in this ReadWritePutFromLoadProcessor.
class ReadWritePutFromLoadProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
-3993308461928039511L
Serialized Fields
minimalPutsInEffect
boolean minimalPutsInEffect
A flag indicating whether "minimal puts" is in effect for Hibernate.
replacementValue
CoherenceRegionValue replacementValue
The replacement cache value in this ReadWritePutFromLoadProcessor.
txTimestamp
long txTimestamp
From Hibernate javadoc, "a timestamp prior to the transaction start time"
[where "the transaction" loaded the potential replacement value from database].
versionComparator
Comparator versionComparator
A comparator for comparing actual value versions.
class SoftLockItemProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
5452465432039772596L
class SoftUnlockItemProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
8996659062190093054L
Serialized Fields
softLock
org.hibernate.cache.spi.access.SoftLock softLock
The SoftLock which is being released.
timeOfRelease
long timeOfRelease
The time at which the SoftLock was released.
serialVersionUID:
3748411110362855303L
Serialized Fields
softLocks
List <CoherenceRegionValue.SoftLock > softLocks
A List of SoftLocks added to this cache value.
timeOfSoftLockExpiration
long timeOfSoftLockExpiration
The time at which all soft locks in effect on this cache value will have expired.
timeOfSoftLockRelease
long timeOfSoftLockRelease
The time at which the last soft lock in effect on this cache value was released.
timestamp
long timestamp
The "timestamp" of the actual cache value.
value
Object value
The "actual" value in the cache.
version
Object version
The "version" of the actual cache value.
serialVersionUID:
-1171771458206273933L
Serialized Fields
acquirerId
UUID acquirerId
A unique identifier for the component that acquired this SoftLock. A SoftLock may only be released
by the component that acquired it. In practice this component appears to be a RegionAccessStrategy,
which appears to have the same lifecycle as a Hibernate SessionFactory.
expirationTime
long expirationTime
The time at which this SoftLock expires.
sequenceNumber
long sequenceNumber
The sequence number of this SoftLock with respect to its acquirer. The same acquirer may acquire
multiple SoftLocks over time or "concurrently", even on the same cache key, so a sequence number *and*
acquirer ID are needed to equate two SoftLocks.
class CoherenceRegionFactory extends org.hibernate.cache.spi.support.RegionFactoryTemplate implements
Serializable
serialVersionUID:
-8434943540794407358L
serialVersionUID:
2326579233150319530L
class AfterUpdateProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
2890338818667968735L
Serialized Fields
replacementValue
CoherenceRegionValue replacementValue
A cache value to potentially replace the present one.
softLock
org.hibernate.cache.spi.access.SoftLock softLock
A SoftLock presumably acquired by a previous lockItem call on the entry being processed.
timeOfSoftLockRelease
long timeOfSoftLockRelease
The potential time at which all locks on the entry being processed were released.
class GetProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
2359701955887239611L
class PutFromLoadProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
-4088045964348261168L
Serialized Fields
minimalPutsInEffect
boolean minimalPutsInEffect
A flag indicating whether "minimal puts" is in effect for Hibernate.
replacementValue
CoherenceRegionValue replacementValue
The replacement cache value in this ReadWritePutFromLoadProcessor.
class ReadWritePutFromLoadProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
-3993308461928039511L
Serialized Fields
minimalPutsInEffect
boolean minimalPutsInEffect
A flag indicating whether "minimal puts" is in effect for Hibernate.
replacementValue
CoherenceRegionValue replacementValue
The replacement cache value in this ReadWritePutFromLoadProcessor.
txTimestamp
long txTimestamp
From Hibernate javadoc, "a timestamp prior to the transaction start time"
[where "the transaction" loaded the potential replacement value from database].
versionComparator
Comparator versionComparator
A comparator for comparing actual value versions.
class SoftLockItemProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
5452465432039772596L
class SoftUnlockItemProcessor extends com.tangosol.util.processor.AbstractProcessor implements
Serializable
serialVersionUID:
8996659062190093054L
Serialized Fields
softLock
org.hibernate.cache.spi.access.SoftLock softLock
The SoftLock which is being released.
timeOfRelease
long timeOfRelease
The time at which the SoftLock was released.
serialVersionUID:
3748411110362855303L
Serialized Fields
softLocks
List <CoherenceRegionValue.SoftLock > softLocks
A List of SoftLocks added to this cache value.
timeOfSoftLockExpiration
long timeOfSoftLockExpiration
The time at which all soft locks in effect on this cache value will have expired.
timeOfSoftLockRelease
long timeOfSoftLockRelease
The time at which the last soft lock in effect on this cache value was released.
timestamp
long timestamp
The "timestamp" of the actual cache value.
value
Object value
The "actual" value in the cache.
version
Object version
The "version" of the actual cache value.
serialVersionUID:
-1171771458206273933L
Serialized Fields
acquirerId
UUID acquirerId
A unique identifier for the component that acquired this SoftLock. A SoftLock may only be released
by the component that acquired it. In practice this component appears to be a RegionAccessStrategy,
which appears to have the same lifecycle as a Hibernate SessionFactory.
expirationTime
long expirationTime
The time at which this SoftLock expires.
sequenceNumber
long sequenceNumber
The sequence number of this SoftLock with respect to its acquirer. The same acquirer may acquire
multiple SoftLocks over time or "concurrently", even on the same cache key, so a sequence number *and*
acquirer ID are needed to equate two SoftLocks.
Copyright © 2013, 2024, Oracle and/or its affiliates. Licensed under the Universal Permissive License v 1.0.