Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.api |
TreeTank API
This package contains the public TreeTank API.
|
Modifier and Type | Class and Description |
---|---|
class |
BucketReadTrx
BucketReadTrx
|
class |
BucketWriteTrx
BucketWriteTrx
|
Modifier and Type | Field and Description |
---|---|
protected IBucketReadTrx |
FilelistenerReadTrx.mPageReadTrx
State of transaction including all cached stuff.
|
protected IBucketReadTrx |
IscsiReadTrx.mPageReadTrx
State of transaction including all cached stuff.
|
protected IBucketReadTrx |
NodeReadTrx.mPageReadTrx
State of transaction including all cached stuff.
|
Modifier and Type | Method and Description |
---|---|
IBucketReadTrx |
Session.beginBucketRtx(long pRevKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
Session.deregisterBucketTrx(IBucketReadTrx pTrx)
Deregisters a registered bucket transaction.
|
protected void |
FilelistenerReadTrx.setPageTransaction(IBucketReadTrx paramTransactionState)
Replace the state of the transaction.
|
protected void |
IscsiReadTrx.setPageTransaction(IBucketReadTrx paramTransactionState)
Replace the state of the transaction.
|
protected void |
NodeReadTrx.setPageTransaction(IBucketReadTrx pPageTrx)
Replace the state of the transaction.
|
Constructor and Description |
---|
FilelistenerReadTrx(IBucketReadTrx pPageTrx)
Constructor.
|
IscsiReadTrx(IBucketReadTrx pPageTrx)
Constructor.
|
NodeReadTrx(IBucketReadTrx pPageTrx)
Constructor.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IBucketWriteTrx
Write-Transaction of a bucket ensuring read- and write access to any buckets.
|
Modifier and Type | Method and Description |
---|---|
IBucketReadTrx |
ISession.beginBucketRtx(long pRevKey)
Begin exclusive read transaction on the bucket layer
|
Modifier and Type | Method and Description |
---|---|
boolean |
ISession.deregisterBucketTrx(IBucketReadTrx pTrx)
Deregisters a registered bucket transaction.
|
Copyright © 2013. All Rights Reserved.