public class Index extends GroupableConfiguration<RuntimeInfo>
CLUSTER| Constructor and Description |
|---|
Index() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getId()
Returns
getName(). |
Boolean |
getKeyIndex() |
Links |
getLinks()
for internal usage only
|
String |
getName() |
String |
getRegionName() |
String |
getRegionPath() |
void |
setExpression(String expression) |
void |
setKeyIndex(Boolean keyIndex) |
void |
setName(String name) |
void |
setRegionPath(String regionPath)
the regionPath can be in any of these forms, e.g.:
1.
|
getGroup, setGroupgetGroupName, isCluster, isGlobalRuntimeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexists, find, removepublic String getName()
public void setName(String name)
public String getExpression()
public void setExpression(String expression)
public String getRegionPath()
public void setRegionPath(String regionPath)
Note: only the regionName portion of the path is used when filtering.
public Boolean getKeyIndex()
public void setKeyIndex(Boolean keyIndex)
public String getRegionName()
public String getId()
getName().getId in interface Identifiable<String>getId in class AbstractConfiguration<RuntimeInfo>public Links getLinks()
AbstractConfigurationgetLinks in class AbstractConfiguration<RuntimeInfo>