Uses of Class
org.apache.accumulo.core.master.thrift.DeadServer
-
Packages that use DeadServer Package Description org.apache.accumulo.core.master.thrift -
-
Uses of DeadServer in org.apache.accumulo.core.master.thrift
Fields in org.apache.accumulo.core.master.thrift with type parameters of type DeadServer Modifier and Type Field Description List<DeadServer>MasterMonitorInfo. deadTabletServersMethods in org.apache.accumulo.core.master.thrift that return DeadServer Modifier and Type Method Description DeadServerDeadServer. deepCopy()DeadServerDeadServer. setLastStatus(long lastStatus)DeadServerDeadServer. setServer(String server)DeadServerDeadServer. setStatus(String status)Methods in org.apache.accumulo.core.master.thrift that return types with arguments of type DeadServer Modifier and Type Method Description List<DeadServer>MasterMonitorInfo. getDeadTabletServers()Iterator<DeadServer>MasterMonitorInfo. getDeadTabletServersIterator()Methods in org.apache.accumulo.core.master.thrift with parameters of type DeadServer Modifier and Type Method Description voidMasterMonitorInfo. addToDeadTabletServers(DeadServer elem)intDeadServer. compareTo(DeadServer other)booleanDeadServer. equals(DeadServer that)Method parameters in org.apache.accumulo.core.master.thrift with type arguments of type DeadServer Modifier and Type Method Description MasterMonitorInfoMasterMonitorInfo. setDeadTabletServers(List<DeadServer> deadTabletServers)Constructors in org.apache.accumulo.core.master.thrift with parameters of type DeadServer Constructor Description DeadServer(DeadServer other)Performs a deep copy on other.
-