Class CacheJoinNodeDiscoveryData.CacheInfo

    • Constructor Detail

      • CacheInfo

        public CacheInfo​(StoredCacheData cacheData,
                         CacheType cacheType,
                         boolean sql,
                         long flags,
                         boolean staticallyConfigured)
        Parameters:
        cacheData - Cache data.
        cacheType - Cache type.
        sql - SQL flag - true if cache was created with CREATE TABLE.
        flags - Flags (for future usage).
        staticallyConfigured - true if it was configured by static config and false otherwise.
    • Method Detail

      • cacheType

        public CacheType cacheType()
        Returns:
        Cache type.
      • sql

        public boolean sql()
        Returns:
        SQL flag - true if cache was created with CREATE TABLE.
      • isStaticallyConfigured

        public boolean isStaticallyConfigured()
        Returns:
        true if it was configured by static config and false otherwise.
      • getFlags

        public long getFlags()
        Returns:
        Long which bits represent some flags.