Package | Description |
---|---|
org.treetank.api |
TreeTank API
This package contains the public TreeTank API.
|
org.treetank.bucket |
Bucket 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
|
Copyright © 2013. All Rights Reserved.