- java.lang.Object
-
- swim.store.db.DbStoreDef
-
- All Implemented Interfaces:
swim.codec.Debug,swim.store.StoreDef
public class DbStoreDef extends Object implements swim.store.StoreDef, swim.codec.Debug
-
-
Constructor Summary
Constructors Constructor Description DbStoreDef(String storeName, String path, swim.db.StoreSettings settings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DbStoreDefcopy(String storeName, String path, swim.db.StoreSettings settings)voiddebug(swim.codec.Output<?> output)booleanequals(Object other)inthashCode()Stringpath()DbStoreDefpath(String path)swim.db.StoreSettingssettings()DbStoreDefsettings(swim.db.StoreSettings settings)StringstoreName()DbStoreDefstoreName(String storeName)StringtoString()
-
-
-
Method Detail
-
storeName
public final String storeName()
- Specified by:
storeNamein interfaceswim.store.StoreDef
-
storeName
public DbStoreDef storeName(String storeName)
-
path
public final String path()
-
path
public DbStoreDef path(String path)
-
settings
public final swim.db.StoreSettings settings()
-
settings
public DbStoreDef settings(swim.db.StoreSettings settings)
-
copy
protected DbStoreDef copy(String storeName, String path, swim.db.StoreSettings settings)
-
debug
public void debug(swim.codec.Output<?> output)
- Specified by:
debugin interfaceswim.codec.Debug
-
-