public class CloudGraphStoreMapping extends Configuration
Java class for CloudGraphStoreMapping complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CloudGraphStoreMapping">
<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="optimisticConcurrency" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="tableNamespaceRoot" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tableVolumeName" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="tablePhysicalNamespaceDelim" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
optimisticConcurrency |
protected String |
tableNamespaceRoot |
protected String |
tablePhysicalNamespaceDelim |
protected List<Table> |
tables |
protected String |
tableVolumeName |
protected Boolean |
tombstoneRows |
protected Boolean |
tombstoneRowsOverwriteable |
protected Boolean |
uniqueChecks |
properties| Constructor and Description |
|---|
CloudGraphStoreMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTableNamespaceRoot()
Gets the value of the tableNamespaceRoot property.
|
String |
getTablePhysicalNamespaceDelim()
Gets the value of the tablePhysicalNamespaceDelim property.
|
List<Table> |
getTables()
Gets the value of the tables property.
|
String |
getTableVolumeName()
Gets the value of the tableVolumeName property.
|
boolean |
isOptimisticConcurrency()
Gets the value of the optimisticConcurrency 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 |
setOptimisticConcurrency(Boolean value)
Sets the value of the optimisticConcurrency property.
|
void |
setTableNamespaceRoot(String value)
Sets the value of the tableNamespaceRoot property.
|
void |
setTablePhysicalNamespaceDelim(String value)
Sets the value of the tablePhysicalNamespaceDelim property.
|
void |
setTableVolumeName(String value)
Sets the value of the tableVolumeName 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 Boolean optimisticConcurrency
protected String tableNamespaceRoot
protected String tableVolumeName
protected String tablePhysicalNamespaceDelim
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 Jakarta XML Binding 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 boolean isOptimisticConcurrency()
Booleanpublic void setOptimisticConcurrency(Boolean value)
value - allowed object is
Booleanpublic String getTableNamespaceRoot()
Stringpublic void setTableNamespaceRoot(String value)
value - allowed object is
Stringpublic String getTableVolumeName()
Stringpublic void setTableVolumeName(String value)
value - allowed object is
Stringpublic String getTablePhysicalNamespaceDelim()
StringCopyright © 2024. All Rights Reserved.