public class CloudGraphConfiguration extends Configuration
Java class for CloudGraphConfiguration complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloudGraphConfiguration">
<complexContent>
<extension base="{http://www.cloudgraph.org/config}Configuration">
<sequence>
<element name="Table" type="{http://www.cloudgraph.org/config}Table" maxOccurs="unbounded"/>
</sequence>
<attribute name="uniqueChecks" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="tombstoneRows" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="tombstoneRowsOverwriteable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="maprdbTablePathPrefix" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
maprdbTablePathPrefix |
protected List<Table> |
tables |
protected Boolean |
tombstoneRows |
protected Boolean |
tombstoneRowsOverwriteable |
protected Boolean |
uniqueChecks |
properties| Constructor and Description |
|---|
CloudGraphConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMaprdbTablePathPrefix()
Gets the value of the maprdbTablePathPrefix property.
|
List<Table> |
getTables()
Gets the value of the tables property.
|
boolean |
isTombstoneRows()
Gets the value of the tombstoneRows property.
|
boolean |
isTombstoneRowsOverwriteable()
Gets the value of the tombstoneRowsOverwriteable property.
|
boolean |
isUniqueChecks()
Gets the value of the uniqueChecks property.
|
void |
setMaprdbTablePathPrefix(String value)
Sets the value of the maprdbTablePathPrefix property.
|
void |
setTombstoneRows(Boolean value)
Sets the value of the tombstoneRows property.
|
void |
setTombstoneRowsOverwriteable(Boolean value)
Sets the value of the tombstoneRowsOverwriteable property.
|
void |
setUniqueChecks(Boolean value)
Sets the value of the uniqueChecks property.
|
getPropertiesprotected Boolean uniqueChecks
protected Boolean tombstoneRows
protected Boolean tombstoneRowsOverwriteable
protected String maprdbTablePathPrefix
public List<Table> getTables()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the tables property.
For example, to add a new item, do as follows:
getTables().add(newItem);
Objects of the following type(s) are allowed in the list
Table
public boolean isUniqueChecks()
Booleanpublic void setUniqueChecks(Boolean value)
value - allowed object is
Booleanpublic boolean isTombstoneRows()
Booleanpublic void setTombstoneRows(Boolean value)
value - allowed object is
Booleanpublic boolean isTombstoneRowsOverwriteable()
Booleanpublic void setTombstoneRowsOverwriteable(Boolean value)
value - allowed object is
Booleanpublic String getMaprdbTablePathPrefix()
StringCopyright © 2017. All Rights Reserved.