public class Keyspace extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="strategy" type="{http://xml.dataset.cassandraunit.org}Strategy" minOccurs="0"/>
<element name="replicationFactor" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="columnFamilies" type="{http://xml.dataset.cassandraunit.org}ColumnFamilies" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ColumnFamilies |
columnFamilies |
protected String |
name |
protected Integer |
replicationFactor |
protected Strategy |
strategy |
| Constructor and Description |
|---|
Keyspace() |
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilies |
getColumnFamilies()
Gets the value of the columnFamilies property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getReplicationFactor()
Gets the value of the replicationFactor property.
|
Strategy |
getStrategy()
Gets the value of the strategy property.
|
void |
setColumnFamilies(ColumnFamilies value)
Sets the value of the columnFamilies property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setReplicationFactor(Integer value)
Sets the value of the replicationFactor property.
|
void |
setStrategy(Strategy value)
Sets the value of the strategy property.
|
protected String name
protected Strategy strategy
protected Integer replicationFactor
protected ColumnFamilies columnFamilies
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Strategy getStrategy()
Strategypublic void setStrategy(Strategy value)
value - allowed object is
Strategypublic Integer getReplicationFactor()
Integerpublic void setReplicationFactor(Integer value)
value - allowed object is
Integerpublic ColumnFamilies getColumnFamilies()
ColumnFamiliespublic void setColumnFamilies(ColumnFamilies value)
value - allowed object is
ColumnFamiliesCopyright © 2014. All Rights Reserved.