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

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

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

Fields in org.apache.accumulo.core.master.thrift declared as MasterGoalState
 MasterGoalState MasterMonitorInfo.goalState
           
 MasterGoalState MasterClientService.setMasterGoalState_args.state
           
 

Methods in org.apache.accumulo.core.master.thrift that return MasterGoalState
static MasterGoalState MasterGoalState.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 MasterGoalState MasterMonitorInfo.getGoalState()
           
 MasterGoalState MasterClientService.setMasterGoalState_args.getState()
           
static MasterGoalState MasterGoalState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MasterGoalState[] MasterGoalState.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 MasterGoalState
 void MasterClientService.Client.send_setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state)
           
 MasterMonitorInfo MasterMonitorInfo.setGoalState(MasterGoalState goalState)
           
 void MasterClientService.Iface.setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state)
           
 void MasterClientService.Client.setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state)
           
 void MasterClientService.AsyncIface.setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call> resultHandler)
           
 void MasterClientService.AsyncClient.setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call> resultHandler)
           
 MasterClientService.setMasterGoalState_args MasterClientService.setMasterGoalState_args.setState(MasterGoalState state)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterGoalState
MasterClientService.AsyncClient.setMasterGoalState_call(TInfo tinfo, TCredentials credentials, MasterGoalState state, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.setMasterGoalState_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
MasterClientService.setMasterGoalState_args(TInfo tinfo, TCredentials credentials, MasterGoalState state)
           
MasterMonitorInfo(Map<String,TableInfo> tableMap, List<TabletServerStatus> tServerInfo, Map<String,Byte> badTServers, MasterState state, MasterGoalState goalState, int unassignedTablets, Set<String> serversShuttingDown, List<DeadServer> deadTabletServers)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.