public static class NodeMetaPageFactory.MetaValue extends Object implements IMetaEntry
Constructor and Description |
---|
NodeMetaPageFactory.MetaValue(String pData)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj) |
String |
getData() |
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
|
public NodeMetaPageFactory.MetaValue(String pData)
pData
- setting the valuepublic void serialize(DataOutput pOutput) throws TTIOException
serialize
in interface IMetaEntry
pOutput
- to serialize toTTIOException
public String getData()
public com.google.common.hash.Funnel<IMetaEntry> getFunnel()
getFunnel
in interface IMetaEntry
IMetaEntry
Copyright © 2013. All Rights Reserved.