|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TabletServerState | |
---|---|
org.apache.accumulo.server.master.state | |
org.apache.accumulo.server.security |
Uses of TabletServerState in org.apache.accumulo.server.master.state |
---|
Methods in org.apache.accumulo.server.master.state that return TabletServerState | |
---|---|
static TabletServerState |
TabletServerState.getStateById(byte id)
|
static TabletServerState |
TabletServerState.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. |
Methods in org.apache.accumulo.server.master.state that return types with arguments of type TabletServerState | |
---|---|
static Set<TabletServerState> |
TabletServerState.getBadStates()
|
Uses of TabletServerState in org.apache.accumulo.server.security |
---|
Methods in org.apache.accumulo.server.security that return TabletServerState | |
---|---|
static TabletServerState |
SecurityConstants.compareSystemPassword(byte[] base64encodedPassword)
Compare a byte array to the system password. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |