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

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

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

Fields in org.apache.accumulo.core.master.thrift declared as TabletLoadState
 TabletLoadState MasterClientService.reportTabletStatus_args.status
           
 

Methods in org.apache.accumulo.core.master.thrift that return TabletLoadState
static TabletLoadState TabletLoadState.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TabletLoadState MasterClientService.reportTabletStatus_args.getStatus()
           
static TabletLoadState TabletLoadState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TabletLoadState[] TabletLoadState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type TabletLoadState
 void MasterClientService.Iface.reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)
           
 void MasterClientService.Client.reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)
           
 void MasterClientService.AsyncIface.reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void MasterClientService.AsyncClient.reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void MasterClientService.Client.send_reportTabletStatus(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)
           
 MasterClientService.reportTabletStatus_args MasterClientService.reportTabletStatus_args.setStatus(TabletLoadState status)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type TabletLoadState
MasterClientService.AsyncClient.reportTabletStatus_call(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
MasterClientService.reportTabletStatus_args(TInfo tinfo, TCredentials credentials, String serverName, TabletLoadState status, TKeyExtent tablet)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.