com.nhncorp.neptune.changelog.previous
Class ReadyMinorCompaction

java.lang.Object
  extended by com.nhncorp.neptune.changelog.previous.ReadyMinorCompaction
All Implemented Interfaces:
NWritable

public class ReadyMinorCompaction
extends java.lang.Object
implements NWritable


Constructor Summary
ReadyMinorCompaction()
           
 
Method Summary
 java.lang.String getErrMessage()
           
 boolean isEnd()
           
 void readFields(java.io.DataInput in)
          Reads the fields of this object from in.
 void setEnd(boolean end)
           
 void setErrMessage(java.lang.String errMessage)
           
 void write(java.io.DataOutput out)
          Writes the fields of this object to out.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReadyMinorCompaction

public ReadyMinorCompaction()
Method Detail

readFields

public void readFields(java.io.DataInput in)
                throws java.io.IOException
Description copied from interface: NWritable
Reads the fields of this object from in. For efficiency, implementations should attempt to re-use storage in the existing object where possible.

Specified by:
readFields in interface NWritable
Throws:
java.io.IOException

write

public void write(java.io.DataOutput out)
           throws java.io.IOException
Description copied from interface: NWritable
Writes the fields of this object to out.

Specified by:
write in interface NWritable
Throws:
java.io.IOException

isEnd

public boolean isEnd()

setEnd

public void setEnd(boolean end)

getErrMessage

public java.lang.String getErrMessage()

setErrMessage

public void setErrMessage(java.lang.String errMessage)