Class SuspendingTServer
- java.lang.Object
-
- org.apache.accumulo.server.master.state.SuspendingTServer
-
public class SuspendingTServer extends Object
For a suspended tablet, the time of suspension and the server it was suspended from.
-
-
Field Summary
Fields Modifier and Type Field Description HostAndPortserverlongsuspensionTime
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidclearSuspension(Mutation m)booleanequals(Object rhsObject)static SuspendingTServerfromValue(Value value)inthashCode()voidsetSuspension(Mutation m)StringtoString()ValuetoValue()
-
-
-
Field Detail
-
server
public final HostAndPort server
-
suspensionTime
public final long suspensionTime
-
-
Method Detail
-
fromValue
public static SuspendingTServer fromValue(Value value)
-
toValue
public Value toValue()
-
setSuspension
public void setSuspension(Mutation m)
-
clearSuspension
public static void clearSuspension(Mutation m)
-
-