protected static class ContentManagerConfig.AbstractContentManagerConfigBuilder<B extends ContentManagerConfig.AbstractContentManagerConfigBuilder<?,?>,C extends ContentManagerConfig> extends AbstractConfig.AbstractConfigBuilder<B,C>
| Modifier and Type | Field and Description |
|---|---|
protected java.nio.file.Path |
dataDir |
protected int |
ipfsAttempts |
protected int |
ipfsThreads |
protected long |
ipfsTimeout |
protected boolean |
overwrite |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContentManagerConfigBuilder() |
| Modifier and Type | Method and Description |
|---|---|
B |
datadir(java.nio.file.Path dataDir) |
B |
ipfsAttempts(int attempts) |
B |
ipfsThreads(int threads) |
B |
ipfsTimeout(long timeout) |
B |
overwrite(boolean overwrite) |
protected long ipfsTimeout
protected int ipfsAttempts
protected int ipfsThreads
protected boolean overwrite
protected java.nio.file.Path dataDir
Copyright © 2018. All rights reserved.