public class RevisionDiff extends RevisionHeader
Constructor and Description |
---|
RevisionDiff()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(difflib.Delta d)
Deprecated.
|
static difflib.Delta.TYPE |
byte2opt(byte sig)
Deprecated.
|
void |
clear()
Deprecated.
|
LinkedList<difflib.Delta> |
getDiffs()
Deprecated.
|
static byte |
opt2byte(difflib.Delta.TYPE opt)
Deprecated.
|
void |
readFields(DataInput in)
Deprecated.
|
void |
setDiffs(LinkedList<difflib.Delta> diffToSet)
Deprecated.
|
void |
write(DataOutput out)
Deprecated.
|
clone, equals, getLength, getNamespace, getPageId, getPageTitle, getParentId, getRevisionId, getTimestamp, hashCode, isMinor, setLength, setMinor, setNamespace, setPageId, setPageTitle, setParentId, setRevisionId, setTimestamp, toString
public LinkedList<difflib.Delta> getDiffs()
public void setDiffs(LinkedList<difflib.Delta> diffToSet)
public void add(difflib.Delta d)
public void clear()
clear
in class RevisionHeader
public static difflib.Delta.TYPE byte2opt(byte sig)
public static byte opt2byte(difflib.Delta.TYPE opt)
public void readFields(DataInput in) throws IOException
readFields
in interface org.apache.hadoop.io.Writable
readFields
in class RevisionHeader
IOException
public void write(DataOutput out) throws IOException
write
in interface org.apache.hadoop.io.Writable
write
in class RevisionHeader
IOException
Copyright © 2014. All rights reserved.