Class CachingCalciteSchema.AbstractCached<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean built  
      (package private) T t  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AbstractCached()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void enable​(long now, boolean enabled)
      Called when CalciteSchema caching is enabled or disabled.
      T get​(long now)
      Returns the value; uses cached value if valid.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait