|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.cassandra.loader.KeyType
public class KeyType
Java class for KeyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OptimizeIt" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="Combiner" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Fields" type="{}FieldCollection"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
combiner
|
protected FieldCollection |
fields
|
protected java.lang.Boolean |
optimizeIt
|
Constructor Summary | |
---|---|
KeyType()
|
Method Summary | |
---|---|
java.lang.String |
getCombiner()
Gets the value of the combiner property. |
FieldCollection |
getFields()
Gets the value of the fields property. |
java.lang.Boolean |
isOptimizeIt()
Gets the value of the optimizeIt property. |
void |
setCombiner(java.lang.String value)
Sets the value of the combiner property. |
void |
setFields(FieldCollection value)
Sets the value of the fields property. |
void |
setOptimizeIt(java.lang.Boolean value)
Sets the value of the optimizeIt property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean optimizeIt
protected java.lang.String combiner
protected FieldCollection fields
Constructor Detail |
---|
public KeyType()
Method Detail |
---|
public java.lang.Boolean isOptimizeIt()
Boolean
public void setOptimizeIt(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getCombiner()
String
public void setCombiner(java.lang.String value)
value
- allowed object is
String
public FieldCollection getFields()
FieldCollection
public void setFields(FieldCollection value)
value
- allowed object is
FieldCollection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |