public abstract class Status extends Object
Constructor and Description |
---|
Status() |
Modifier and Type | Method and Description |
---|---|
static Status |
create(Types.ServerState state,
int percent) |
abstract int |
percent() |
abstract Types.ServerState |
state() |
public abstract Types.ServerState state()
public abstract int percent()
public static Status create(Types.ServerState state, int percent)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.