- 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 DbStoreDef
copy(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
.boolean
equals(Object other)
int
hashCode()
String
path()
DbStoreDef
path(String path)
StoreSettings
settings()
DbStoreDef
settings(StoreSettings settings)
String
storeName()
DbStoreDef
storeName(String storeName)
String
toString()
-
-
-
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:Debug
Writes a developer readable, debug-formatted string representation of this object tooutput
.
-
-