Uses of Class
org.apache.accumulo.server.master.state.SuspendingTServer
-
Packages that use SuspendingTServer Package Description org.apache.accumulo.server.master.state -
-
Uses of SuspendingTServer in org.apache.accumulo.server.master.state
Fields in org.apache.accumulo.server.master.state declared as SuspendingTServer Modifier and Type Field Description SuspendingTServerTabletLocationState. suspendMethods in org.apache.accumulo.server.master.state that return SuspendingTServer Modifier and Type Method Description static SuspendingTServerSuspendingTServer. fromValue(Value value)Constructors in org.apache.accumulo.server.master.state with parameters of type SuspendingTServer Constructor Description TabletLocationState(KeyExtent extent, TServerInstance future, TServerInstance current, TServerInstance last, SuspendingTServer suspend, Collection<Collection<String>> walogs, boolean chopped)
-