|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.cassandraunit.dataset.xml.Keyspace
public class Keyspace
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>
Field Summary | |
---|---|
protected ColumnFamilies |
columnFamilies
|
protected String |
name
|
protected Integer |
replicationFactor
|
protected Strategy |
strategy
|
Constructor Summary | |
---|---|
Keyspace()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String name
protected Strategy strategy
protected Integer replicationFactor
protected ColumnFamilies columnFamilies
Constructor Detail |
---|
public Keyspace()
Method Detail |
---|
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public Strategy getStrategy()
Strategy
public void setStrategy(Strategy value)
value
- allowed object is
Strategy
public Integer getReplicationFactor()
Integer
public void setReplicationFactor(Integer value)
value
- allowed object is
Integer
public ColumnFamilies getColumnFamilies()
ColumnFamilies
public void setColumnFamilies(ColumnFamilies value)
value
- allowed object is
ColumnFamilies
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |