org.apache.accumulo.server.tabletserver.mastermessage
Class SplitReportMessage
java.lang.Object
org.apache.accumulo.server.tabletserver.mastermessage.SplitReportMessage
- All Implemented Interfaces:
- MasterMessage
public class SplitReportMessage
- extends Object
- implements MasterMessage
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SplitReportMessage
public SplitReportMessage(KeyExtent old_extent,
Map<KeyExtent,org.apache.hadoop.io.Text> newExtents)
SplitReportMessage
public SplitReportMessage(KeyExtent old_extent,
KeyExtent ne1,
org.apache.hadoop.io.Text np1,
KeyExtent ne2,
org.apache.hadoop.io.Text np2)
send
public void send(TCredentials credentials,
String serverName,
MasterClientService.Iface client)
throws org.apache.thrift.TException,
ThriftSecurityException
- Specified by:
send
in interface MasterMessage
- Throws:
org.apache.thrift.TException
ThriftSecurityException
Copyright © 2013 Apache Accumulo Project. All Rights Reserved.