Class PgxFrameStorer<PgxFrameStorerType extends PgxFrameStorer>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract PgxFrameStorerType name​(java.lang.String frameName)  
      PgxFrameStorerType overwrite​(boolean overwrite)
      sets the overwrite parameter of this config to overwrite
      void store​(java.lang.String... uris)
      triggers the storing of the PgxFrame
      abstract PgxFuture<java.lang.Void> storeAsync​(java.lang.String... uris)
      trigger the async storing of the PgxFrame
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • overwrite

        public PgxFrameStorerType overwrite​(boolean overwrite)
        sets the overwrite parameter of this config to overwrite
        Parameters:
        overwrite - denotes if the table should be overwritten
        Returns:
      • storeAsync

        public abstract PgxFuture<java.lang.Void> storeAsync​(java.lang.String... uris)
        trigger the async storing of the PgxFrame
        Parameters:
        uris - array denoting the uris
        Returns:
        the future for the result of the operation
      • store

        public void store​(java.lang.String... uris)
                   throws java.lang.InterruptedException,
                          java.util.concurrent.ExecutionException
        triggers the storing of the PgxFrame
        Parameters:
        uris - array denoting the uris
        Throws:
        java.lang.InterruptedException
        java.util.concurrent.ExecutionException