public interface IData
IData
-Interface for the interaction with the bucket-layer. All
persistence functionality must be handled over this interface while all
data-layers interfaces inherit from this interface.Modifier and Type | Method and Description |
---|---|
long |
getDataKey()
Gets unique
IData key. |
com.google.common.hash.Funnel<IData> |
getFunnel()
Getting a Funnel for computing guava-based hashes.
|
void |
serialize(DataOutput pOutput)
Serializing to given dataput
|
void serialize(DataOutput pOutput) throws TTIOException
pOutput
- to serialize toTTIOException
long getDataKey()
IData
key.
This key should be set over the IBucketWriteTrx.incrementDataKey
for getting the correct
offset
within retrievals.Copyright © 2013. All Rights Reserved.