Package | Description |
---|---|
oracle.pg.hbase |
This package contains the APIs specific to the property graph support on Apache HBase.
|
oracle.pgx.config |
This package contains all configuration-related classes of PGX.
|
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.conf.Configuration |
OraclePropertyGraph.getHbaseConfiguration(PgHbaseGraphConfig config)
Gets a HBase configuration from a PgHbaseGraphConfig object
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(PgHbaseGraphConfig config)
Returns an instance of OraclePropertyGraph using a PGX PgHbaseGraphConfig object.
|
static OraclePropertyGraph |
OraclePropertyGraph.getInstance(PgHbaseGraphConfig config, long maxRowSize)
Returns an instance of OraclePropertyGraph using a PGX PgHbaseGraphConfig object.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PgHbaseGraphConfigBuilder |
PgHbaseGraphConfigBuilder.copyFrom(PgHbaseGraphConfig graphConfig) |