public class Table extends Configuration
Java class for Table complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Table">
<complexContent>
<extension base="{http://www.cloudgraph.org/config}Configuration">
<sequence>
<element name="HashAlgorithm" type="{http://www.cloudgraph.org/config}HashAlgorithm" minOccurs="0"/>
<element name="DataGraph" type="{http://www.cloudgraph.org/config}DataGraph" maxOccurs="unbounded"/>
</sequence>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="namespace" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dataColumnFamilyName" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<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 String |
dataColumnFamilyName |
protected List<DataGraph> |
dataGraphs |
protected HashAlgorithm |
hashAlgorithm |
protected String |
name |
protected String |
namespace |
protected Boolean |
optimisticConcurrency |
protected String |
tableNamespaceRoot |
protected String |
tablePhysicalNamespaceDelim |
protected String |
tableVolumeName |
protected Boolean |
tombstoneRows |
protected Boolean |
tombstoneRowsOverwriteable |
protected Boolean |
uniqueChecks |
properties| Constructor and Description |
|---|
Table() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataColumnFamilyName()
Gets the value of the dataColumnFamilyName property.
|
List<DataGraph> |
getDataGraphs()
Gets the value of the dataGraphs property.
|
HashAlgorithm |
getHashAlgorithm()
Gets the value of the hashAlgorithm property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
String |
getTableNamespaceRoot()
Gets the value of the tableNamespaceRoot property.
|
String |
getTablePhysicalNamespaceDelim()
Gets the value of the tablePhysicalNamespaceDelim 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 |
setDataColumnFamilyName(String value)
Sets the value of the dataColumnFamilyName property.
|
void |
setHashAlgorithm(HashAlgorithm value)
Sets the value of the hashAlgorithm property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace 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 HashAlgorithm hashAlgorithm
protected String name
protected String namespace
protected String dataColumnFamilyName
protected Boolean uniqueChecks
protected Boolean tombstoneRows
protected Boolean tombstoneRowsOverwriteable
protected Boolean optimisticConcurrency
protected String tableNamespaceRoot
protected String tableVolumeName
protected String tablePhysicalNamespaceDelim
public HashAlgorithm getHashAlgorithm()
HashAlgorithmpublic void setHashAlgorithm(HashAlgorithm value)
value - allowed object is
HashAlgorithmpublic List<DataGraph> getDataGraphs()
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 dataGraphs property.
For example, to add a new item, do as follows:
getDataGraphs().add(newItem);
Objects of the following type(s) are allowed in the list
DataGraph
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getDataColumnFamilyName()
Stringpublic void setDataColumnFamilyName(String value)
value - allowed object is
Stringpublic 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.