Uses of Class
oracle.pgx.config.PgHbaseGraphConfig
-
Packages that use PgHbaseGraphConfig Package Description oracle.pgx.config This package contains all configuration-related classes of PGX. -
-
Uses of PgHbaseGraphConfig in oracle.pgx.config
Methods in oracle.pgx.config that return PgHbaseGraphConfig Modifier and Type Method Description PgHbaseGraphConfig
PgHbaseGraphConfigFactory. fromProperties(java.util.Properties props)
static PgHbaseGraphConfig
PgHbaseGraphConfig. parse(java.io.InputStream is, boolean strict, java.lang.String parentPath)
Parses an input stream.static PgHbaseGraphConfig
PgHbaseGraphConfig. parse(java.util.Map<java.lang.String,java.lang.Object> raw, boolean strict, java.lang.String parentPath)
Parses a raw key/value mapping.static PgHbaseGraphConfig
PgHbaseGraphConfig. parse(java.util.Properties props, boolean strict)
Parses a properties file.Methods in oracle.pgx.config with parameters of type PgHbaseGraphConfig Modifier and Type Method Description PgHbaseGraphConfigBuilder
PgHbaseGraphConfigBuilder. copyFrom(PgHbaseGraphConfig graphConfig)
-