public final class LayerConfig
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
KEY_CACHE |
static java.lang.String |
KEY_SIZE |
| Constructor and Description |
|---|
LayerConfig() |
LayerConfig(LayerConfig other) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCache() |
com.github.akurilov.commons.system.SizeInBytes |
getSize() |
void |
setCache(int cache) |
void |
setSize(com.github.akurilov.commons.system.SizeInBytes size) |
public static final java.lang.String KEY_CACHE
public static final java.lang.String KEY_SIZE
public LayerConfig()
public LayerConfig(LayerConfig other)