public class ManagerOptions
extends java.lang.Object
| Constructor and Description |
|---|
ManagerOptions() |
| Modifier and Type | Method and Description |
|---|---|
int |
getExecutorThreadPoolSize() |
boolean |
isAutoMigrateBlobStoreFilename() |
boolean |
isReadOnly() |
void |
setAutoMigrateBlobStoreFilename(boolean autoMigrateBlobStoreFilename) |
void |
setExecutorThreadPoolSize(int executorThreadPoolSize) |
void |
setReadOnly(boolean readOnly) |
public boolean isReadOnly()
public void setReadOnly(boolean readOnly)
public boolean isAutoMigrateBlobStoreFilename()
public void setAutoMigrateBlobStoreFilename(boolean autoMigrateBlobStoreFilename)
public int getExecutorThreadPoolSize()
public void setExecutorThreadPoolSize(int executorThreadPoolSize)