@InterfaceAudience.Public @InterfaceStability.Evolving public class IsAlterTableDoneResponse extends Object
Modifier and Type | Method and Description |
---|---|
long |
getElapsedMillis()
Get the number of milliseconds elapsed since the RPC was created up to the moment when this
response was created.
|
String |
getTsUUID()
Get the identifier of the tablet server that sent the response.
|
boolean |
isDone()
Tells if the table is done being altered or not.
|
public boolean isDone()
public long getElapsedMillis()
public String getTsUUID()
null
if the RPC failed before tablet location lookup succeeded.Copyright © 2016 The Apache Software Foundation. All rights reserved.