Uses of Class
org.apache.accumulo.core.master.thrift.TabletSplit

Packages that use TabletSplit
org.apache.accumulo.core.master.thrift   
 

Uses of TabletSplit in org.apache.accumulo.core.master.thrift
 

Fields in org.apache.accumulo.core.master.thrift declared as TabletSplit
 TabletSplit MasterClientService.reportSplitExtent_args.split
           
 

Methods in org.apache.accumulo.core.master.thrift that return TabletSplit
 TabletSplit TabletSplit.deepCopy()
           
 TabletSplit MasterClientService.reportSplitExtent_args.getSplit()
           
 TabletSplit TabletSplit.setNewTablets(List<TKeyExtent> newTablets)
           
 TabletSplit TabletSplit.setOldTablet(TKeyExtent oldTablet)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type TabletSplit
 int TabletSplit.compareTo(TabletSplit other)
           
 boolean TabletSplit.equals(TabletSplit that)
           
 void MasterClientService.Iface.reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)
           
 void MasterClientService.Client.reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)
           
 void MasterClientService.AsyncIface.reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call> resultHandler)
           
 void MasterClientService.AsyncClient.reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call> resultHandler)
           
 void MasterClientService.Client.send_reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)
           
 MasterClientService.reportSplitExtent_args MasterClientService.reportSplitExtent_args.setSplit(TabletSplit split)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type TabletSplit
MasterClientService.AsyncClient.reportSplitExtent_call(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.reportSplitExtent_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
MasterClientService.reportSplitExtent_args(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)
           
TabletSplit(TabletSplit other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.