public static class RegionConfig.Index
extends java.lang.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"> <choice minOccurs="0"> <element name="functional"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="from-clause" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="imports" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="primary-key"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="field" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </choice> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="expression" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="from-clause" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="imports" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="key-index" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="type" default="range"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="range"/> <enumeration value="hash"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
RegionConfig.Index.Functional
Java class for anonymous complex type.
|
static class |
RegionConfig.Index.PrimaryKey
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
expression |
protected java.lang.String |
fromClause |
protected RegionConfig.Index.Functional |
functional |
protected java.lang.String |
imports |
protected java.lang.Boolean |
keyIndex |
protected java.lang.String |
name |
protected RegionConfig.Index.PrimaryKey |
primaryKey |
protected java.lang.String |
type |
Constructor and Description |
---|
Index() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExpression()
Gets the value of the expression property.
|
java.lang.String |
getFromClause()
Gets the value of the fromClause property.
|
RegionConfig.Index.Functional |
getFunctional()
Gets the value of the functional property.
|
java.lang.String |
getImports()
Gets the value of the imports property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
RegionConfig.Index.PrimaryKey |
getPrimaryKey()
Gets the value of the primaryKey property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
java.lang.Boolean |
isKeyIndex()
Gets the value of the keyIndex property.
|
void |
setExpression(java.lang.String value)
Sets the value of the expression property.
|
void |
setFromClause(java.lang.String value)
Sets the value of the fromClause property.
|
void |
setFunctional(RegionConfig.Index.Functional value)
Sets the value of the functional property.
|
void |
setImports(java.lang.String value)
Sets the value of the imports property.
|
void |
setKeyIndex(java.lang.Boolean value)
Sets the value of the keyIndex property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setPrimaryKey(RegionConfig.Index.PrimaryKey value)
Sets the value of the primaryKey property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected RegionConfig.Index.Functional functional
protected RegionConfig.Index.PrimaryKey primaryKey
protected java.lang.String name
protected java.lang.String expression
protected java.lang.String fromClause
protected java.lang.String imports
protected java.lang.Boolean keyIndex
protected java.lang.String type
public RegionConfig.Index.Functional getFunctional()
RegionConfig.Index.Functional
public void setFunctional(RegionConfig.Index.Functional value)
value
- allowed object is
RegionConfig.Index.Functional
public RegionConfig.Index.PrimaryKey getPrimaryKey()
RegionConfig.Index.PrimaryKey
public void setPrimaryKey(RegionConfig.Index.PrimaryKey value)
value
- allowed object is
RegionConfig.Index.PrimaryKey
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getExpression()
String
public void setExpression(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFromClause()
String
public void setFromClause(java.lang.String value)
value
- allowed object is
String
public java.lang.String getImports()
String
public void setImports(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isKeyIndex()
Boolean
public void setKeyIndex(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getType()
String
public void setType(java.lang.String value)
value
- allowed object is
String