Class Store.StoreFacade

  • Enclosing interface:
    Store<T>

    @API(status=INTERNAL)
    public abstract static class Store.StoreFacade
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StoreFacade()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract <T> Store<T> create​(java.lang.Object identifier, Lifespan visibility, java.util.function.Supplier<T> initializer)  
      abstract <T> Store<T> get​(java.lang.Object identifier)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StoreFacade

        public StoreFacade()
    • Method Detail

      • create

        public abstract <T> Store<T> create​(java.lang.Object identifier,
                                            Lifespan visibility,
                                            java.util.function.Supplier<T> initializer)
      • get

        public abstract <T> Store<T> get​(java.lang.Object identifier)