Uses of Interface
org.jboss.cache.optimistic.DataVersion

Packages that use DataVersion
org.jboss.cache   
org.jboss.cache.commands   
org.jboss.cache.commands.legacy.write   
org.jboss.cache.commands.write   
org.jboss.cache.config   
org.jboss.cache.interceptors   
org.jboss.cache.invocation   
org.jboss.cache.mvcc   
org.jboss.cache.optimistic   
 

Uses of DataVersion in org.jboss.cache
 

Methods in org.jboss.cache that return DataVersion
 DataVersion VersionedNode.getVersion()
          Deprecated. Returns the version id of this node.
 DataVersion AbstractNode.getVersion()
           
 DataVersion InternalNode.getVersion()
           
 DataVersion NodeSPI.getVersion()
          Returns the data version of this node if versioning is supported.
 

Methods in org.jboss.cache with parameters of type DataVersion
 void VersionedNode.setVersion(DataVersion version)
          Deprecated. Sets the version id of this node.
 void AbstractNode.setVersion(DataVersion version)
           
 void InternalNode.setVersion(DataVersion version)
           
 void NodeSPI.setVersion(DataVersion version)
          Sets the data version of this node if versioning is supported.
 

Uses of DataVersion in org.jboss.cache.commands
 

Methods in org.jboss.cache.commands that return DataVersion
 DataVersion VersionedDataCommand.getDataVersion()
           
 

Methods in org.jboss.cache.commands with parameters of type DataVersion
 void VersionedDataCommand.setDataVersion(DataVersion dataVersion)
          Sets the DataVersion pertaining to this command.
 

Uses of DataVersion in org.jboss.cache.commands.legacy.write
 

Methods in org.jboss.cache.commands.legacy.write that return DataVersion
 DataVersion VersionedInvalidateCommand.getDataVersion()
          Deprecated.  
 

Methods in org.jboss.cache.commands.legacy.write with parameters of type DataVersion
 void VersionedInvalidateCommand.setDataVersion(DataVersion dataVersion)
          Deprecated.  
 

Uses of DataVersion in org.jboss.cache.commands.write
 

Fields in org.jboss.cache.commands.write declared as DataVersion
protected  DataVersion AbstractVersionedDataCommand.dataVersion
           
 

Methods in org.jboss.cache.commands.write that return DataVersion
 DataVersion AbstractVersionedDataCommand.getDataVersion()
           
 

Methods in org.jboss.cache.commands.write with parameters of type DataVersion
 void AbstractVersionedDataCommand.setDataVersion(DataVersion dataVersion)
           
 

Uses of DataVersion in org.jboss.cache.config
 

Methods in org.jboss.cache.config that return DataVersion
 DataVersion Option.getDataVersion()
          Deprecated. this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
 

Methods in org.jboss.cache.config with parameters of type DataVersion
 void Option.setDataVersion(DataVersion dataVersion)
          Deprecated. this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
 

Uses of DataVersion in org.jboss.cache.interceptors
 

Methods in org.jboss.cache.interceptors that return DataVersion
protected  DataVersion InvalidationInterceptor.getNodeVersion(TransactionWorkspace w, Fqn f)
           
 

Uses of DataVersion in org.jboss.cache.invocation
 

Methods in org.jboss.cache.invocation that return DataVersion
 DataVersion NodeInvocationDelegate.getVersion()
           
 

Methods in org.jboss.cache.invocation with parameters of type DataVersion
 void NodeInvocationDelegate.setVersion(DataVersion version)
           
 

Uses of DataVersion in org.jboss.cache.mvcc
 

Methods in org.jboss.cache.mvcc that return DataVersion
 DataVersion NodeReference.getVersion()
           
 

Methods in org.jboss.cache.mvcc with parameters of type DataVersion
 void NodeReference.setVersion(DataVersion version)
           
 

Uses of DataVersion in org.jboss.cache.optimistic
 

Classes in org.jboss.cache.optimistic that implement DataVersion
 class DefaultDataVersion
          Deprecated. this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
 

Fields in org.jboss.cache.optimistic declared as DataVersion
static DataVersion DefaultDataVersion.ZERO
          Deprecated. Version zero.
 

Methods in org.jboss.cache.optimistic that return DataVersion
 DataVersion WorkspaceNodeImpl.getVersion()
          Deprecated.  
 DataVersion WorkspaceNode.getVersion()
          Deprecated. Retrieves the data version of the in-memory node.
 DataVersion DefaultDataVersion.increment()
          Deprecated. Returns a new DataVersion with a newer version number.
 

Methods in org.jboss.cache.optimistic with parameters of type DataVersion
 NodeSPI<K,V> WorkspaceNodeImpl.createChild(Object childName, NodeSPI<K,V> parent, CacheSPI<K,V> cache, DataVersion version)
          Deprecated.  
 NodeSPI WorkspaceNode.createChild(Object child_name, NodeSPI<K,V> parent, CacheSPI<K,V> cache, DataVersion version)
          Deprecated. Creates a child node.
 boolean DefaultDataVersion.newerThan(DataVersion other)
          Deprecated.  
 boolean DataVersion.newerThan(DataVersion other)
          Deprecated. Returns true if this is a newer version than other.
 void WorkspaceNodeImpl.setVersion(DataVersion version)
          Deprecated.  
 void WorkspaceNode.setVersion(DataVersion version)
          Deprecated. Sets the data version of this workspace node.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.