Uses of Class
org.apache.accumulo.server.manager.state.TabletServerState
-
Packages that use TabletServerState Package Description org.apache.accumulo.server.manager.state -
-
Uses of TabletServerState in org.apache.accumulo.server.manager.state
Methods in org.apache.accumulo.server.manager.state that return TabletServerState Modifier and Type Method Description static TabletServerStateTabletServerState. getStateById(byte id)static TabletServerStateTabletServerState. valueOf(String name)Returns the enum constant of this type with the specified name.static TabletServerState[]TabletServerState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-