Class PropertyIndexInfoProvider

    • Constructor Detail

      • PropertyIndexInfoProvider

        public PropertyIndexInfoProvider()
      • PropertyIndexInfoProvider

        public PropertyIndexInfoProvider​(NodeStore nodeStore)
    • Method Detail

      • getType

        public java.lang.String getType()
        Description copied from interface: IndexInfoProvider
        Index type for this implementation can provide information
        Specified by:
        getType in interface IndexInfoProvider
      • getInfo

        public IndexInfo getInfo​(java.lang.String indexPath)
                          throws java.io.IOException
        Specified by:
        getInfo in interface IndexInfoProvider
        Throws:
        java.io.IOException
      • isValid

        public boolean isValid​(java.lang.String indexPath)
                        throws java.io.IOException
        Description copied from interface: IndexInfoProvider
        Determined if the index is valid and usable. If the index is corrupt then it returns false
        Specified by:
        isValid in interface IndexInfoProvider
        Throws:
        java.io.IOException