public interface ReadOnlyExchange
Exchange class that are safe to use within a
Exchange.TraverseVisitor.| Modifier and Type | Method and Description |
|---|---|
long |
getChangeCount()
Return the count of structural changes committed to the
Tree on
which this Exchange operates. |
Key |
getKey()
Return the
Key associated with this Exchange. |
Persistit |
getPersistitInstance()
Return the Persistit instance from which this Exchange was created.
|
Transaction |
getTransaction()
The transaction context for this Exchange.
|
Tree |
getTree()
Return the
Tree on which this Exchange operates. |
Value |
getValue()
Return the
Value associated with this Exchange. |
Volume |
getVolume()
Return the
Volume containing the data accessed by this
Exchange. |
Volume getVolume()
Volume containing the data accessed by this
Exchange.Volume.Persistit getPersistitInstance()
Persistit instance.long getChangeCount()
Tree on
which this Exchange operates. This count includes changes
committed by all Threads, including the current one. A structural change
is one in which at least one key is inserted or deleted. Replacement of
an existing value is not counted.Transaction getTransaction()
Exchanges created by a thread share the same transaction
context.Transaction context for this thread.Copyright © 2025 Open Identity Platform Community. All rights reserved.