org.apache.cassandra.loader
Class KeyType

java.lang.Object
  extended by org.apache.cassandra.loader.KeyType

public class KeyType
extends java.lang.Object

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

optimizeIt

protected java.lang.Boolean optimizeIt

combiner

protected java.lang.String combiner

fields

protected FieldCollection fields
Constructor Detail

KeyType

public KeyType()
Method Detail

isOptimizeIt

public java.lang.Boolean isOptimizeIt()
Gets the value of the optimizeIt property.

Returns:
possible object is Boolean

setOptimizeIt

public void setOptimizeIt(java.lang.Boolean value)
Sets the value of the optimizeIt property.

Parameters:
value - allowed object is Boolean

getCombiner

public java.lang.String getCombiner()
Gets the value of the combiner property.

Returns:
possible object is String

setCombiner

public void setCombiner(java.lang.String value)
Sets the value of the combiner property.

Parameters:
value - allowed object is String

getFields

public FieldCollection getFields()
Gets the value of the fields property.

Returns:
possible object is FieldCollection

setFields

public void setFields(FieldCollection value)
Sets the value of the fields property.

Parameters:
value - allowed object is FieldCollection


Copyright © 2009 The Apache Software Foundation