Package | Description |
---|---|
org.treetank.access |
Access to Treetank
|
org.treetank.revisioning |
Revisioning Algorithms for Treetank
|
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.Cache<Long,DataBucket> |
BucketReadTrx.mCache
Cache for reading data.
|
Modifier and Type | Method and Description |
---|---|
protected List<DataBucket> |
BucketReadTrx.getSnapshotBuckets(long pSeqDataBucketKey)
Dereference data bucket reference.
|
Modifier and Type | Method and Description |
---|---|
DataBucket |
SlidingSnapshot.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
IRevisioning.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
Incremental.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
FullDump.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
Differential.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
Modifier and Type | Method and Description |
---|---|
DataBucket |
SlidingSnapshot.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
IRevisioning.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
Incremental.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
FullDump.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
DataBucket |
Differential.combineBuckets(DataBucket[] pBuckets)
Method to reconstruct a complete
DataBucket with the help of party filled
buckets plus a revision-delta which determines the necessary steps back. |
LogValue |
SlidingSnapshot.combineBucketsForModification(int pRevisionsToRestore,
long pNewBucketKey,
DataBucket[] pBuckets,
boolean pFullDump)
Method to reconstruct a complete
DataBucket for reading as well as a
DataBucket for serializing with the datas to write already on there. |
LogValue |
IRevisioning.combineBucketsForModification(int pRevisionsToRestore,
long pNewBucketKey,
DataBucket[] pBuckets,
boolean pFullDump)
Method to reconstruct a complete
DataBucket for reading as well as a
DataBucket for serializing with the datas to write already on there. |
LogValue |
Incremental.combineBucketsForModification(int pRevisionsToRestore,
long pNewBucketKey,
DataBucket[] pBuckets,
boolean pFullDump)
Method to reconstruct a complete
DataBucket for reading as well as a
DataBucket for serializing with the datas to write already on there. |
LogValue |
FullDump.combineBucketsForModification(int pRevisionsToRestore,
long pNewBucketKey,
DataBucket[] pBuckets,
boolean fullDump)
Method to reconstruct a complete
DataBucket for reading as well as a
DataBucket for serializing with the datas to write already on there. |
LogValue |
Differential.combineBucketsForModification(int pRevisionsToRestore,
long pNewBucketKey,
DataBucket[] pBuckets,
boolean pFullDump)
Method to reconstruct a complete
DataBucket for reading as well as a
DataBucket for serializing with the datas to write already on there. |
Copyright © 2013. All Rights Reserved.