- java.lang.Object
-
- swim.store.db.DbStoreDef
-
-
Constructor Summary
Constructors Constructor Description DbStoreDef(String storeName, String path, StoreSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DbStoreDefcopy(String storeName, String path, StoreSettings settings)<T> Output<T>debug(Output<T> output)Writes a developer readable, debug-formatted string representation of this object tooutput.booleanequals(Object other)inthashCode()Stringpath()DbStoreDefpath(String path)StoreSettingssettings()DbStoreDefsettings(StoreSettings settings)StringstoreName()DbStoreDefstoreName(String storeName)StringtoString()
-
-
-
Field Detail
-
storeName
protected final String storeName
-
path
protected final String path
-
settings
protected final StoreSettings settings
-
-
Constructor Detail
-
DbStoreDef
public DbStoreDef(String storeName, String path, StoreSettings settings)
-
-
Method Detail
-
storeName
public DbStoreDef storeName(String storeName)
-
path
public final String path()
-
path
public DbStoreDef path(String path)
-
settings
public final StoreSettings settings()
-
settings
public DbStoreDef settings(StoreSettings settings)
-
copy
protected DbStoreDef copy(String storeName, String path, StoreSettings settings)
-
debug
public <T> Output<T> debug(Output<T> output)
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput.
-
-