public static class DataBucket.DeletedData extends Object implements IData
Constructor and Description |
---|
DataBucket.DeletedData(long pDataKey)
Constructor.
|
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
|
String |
toString() |
public DataBucket.DeletedData(long pDataKey)
pDataKey
- datakey to be replaced with a deleteddatapublic long getDataKey()
IData
key.
This key should be set over the IBucketWriteTrx.incrementDataKey
for getting the correct
offset
within retrievals.getDataKey
in interface IData
public void serialize(DataOutput pOutput) throws TTIOException
serialize
in interface IData
pOutput
- to serialize toTTIOException
Copyright © 2013. All Rights Reserved.