public interface  org.apache.hive.service.cli.ProgressMonitorStatusMapper extends java.lang.Object
{
public static final org.apache.hive.service.cli.ProgressMonitorStatusMapper DEFAULT;
public abstract org.apache.hive.service.rpc.thrift.TJobExecutionStatus forStatus(java.lang.String);
static void <clinit>()
{
org.apache.hive.service.cli.ProgressMonitorStatusMapper$1 v;
v = new org.apache.hive.service.cli.ProgressMonitorStatusMapper$1;
specialinvoke v.<org.apache.hive.service.cli.ProgressMonitorStatusMapper$1: void <init>()>();
<org.apache.hive.service.cli.ProgressMonitorStatusMapper: org.apache.hive.service.cli.ProgressMonitorStatusMapper DEFAULT> = v;
return;
}
}