Uses of Class
org.apache.accumulo.core.master.thrift.TabletSplit
-
Packages that use TabletSplit Package Description 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 Modifier and Type Field Description TabletSplitMasterClientService.reportSplitExtent_args. splitMethods in org.apache.accumulo.core.master.thrift that return TabletSplit Modifier and Type Method Description TabletSplitTabletSplit. deepCopy()TabletSplitMasterClientService.reportSplitExtent_args. getSplit()TabletSplitTabletSplit. setNewTablets(List<TKeyExtent> newTablets)TabletSplitTabletSplit. setOldTablet(TKeyExtent oldTablet)Methods in org.apache.accumulo.core.master.thrift with parameters of type TabletSplit Modifier and Type Method Description intTabletSplit. compareTo(TabletSplit other)booleanTabletSplit. equals(TabletSplit that)voidMasterClientService.AsyncClient. reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMasterClientService.AsyncIface. reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMasterClientService.Client. reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)voidMasterClientService.Iface. reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)voidMasterClientService.Client. send_reportSplitExtent(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)MasterClientService.reportSplitExtent_argsMasterClientService.reportSplitExtent_args. setSplit(TabletSplit split)Constructors in org.apache.accumulo.core.master.thrift with parameters of type TabletSplit Constructor Description reportSplitExtent_args(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split)reportSplitExtent_call(TInfo tinfo, TCredentials credentials, String serverName, TabletSplit split, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)TabletSplit(TabletSplit other)Performs a deep copy on other.
-