Modifier and Type | Method and Description |
---|---|
DataVersion |
NodeSPI.getVersion()
Returns the data version of this node if versioning is supported.
|
DataVersion |
VersionedNode.getVersion()
Deprecated.
Returns the version id of this node.
|
DataVersion |
AbstractNode.getVersion() |
DataVersion |
InternalNode.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
NodeSPI.setVersion(DataVersion version)
Sets the data version of this node if versioning is supported.
|
void |
VersionedNode.setVersion(DataVersion version)
Deprecated.
Sets the version id of this node.
|
void |
AbstractNode.setVersion(DataVersion version) |
void |
InternalNode.setVersion(DataVersion version) |
Modifier and Type | Method and Description |
---|---|
DataVersion |
VersionedDataCommand.getDataVersion() |
Modifier and Type | Method and Description |
---|---|
void |
VersionedDataCommand.setDataVersion(DataVersion dataVersion)
Sets the DataVersion pertaining to this command.
|
Modifier and Type | Method and Description |
---|---|
DataVersion |
VersionedInvalidateCommand.getDataVersion()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VersionedInvalidateCommand.setDataVersion(DataVersion dataVersion)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected DataVersion |
AbstractVersionedDataCommand.dataVersion |
Modifier and Type | Method and Description |
---|---|
DataVersion |
AbstractVersionedDataCommand.getDataVersion() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractVersionedDataCommand.setDataVersion(DataVersion dataVersion) |
Modifier and Type | Method and Description |
---|---|
DataVersion |
Option.getDataVersion()
Deprecated.
this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected DataVersion |
InvalidationInterceptor.getNodeVersion(TransactionWorkspace w,
Fqn f) |
Modifier and Type | Method and Description |
---|---|
DataVersion |
NodeInvocationDelegate.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
NodeInvocationDelegate.setVersion(DataVersion version) |
Modifier and Type | Method and Description |
---|---|
DataVersion |
NodeReference.getVersion() |
Modifier and Type | Method and Description |
---|---|
void |
NodeReference.setVersion(DataVersion version) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDataVersion
Deprecated.
this is to support a deprecated locking scheme (Optimistic Locking). Will be removed when Optimistic Locking support is removed.
|
Modifier and Type | Field and Description |
---|---|
static DataVersion |
DefaultDataVersion.ZERO
Deprecated.
Version zero.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
DataVersion.newerThan(DataVersion other)
Deprecated.
Returns true if this is a newer version than
other . |
boolean |
DefaultDataVersion.newerThan(DataVersion other)
Deprecated.
|
void |
WorkspaceNodeImpl.setVersion(DataVersion version)
Deprecated.
|
void |
WorkspaceNode.setVersion(DataVersion version)
Deprecated.
Sets the data version of this workspace node.
|
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.