Interface CubeCache

  • All Superinterfaces:
    Cache

    public interface CubeCache
    extends Cache
    The interface CubeCache represents cube-specific cache properties.
    • Method Detail

      • getCubeDefID

        java.lang.String getCubeDefID()
        Returns the cube definition ID
        Returns:
        the cube definition ID
      • getLastUpdateJob

        int getLastUpdateJob()
        Returns the last update job ID
        Returns:
        the last update job ID
      • getFileName

        java.lang.String getFileName()
        Returns the file name
        Returns:
        the file name
      • getOpenViewCount

        int getOpenViewCount()
        Returns the open view count
        Returns:
        the open view count
      • getWarehouseDBLoginID

        java.lang.String getWarehouseDBLoginID()
        Returns the warehouse DB login ID
        Returns:
        the warehouse DB login ID
      • getQueryStats

        QueryStats getQueryStats()
        Returns the query statistics
        Returns:
        the query statistics
      • getDataLocales

        java.util.List<java.util.Locale> getDataLocales()
        Returns the list of locales supported by this cube
        Returns:
        the list of locales supported by this cube