• Constructor Detail

      • Index

        public Index()
    • Method Detail

      • getName

        public java.lang.String getName()
      • setName

        public void setName​(java.lang.String name)
      • getExpression

        public java.lang.String getExpression()
      • setExpression

        public void setExpression​(java.lang.String expression)
      • getRegionPath

        public java.lang.String getRegionPath()
      • setRegionPath

        public void setRegionPath​(java.lang.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 java.lang.String getRegionName()
        Specified by:
        getRegionName in interface RegionScoped
        Returns:
        the regionName specified in the regionPath. Note this method assumes the regionName should not contain "."
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object