Uses of Class
com.j_spaces.core.server.transaction.EntryXtnInfo
Packages that use EntryXtnInfo
Package
Description
-
Uses of EntryXtnInfo in com.gigaspaces.internal.server.storage
Fields in com.gigaspaces.internal.server.storage declared as EntryXtnInfoModifier and TypeFieldDescriptionprotected final EntryXtnInfoAbstractVersionedEntryData._entryTxnInfoMethods in com.gigaspaces.internal.server.storage that return EntryXtnInfoModifier and TypeMethodDescriptiondefault EntryXtnInfoITransactionalEntryData.copyTxnInfo(boolean cloneXtnInfo, boolean createEmptyTxnInfoIfNon) FlatEntryData.getEntryXtnInfo()HybridEntryData.getEntryXtnInfo()ITransactionalEntryData.getEntryXtnInfo()MutableViewHybridEntryData.getEntryXtnInfo()UserTypeEntryData.getEntryXtnInfo()Methods in com.gigaspaces.internal.server.storage with parameters of type EntryXtnInfoModifier and TypeMethodDescriptionFlatEntryData.createCopy(int newVersion, long newExpiration, EntryXtnInfo newEntryXtnInfo, boolean shallowCloneData) HybridEntryData.createCopy(int newVersion, long newExpiration, EntryXtnInfo newEntryXtnInfo, boolean shallowCloneData) ITransactionalEntryData.createCopy(int newVersion, long newExpiration, EntryXtnInfo newEntryXtnInfo, boolean shallowCloneData) MutableViewHybridEntryData.createCopy(int newVersion, long newExpiration, EntryXtnInfo newEntryXtnInfo, boolean shallowCloneData) UserTypeEntryData.createCopy(int newVersion, long newExpiration, EntryXtnInfo newEntryXtnInfo, boolean shallowCloneData) default ITransactionalEntryDataITransactionalEntryData.createCopyWithDummyTieredStorageTxnContainsOtherWriteLockOwner(EntryXtnInfo other) default ITransactionalEntryDataITransactionalEntryData.createCopyWithSuppliedTxnInfo(EntryXtnInfo ex) Constructors in com.gigaspaces.internal.server.storage with parameters of type EntryXtnInfoModifierConstructorDescriptionAbstractVersionedEntryData(EntryTypeDesc entryTypeDesc, int version, long expirationTime, EntryXtnInfo entryXtnInfo) FlatEntryData(Object[] fieldsValues, Map<String, Object> dynamicProperties, EntryTypeDesc entryTypeDesc, int version, long expirationTime, EntryXtnInfo entryXtnInfo) HybridEntryData(HybridPropertiesHolder propertiesHolder, Map<String, Object> dynamicProperties, EntryTypeDesc entryTypeDesc, int version, long expirationTime, EntryXtnInfo entryXtnInfo) HybridEntryData(Object[] fixedProperties, Map<String, Object> dynamicProperties, EntryTypeDesc entryTypeDesc, int version, long expirationTime, EntryXtnInfo entryXtnInfo) UserTypeEntryData(Object data, EntryTypeDesc entryTypeDesc, int version, long expirationTime, EntryXtnInfo entryXtnInfo) -
Uses of EntryXtnInfo in com.j_spaces.core.cache.mvcc
Methods in com.j_spaces.core.cache.mvcc with parameters of type EntryXtnInfoModifier and TypeMethodDescriptionMVCCEntryHolder.createLogicallyDeletedDummyEntry(EntryXtnInfo entryXtnInfo) -
Uses of EntryXtnInfo in com.j_spaces.core.server.transaction
Methods in com.j_spaces.core.server.transaction that return EntryXtnInfoModifier and TypeMethodDescriptionstatic EntryXtnInfoEntryXtnInfo.createCloneOrEmptyInfo(EntryXtnInfo original) Methods in com.j_spaces.core.server.transaction with parameters of type EntryXtnInfoModifier and TypeMethodDescriptionstatic EntryXtnInfoEntryXtnInfo.createCloneOrEmptyInfo(EntryXtnInfo original) Constructors in com.j_spaces.core.server.transaction with parameters of type EntryXtnInfo