public static class RegionConfig.Index extends Object implements Identifiable<String>
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 | Field and Description |
---|---|
protected String |
expression |
protected String |
fromClause |
protected String |
imports |
protected Boolean |
keyIndex |
protected String |
name |
protected String |
type |
Constructor and Description |
---|
Index() |
Index(RegionConfig.Index index) |
Modifier and Type | Method and Description |
---|---|
String |
getExpression()
Gets the value of the expression property.
|
String |
getFromClause()
Gets the value of the fromClause property.
|
String |
getId()
Gets the identifier uniquely identifying this Object instance.
|
String |
getImports()
Gets the value of the imports property.
|
String |
getName()
Gets the value of the name property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isKeyIndex()
Gets the value of the keyIndex property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setFromClause(String value)
Sets the value of the fromClause property.
|
void |
setImports(String value)
Sets the value of the imports property.
|
void |
setKeyIndex(Boolean value)
Sets the value of the keyIndex property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(String type)
Sets the value of the type property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
exists, find, remove
protected String name
protected String expression
protected String fromClause
protected String imports
protected Boolean keyIndex
protected String type
public Index()
public Index(RegionConfig.Index index)
public String getName()
String
public void setName(String value)
String
value
- the value of the name propertypublic String getExpression()
String
public void setExpression(String value)
String
value
- the value of the expression propertypublic String getFromClause()
String
public void setFromClause(String value)
String
value
- the value of the fromClause propertypublic String getImports()
String
public void setImports(String value)
String
value
- the value of the imports propertypublic Boolean isKeyIndex()
Boolean
public void setKeyIndex(Boolean value)
Boolean
value
- the value of the keyIndex propertypublic String getType()
String
public void setType(String type)
"key"
.type
- the value of the type propertyIllegalArgumentException
- if type is unknownpublic String getId()
Identifiable
getId
in interface Identifiable<String>