org.wikipedia.miner.extraction.struct
Class ExSenseForLabel
java.lang.Object
org.apache.hadoop.record.Record
org.wikipedia.miner.extraction.struct.ExSenseForLabel
public class ExSenseForLabel
- extends org.apache.hadoop.record.Record
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ExSenseForLabel
public ExSenseForLabel()
ExSenseForLabel
public ExSenseForLabel(long LinkOccCount,
long LinkDocCount,
boolean FromTitle,
boolean FromRedirect)
getTypeInfo
public static org.apache.hadoop.record.meta.RecordTypeInfo getTypeInfo()
setTypeFilter
public static void setTypeFilter(org.apache.hadoop.record.meta.RecordTypeInfo rti)
getLinkOccCount
public long getLinkOccCount()
setLinkOccCount
public void setLinkOccCount(long LinkOccCount)
getLinkDocCount
public long getLinkDocCount()
setLinkDocCount
public void setLinkDocCount(long LinkDocCount)
getFromTitle
public boolean getFromTitle()
setFromTitle
public void setFromTitle(boolean FromTitle)
getFromRedirect
public boolean getFromRedirect()
setFromRedirect
public void setFromRedirect(boolean FromRedirect)
serialize
public void serialize(org.apache.hadoop.record.RecordOutput _rio_a,
java.lang.String _rio_tag)
throws java.io.IOException
- Throws:
java.io.IOException
deserialize
public void deserialize(org.apache.hadoop.record.RecordInput _rio_a,
java.lang.String _rio_tag)
throws java.io.IOException
- Throws:
java.io.IOException
compareTo
public int compareTo(java.lang.Object _rio_peer_)
throws java.lang.ClassCastException
- Throws:
java.lang.ClassCastException
equals
public boolean equals(java.lang.Object _rio_peer_)
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
hashCode
public int hashCode()
signature
public static java.lang.String signature()