public class PgHbaseGraphConfigFactory extends AbstractPgGraphConfigFactory<PgHbaseGraphConfig>
Constructor and Description |
---|
PgHbaseGraphConfigFactory(boolean strict)
Instantiates a new PgHbaseGraphConfig.
|
Modifier and Type | Method and Description |
---|---|
PgHbaseGraphConfig |
fromProperties(java.util.Properties props)
Parses a configuration object from
Properties . |
fromFile, fromFilePath, fromInputStream, fromInputStream, fromJson, fromJson, fromPath, fromProperties
public PgHbaseGraphConfigFactory(boolean strict)
strict
- if true, this factory will parse configs in strict modepublic PgHbaseGraphConfig fromProperties(java.util.Properties props)
AbstractConfigFactory
Properties
.fromProperties
in class AbstractConfigFactory<PgHbaseGraphConfig>
props
- the input propertiesCopyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.