Class StorageManager


  • @JsType(isNative=true,
            namespace="<global>")
    public class StorageManager
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      StorageManager()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      elemental2.promise.Promise<StorageEstimate> estimate()  
      elemental2.promise.Promise<java.lang.Boolean> persist()  
      elemental2.promise.Promise<java.lang.Boolean> persisted()  
      • Methods inherited from class java.lang.Object

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

      • StorageManager

        public StorageManager()
    • Method Detail

      • persist

        public elemental2.promise.Promise<java.lang.Boolean> persist()
      • persisted

        public elemental2.promise.Promise<java.lang.Boolean> persisted()