Package | Description |
---|---|
org.treetank.bucket |
Bucket Layer for Treetank
|
org.treetank.bucket.interfaces | |
org.treetank.io |
This package represent the interaction of treetank with the
backend (namely a file, a berkley-db, a database).
|
org.treetank.io.berkeley |
Implementation for the BerkeleyDB as the backend.
|
org.treetank.io.combined | |
org.treetank.io.jclouds |
Modifier and Type | Class and Description |
---|---|
class |
DataBucket
DataBucket
|
class |
IndirectBucket
IndirectBucket
|
class |
MetaBucket
MetaBucket
|
class |
RevisionRootBucket
RevisionRootBucket
|
class |
UberBucket
UberBucket
|
Modifier and Type | Method and Description |
---|---|
IBucket |
BucketFactory.deserializeBucket(DataInput pInput)
Create bucket.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IReferenceBucket
Interface denoting all buckets holding references to other buckets.
|
Modifier and Type | Method and Description |
---|---|
IBucket |
LogValue.getComplete()
Getting the complete bucket.
|
IBucket |
LogValue.getModified()
Getting the modified bucket.
|
IBucket |
IBackendReader.read(long pKey)
Getting a reference for the given pointer.
|
Modifier and Type | Method and Description |
---|---|
void |
IBackendWriter.write(IBucket bucket)
Writing a bucket related to the reference.
|
Constructor and Description |
---|
LogValue(IBucket pComplete,
IBucket pModifying)
Constructor with both, complete and modifying bucket.
|
Modifier and Type | Field and Description |
---|---|
protected com.sleepycat.bind.tuple.TupleBinding<IBucket> |
BerkeleyReader.mBucketBinding
Binding for
IBucket . |
protected com.google.common.cache.Cache<Long,IBucket> |
BerkeleyReader.mCache
Cache for reading data.
|
Modifier and Type | Method and Description |
---|---|
IBucket |
BerkeleyWriter.read(long pKey)
Getting a reference for the given pointer.
|
IBucket |
BerkeleyReader.read(long pKey)
Getting a reference for the given pointer.
|
Modifier and Type | Method and Description |
---|---|
void |
BerkeleyWriter.write(IBucket bucket)
Writing a bucket related to the reference.
|
Constructor and Description |
---|
BerkeleyReader(com.sleepycat.je.Environment pEnv,
com.sleepycat.je.Database pDatabase,
com.sleepycat.bind.tuple.TupleBinding<IBucket> pBucketBinding)
Constructor.
|
BerkeleyWriter(com.sleepycat.je.Environment pEnv,
com.sleepycat.je.Database pDatabase,
com.sleepycat.bind.tuple.TupleBinding<IBucket> pBucketBinding)
Simple constructor starting with an
Environment and a Storage . |
Modifier and Type | Method and Description |
---|---|
IBucket |
CombinedWriter.read(long pKey)
Getting a reference for the given pointer.
|
IBucket |
CombinedReader.read(long pKey)
Getting a reference for the given pointer.
|
Modifier and Type | Method and Description |
---|---|
void |
CombinedWriter.write(IBucket bucket)
Writing a bucket related to the reference.
|
Modifier and Type | Field and Description |
---|---|
protected com.google.common.cache.Cache<Long,IBucket> |
JCloudsReader.mCache
Cache for reading data.
|
Modifier and Type | Method and Description |
---|---|
IBucket |
JCloudsWriter.read(long pKey)
Getting a reference for the given pointer.
|
IBucket |
JCloudsReader.read(long pKey)
Getting a reference for the given pointer.
|
Modifier and Type | Method and Description |
---|---|
void |
JCloudsWriter.write(IBucket pBucket)
Writing a bucket related to the reference.
|
Copyright © 2013. All Rights Reserved.