Uses of Class
org.apache.accumulo.core.master.thrift.MasterState
-
Packages that use MasterState Package Description org.apache.accumulo.core.master.thrift -
-
Uses of MasterState in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift declared as MasterState Modifier and Type Field Description MasterStateMasterMonitorInfo. stateMethods in org.apache.accumulo.core.master.thrift that return MasterState Modifier and Type Method Description static MasterStateMasterState. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.MasterStateMasterMonitorInfo. getState()static MasterStateMasterState. valueOf(String name)Returns the enum constant of this type with the specified name.static MasterState[]MasterState. 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 MasterState Modifier and Type Method Description MasterMonitorInfoMasterMonitorInfo. setState(MasterState state)Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterState 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)
-