public class GraphImporter
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GraphImporter.Builder |
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BATCH_SIZE |
static int |
DEFAULT_DYNAMIC_SAMPLING |
static short |
DEFAULT_FRACTIONAL_SECONDS_PRECISION |
static GraphImportInputFormat |
DEFAULT_INPUT_FORMAT |
static java.lang.String |
DEFAULT_MATCH_OPTIONS |
static java.lang.String |
DEFAULT_OPTIONS |
static GraphImportOutputFormat |
DEFAULT_OUTPUT_FORMAT |
static int |
DEFAULT_PARALLEL |
static int |
DEFAULT_STRING_SIZE |
static int |
DEFAULT_THREADS |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
oracle.pg.imports.db.ConnectionManager |
getConnectionManager() |
int |
getDynamicSampling() |
java.lang.String |
getFilePath() |
short |
getFractionalSecondsPrecision() |
java.lang.String |
getGraphName() |
GraphImportInputFormat |
getInFormat() |
java.lang.String |
getMatchOptions() |
java.lang.String |
getOptions() |
GraphImportOutputFormat |
getOutFormat() |
int |
getParallelism() |
int |
getStringFieldsSize() |
int |
getThreads() |
java.lang.Object |
importGraph() |
public static final int DEFAULT_BATCH_SIZE
public static final int DEFAULT_DYNAMIC_SAMPLING
public static final short DEFAULT_FRACTIONAL_SECONDS_PRECISION
public static final GraphImportInputFormat DEFAULT_INPUT_FORMAT
public static final java.lang.String DEFAULT_MATCH_OPTIONS
public static final java.lang.String DEFAULT_OPTIONS
public static final GraphImportOutputFormat DEFAULT_OUTPUT_FORMAT
public static final int DEFAULT_PARALLEL
public static final int DEFAULT_STRING_SIZE
public static final int DEFAULT_THREADS
public int getBatchSize()
public oracle.pg.imports.db.ConnectionManager getConnectionManager()
public int getDynamicSampling()
public java.lang.String getFilePath()
public short getFractionalSecondsPrecision()
public java.lang.String getGraphName()
public GraphImportInputFormat getInFormat()
public java.lang.String getMatchOptions()
public java.lang.String getOptions()
public GraphImportOutputFormat getOutFormat()
public int getParallelism()
public int getStringFieldsSize()
public int getThreads()
public java.lang.Object importGraph() throws oracle.pg.imports.exceptions.GraphImportException, oracle.pgql.lang.PgqlException, java.sql.SQLException
oracle.pg.imports.exceptions.GraphImportException
oracle.pgql.lang.PgqlException
java.sql.SQLException