public final enum class org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol extends java.lang.Enum
{
public static final enum org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol UNSPEC;
public static final enum org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol STREAM;
public static final enum org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol DGRAM;
private static final byte TRANSPORT_MASK;
private final byte transportByte;
private static final org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] $VALUES;
public static org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] values()
{
java.lang.Object v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] v;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol valueOf(java.lang.String)
{
java.lang.String v;
java.lang.Enum v;
v := @parameter: java.lang.String;
v = staticinvoke <java.lang.Enum: java.lang.Enum valueOf(java.lang.Class,java.lang.String)>(class "Lorg/apache/hive/kudu/org/apache/kudu/shaded/io/netty/handler/codec/haproxy/HAProxyProxiedProtocol$TransportProtocol;", v);
return v;
}
private void <init>(java.lang.String, int, byte)
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol v;
byte v;
int v;
java.lang.String v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol;
v := @parameter: java.lang.String;
v := @parameter: int;
v := @parameter: byte;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: byte transportByte> = v;
return;
}
public static org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol valueOf(byte)
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol v, v, v;
java.lang.IllegalArgumentException v;
byte v, v, v;
java.lang.String v;
v := @parameter: byte;
v = v & 15;
tableswitch(v)
{
case 0: goto label;
case 1: goto label;
case 2: goto label;
default: goto label;
};
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol STREAM>;
return v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol UNSPEC>;
return v;
label:
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol DGRAM>;
return v;
label:
v = new java.lang.IllegalArgumentException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (byte)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("unknown transport protocol: \u0001");
specialinvoke v.<java.lang.IllegalArgumentException: void <init>(java.lang.String)>(v);
throw v;
}
public byte byteValue()
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol v;
byte v;
v := @this: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol;
v = v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: byte transportByte>;
return v;
}
private static org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] $values()
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol v, v, v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] v;
v = newarray (org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol)[3];
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol UNSPEC>;
v[0] = v;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol STREAM>;
v[1] = v;
v = <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol DGRAM>;
v[2] = v;
return v;
}
static void <clinit>()
{
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol v, v, v;
org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: void <init>(java.lang.String,int,byte)>("UNSPEC", 0, 0);
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol UNSPEC> = v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: void <init>(java.lang.String,int,byte)>("STREAM", 1, 1);
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol STREAM> = v;
v = new org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol;
specialinvoke v.<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: void <init>(java.lang.String,int,byte)>("DGRAM", 2, 2);
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol DGRAM> = v;
v = staticinvoke <org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] $values()>();
<org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol: org.apache.hive.kudu.org.apache.kudu.shaded.io.netty.handler.codec.haproxy.HAProxyProxiedProtocol$TransportProtocol[] $VALUES> = v;
return;
}
}