Uses of Class
org.apache.accumulo.core.master.thrift.MasterGoalState
-
Packages that use MasterGoalState Package Description 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 Modifier and Type Field Description MasterGoalStateMasterMonitorInfo. goalStateMasterGoalStateMasterClientService.setMasterGoalState_args. stateMethods in org.apache.accumulo.core.master.thrift that return MasterGoalState Modifier and Type Method Description static MasterGoalStateMasterGoalState. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.MasterGoalStateMasterMonitorInfo. getGoalState()MasterGoalStateMasterClientService.setMasterGoalState_args. getState()static MasterGoalStateMasterGoalState. 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 Modifier and Type Method Description voidMasterClientService.Client. send_setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state)MasterMonitorInfoMasterMonitorInfo. setGoalState(MasterGoalState goalState)voidMasterClientService.AsyncClient. setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMasterClientService.AsyncIface. setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidMasterClientService.Client. setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state)voidMasterClientService.Iface. setMasterGoalState(TInfo tinfo, TCredentials credentials, MasterGoalState state)MasterClientService.setMasterGoalState_argsMasterClientService.setMasterGoalState_args. setState(MasterGoalState state)Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterGoalState Constructor Description MasterMonitorInfo(Map<String,TableInfo> tableMap, List<TabletServerStatus> tServerInfo, Map<String,Byte> badTServers, MasterState state, MasterGoalState goalState, int unassignedTablets, Set<String> serversShuttingDown, List<DeadServer> deadTabletServers, List<BulkImportStatus> bulkImports)setMasterGoalState_args(TInfo tinfo, TCredentials credentials, MasterGoalState state)setMasterGoalState_call(TInfo tinfo, TCredentials credentials, MasterGoalState state, 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)
-