org.apache.hadoop.hbase.executor
Class RegionTransitionEventData

java.lang.Object
  extended by org.apache.hadoop.hbase.executor.RegionTransitionEventData
All Implemented Interfaces:
org.apache.hadoop.io.Writable

public class RegionTransitionEventData
extends Object
implements org.apache.hadoop.io.Writable


Constructor Summary
RegionTransitionEventData()
           
RegionTransitionEventData(HBaseEventHandler.HBaseEventType hbEvent, String rsName)
           
RegionTransitionEventData(HBaseEventHandler.HBaseEventType hbEvent, String rsName, HMsg hmsg)
           
 
Method Summary
 HBaseEventHandler.HBaseEventType getHbEvent()
           
 HMsg getHmsg()
           
 String getRsName()
           
 long getTimeStamp()
           
 void readFields(DataInput in)
           
 void write(DataOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegionTransitionEventData

public RegionTransitionEventData()

RegionTransitionEventData

public RegionTransitionEventData(HBaseEventHandler.HBaseEventType hbEvent,
                                 String rsName)

RegionTransitionEventData

public RegionTransitionEventData(HBaseEventHandler.HBaseEventType hbEvent,
                                 String rsName,
                                 HMsg hmsg)
Method Detail

getHbEvent

public HBaseEventHandler.HBaseEventType getHbEvent()

getRsName

public String getRsName()

getTimeStamp

public long getTimeStamp()

getHmsg

public HMsg getHmsg()

readFields

public void readFields(DataInput in)
                throws IOException
Specified by:
readFields in interface org.apache.hadoop.io.Writable
Throws:
IOException

write

public void write(DataOutput out)
           throws IOException
Specified by:
write in interface org.apache.hadoop.io.Writable
Throws:
IOException


Copyright © 2010 Apache Software Foundation. All Rights Reserved.