Uses of Class
org.apache.accumulo.server.master.state.TabletState
-
Packages that use TabletState Package Description org.apache.accumulo.server.master.state -
-
Uses of TabletState in org.apache.accumulo.server.master.state
Methods in org.apache.accumulo.server.master.state that return TabletState Modifier and Type Method Description TabletStateTabletLocationState. getState(Set<TServerInstance> liveServers)static TabletStateTabletState. valueOf(String name)Returns the enum constant of this type with the specified name.static TabletState[]TabletState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-