• Constructor Detail

      • Index

        public Index()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getExpression

        public String getExpression()
      • setExpression

        public void setExpression​(String expression)
      • getRegionPath

        public String getRegionPath()
      • setRegionPath

        public void setRegionPath​(String regionPath)
        the regionPath can be in any of these forms, e.g.: 1. regionName 2. /regionName 3. /regionName alias 4. /regionName.entrySet() 5. /regionName.fieldName.entrySet() alias

        Note: only the regionName portion of the path is used when filtering.

        Parameters:
        regionPath - the region path to set
      • getIndexType

        public IndexType getIndexType()
      • setIndexType

        public void setIndexType​(IndexType indexType)
      • getRegionName

        public String getRegionName()
        Specified by:
        getRegionName in interface RegionScoped
        Returns:
        the regionName specified in the regionPath. Note this method assumes the regionName should not contain "."
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object