Package | Description |
---|---|
org.treetank.io |
This package represent the interaction of treetank with the
backend (namely a file, a berkley-db, a database).
|
org.treetank.revisioning |
Revisioning Algorithms for Treetank
|
Modifier and Type | Method and Description |
---|---|
LogValue |
MemoryLog.get(LogKey pKey) |
LogValue |
LRULog.get(LogKey pKey)
Getting a
LogValue for a given key |
LogValue |
ILog.get(LogKey pKey)
Getting a
LogValue for a given key |
Modifier and Type | Method and Description |
---|---|
void |
MemoryLog.put(LogKey pKey,
LogValue pValue) |
void |
LRULog.put(LogKey pKey,
LogValue pValue)
Putting a new entry to the log, overriding already existing entries.
|
void |
ILog.put(LogKey pKey,
LogValue pValue)
Putting a new entry to the log, overriding already existing entries.
|
Modifier and Type | Method and Description |
---|---|
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.