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