public abstract class PgxFrameStorer<PgxFrameStorerType extends PgxFrameStorer>
extends java.lang.Object
Modifier and Type | Method and 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
|
public abstract PgxFrameStorerType name(java.lang.String frameName)
public PgxFrameStorerType overwrite(boolean overwrite)
overwrite
- denotes if the table should be overwrittenpublic void store(java.lang.String... uris) throws java.lang.InterruptedException, java.util.concurrent.ExecutionException
uris
- array denoting the urisjava.lang.InterruptedException
java.util.concurrent.ExecutionException
public abstract PgxFuture<java.lang.Void> storeAsync(java.lang.String... uris)
uris
- array denoting the uris