public final enum class org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod extends java.lang.Enum
{
public static final enum org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod BATCH_INSERT;
public static final enum org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod CLIENT_FILE;
private static final org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] $VALUES;
public static org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] values()
{
org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] v;
java.lang.Object v;
v = <org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] $VALUES>;
v = virtualinvoke v.<java.lang.Object: java.lang.Object clone()>();
return v;
}
public static org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod 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/finos/legend/engine/plan/execution/stores/relational/connection/driver/commands/IngestionMethod;", v);
return v;
}
private void <init>(java.lang.String, int)
{
int v;
java.lang.String v;
org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod v;
v := @this: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod;
v := @parameter: java.lang.String;
v := @parameter: int;
specialinvoke v.<java.lang.Enum: void <init>(java.lang.String,int)>(v, v);
return;
}
private static org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] $values()
{
org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] v;
org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod v, v;
v = newarray (org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod)[2];
v = <org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod BATCH_INSERT>;
v[0] = v;
v = <org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod CLIENT_FILE>;
v[1] = v;
return v;
}
static void <clinit>()
{
org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] v;
org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod v, v;
v = new org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod;
specialinvoke v.<org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: void <init>(java.lang.String,int)>("BATCH_INSERT", 0);
<org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod BATCH_INSERT> = v;
v = new org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod;
specialinvoke v.<org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: void <init>(java.lang.String,int)>("CLIENT_FILE", 1);
<org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod CLIENT_FILE> = v;
v = staticinvoke <org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] $values()>();
<org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod: org.finos.legend.engine.plan.execution.stores.relational.connection.driver.commands.IngestionMethod[] $VALUES> = v;
return;
}
}