public class RubixConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RubixConfig.ReadMode |
| Constructor and Description |
|---|
RubixConfig() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBookKeeperServerPort() |
@NotNull String |
getCacheLocation() |
int |
getDataTransferServerPort() |
@NotNull RubixConfig.ReadMode |
getReadMode() |
RubixConfig |
setBookKeeperServerPort(int port) |
RubixConfig |
setCacheLocation(String location) |
RubixConfig |
setDataTransferServerPort(int port) |
RubixConfig |
setReadMode(RubixConfig.ReadMode readMode) |
@NotNull public @NotNull RubixConfig.ReadMode getReadMode()
@Config(value="hive.cache.read-mode") public RubixConfig setReadMode(RubixConfig.ReadMode readMode)
@NotNull public @NotNull String getCacheLocation()
@Config(value="hive.cache.location") public RubixConfig setCacheLocation(String location)
public int getBookKeeperServerPort()
@Config(value="hive.cache.bookkeeper-port") public RubixConfig setBookKeeperServerPort(int port)
public int getDataTransferServerPort()
@Config(value="hive.cache.data-transfer-port") public RubixConfig setDataTransferServerPort(int port)
Copyright © 2012–2020. All rights reserved.