public static class DumbMetaEntryFactory.DumbKey extends Object implements IMetaEntry
Constructor and Description |
---|
DumbMetaEntryFactory.DumbKey(long pData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj) |
com.google.common.hash.Funnel<IMetaEntry> |
getFunnel()
Getting a Funnel for computing guava-based hashes.
|
int |
hashCode() |
void |
serialize(DataOutput pOutput)
Serializing to given dataput
|
String |
toString() |
public DumbMetaEntryFactory.DumbKey(long pData)
pData
- setting the datapublic void serialize(DataOutput pOutput) throws TTIOException
serialize
in interface IMetaEntry
pOutput
- to serialize toTTIOException
public com.google.common.hash.Funnel<IMetaEntry> getFunnel()
getFunnel
in interface IMetaEntry
IMetaEntry
Copyright © 2013. All Rights Reserved.