public class HybridConfigured
extends org.apache.hadoop.conf.Configured
Configured, except that it maintains an additional
BasicConfiguration backed by the Hadoop Configuration. Reads
can go through either object, but writes can only be done through the
Configuration.| Modifier and Type | Field and Description |
|---|---|
protected ModifiableHadoopConfiguration |
titanConf
Deprecated.
|
| Constructor and Description |
|---|
HybridConfigured()
Deprecated.
Construct an empty HybridConfigured.
|
HybridConfigured(org.apache.hadoop.conf.Configuration conf)
Deprecated.
Construct a HybridConfigured with a clone of the supplied config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clearConfiguration()
Deprecated.
|
ModifiableHadoopConfiguration |
getTitanConf()
Deprecated.
|
void |
setConf(org.apache.hadoop.conf.Configuration conf)
Deprecated.
|
protected ModifiableHadoopConfiguration titanConf
public HybridConfigured()
public HybridConfigured(org.apache.hadoop.conf.Configuration conf)
public void setConf(org.apache.hadoop.conf.Configuration conf)
setConf in interface org.apache.hadoop.conf.ConfigurablesetConf in class org.apache.hadoop.conf.Configuredpublic ModifiableHadoopConfiguration getTitanConf()
public void clearConfiguration()
Copyright © 2012–2016. All rights reserved.