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 | Method and Description |
---|---|
IBucketReadTrx |
Session.beginBucketRtx(long pRevKey) |
Modifier and Type | Method and Description |
---|---|
boolean |
Session.deregisterBucketTrx(IBucketReadTrx pTrx)
Deregisters a registered bucket transaction.
|
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.