org.terracotta.modules.ehcache.xa
Class EhcacheXAStoreClusteredImpl.VersionTable
java.lang.Object
org.terracotta.modules.ehcache.xa.EhcacheXAStoreClusteredImpl.VersionTable
- Enclosing class:
- EhcacheXAStoreClusteredImpl
public static class EhcacheXAStoreClusteredImpl.VersionTable
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
versionStore
protected final ConcurrentMap<Object,EhcacheXAStoreClusteredImpl.Version> versionStore
EhcacheXAStoreClusteredImpl.VersionTable
public EhcacheXAStoreClusteredImpl.VersionTable()
valid
public boolean valid(Object key,
long currentVersionNumber)
checkout
public long checkout(Object key,
XidClustered xid)
checkin
public void checkin(Object key,
XidClustered xid,
boolean readOnly)
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.