org.apache.cassandra.cql3
Class IndexPropDefs
java.lang.Object
org.apache.cassandra.cql3.PropertyDefinitions
org.apache.cassandra.cql3.IndexPropDefs
public class IndexPropDefs
- extends PropertyDefinitions
Method Summary |
java.util.Map<java.lang.String,java.lang.String> |
getOptions()
|
void |
validate(boolean isCustom)
|
Methods inherited from class org.apache.cassandra.cql3.PropertyDefinitions |
addProperty, addProperty, getBoolean, getDouble, getInt, getMap, getSimple, getString, hasProperty, toInt, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KW_OPTIONS
public static final java.lang.String KW_OPTIONS
- See Also:
- Constant Field Values
keywords
public static final java.util.Set<java.lang.String> keywords
obsoleteKeywords
public static final java.util.Set<java.lang.String> obsoleteKeywords
INDEX_CLASS_KEY
public static final java.lang.String INDEX_CLASS_KEY
- See Also:
- Constant Field Values
IndexPropDefs
public IndexPropDefs()
validate
public void validate(boolean isCustom)
throws RequestValidationException
- Throws:
RequestValidationException
getOptions
public java.util.Map<java.lang.String,java.lang.String> getOptions()
throws SyntaxException
- Throws:
SyntaxException
Copyright © 2013 The Apache Software Foundation