Package | Description |
---|---|
org.treetank.api |
TreeTank API
This package contains the public TreeTank API.
|
org.treetank.bucket |
Bucket Layer for Treetank
|
org.treetank.data | |
org.treetank.filelistener.file.data | |
org.treetank.node |
Node Page Layer for Treetank
|
Modifier and Type | Method and Description |
---|---|
IMetaEntry |
IMetaEntryFactory.deserializeEntry(DataInput pData)
Create a meta-entry out of a serialized byte-representation.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.hash.Funnel<IMetaEntry> |
IMetaEntry.getFunnel()
Getting a Funnel for computing guava-based hashes.
|
Modifier and Type | Class and Description |
---|---|
static class |
DumbMetaEntryFactory.DumbKey
Simple class for a simple key, just holding a long.
|
static class |
DumbMetaEntryFactory.DumbValue
Simple class for a simple key, just holding a long.
|
Modifier and Type | Method and Description |
---|---|
IMetaEntry |
DumbMetaEntryFactory.deserializeEntry(DataInput pData)
Create a meta-entry out of a serialized byte-representation.
|
IMetaEntry |
MetaBucket.get(IMetaEntry pKey)
Getting an entry.
|
IMetaEntry |
MetaBucket.put(IMetaEntry pKey,
IMetaEntry pVal)
Putting an entry to the map.
|
IMetaEntry |
MetaBucket.remove(IMetaEntry pKey)
Removing an element within this bucket
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<IMetaEntry,IMetaEntry>> |
MetaBucket.entrySet()
Getting the entry set of the bucket.
|
Set<Map.Entry<IMetaEntry,IMetaEntry>> |
MetaBucket.entrySet()
Getting the entry set of the bucket.
|
com.google.common.hash.Funnel<IMetaEntry> |
DumbMetaEntryFactory.DumbKey.getFunnel()
Getting a Funnel for computing guava-based hashes.
|
com.google.common.hash.Funnel<IMetaEntry> |
DumbMetaEntryFactory.DumbValue.getFunnel()
Getting a Funnel for computing guava-based hashes.
|
Modifier and Type | Method and Description |
---|---|
IMetaEntry |
MetaBucket.get(IMetaEntry pKey)
Getting an entry.
|
IMetaEntry |
MetaBucket.put(IMetaEntry pKey,
IMetaEntry pVal)
Putting an entry to the map.
|
IMetaEntry |
MetaBucket.remove(IMetaEntry pKey)
Removing an element within this bucket
|
Modifier and Type | Method and Description |
---|---|
IMetaEntry |
ISCSIMetaPageFactory.deserializeEntry(DataInput pData) |
Modifier and Type | Class and Description |
---|---|
static class |
FilelistenerMetaDataFactory.MetaKey
Key representing a relative path to the mount point.
|
static class |
FilelistenerMetaDataFactory.MetaValue
Value which is basically the byte representation
of the header FileData
|
Modifier and Type | Method and Description |
---|---|
IMetaEntry |
FilelistenerMetaDataFactory.deserializeEntry(DataInput input) |
Modifier and Type | Method and Description |
---|---|
com.google.common.hash.Funnel<IMetaEntry> |
FilelistenerMetaDataFactory.MetaKey.getFunnel()
Getting a Funnel for computing guava-based hashes.
|
com.google.common.hash.Funnel<IMetaEntry> |
FilelistenerMetaDataFactory.MetaValue.getFunnel()
Getting a Funnel for computing guava-based hashes.
|
Modifier and Type | Class and Description |
---|---|
static class |
NodeMetaPageFactory.MetaKey
Key for the name map, representing only an integer.
|
static class |
NodeMetaPageFactory.MetaValue
Value for the name map, representing only an String.
|
Modifier and Type | Method and Description |
---|---|
IMetaEntry |
NodeMetaPageFactory.deserializeEntry(DataInput pData)
Create a meta-entry out of a serialized byte-representation.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.hash.Funnel<IMetaEntry> |
NodeMetaPageFactory.MetaKey.getFunnel()
Getting a Funnel for computing guava-based hashes.
|
com.google.common.hash.Funnel<IMetaEntry> |
NodeMetaPageFactory.MetaValue.getFunnel()
Getting a Funnel for computing guava-based hashes.
|
Copyright © 2013. All Rights Reserved.