Uses of Class
org.apache.accumulo.server.master.state.TabletLocationState.BadLocationStateException
-
Packages that use TabletLocationState.BadLocationStateException Package Description org.apache.accumulo.server.master.state -
-
Uses of TabletLocationState.BadLocationStateException in org.apache.accumulo.server.master.state
Methods in org.apache.accumulo.server.master.state that throw TabletLocationState.BadLocationStateException Modifier and Type Method Description static TabletLocationStateMetaDataTableScanner. createTabletLocationState(Key k, Value v)Constructors in org.apache.accumulo.server.master.state that throw TabletLocationState.BadLocationStateException Constructor Description TabletLocationState(KeyExtent extent, TServerInstance future, TServerInstance current, TServerInstance last, SuspendingTServer suspend, Collection<Collection<String>> walogs, boolean chopped)
-