public class RestoreConfig extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BUCKET_NAME |
static String |
CLOUD_PROVIDER |
static boolean |
dryRun |
static int |
KAFKA_INTERNAL_REST_SERVER_PORT |
static boolean |
localMode |
static String |
PARTITION_FILE_CONFIG |
static int |
RESTORE_REST_SERVER_PORT |
Modifier and Type | Method and Description |
---|---|
static RestoreConfig |
getInstance() |
Properties |
getProperties() |
static String |
getProperty(String name) |
static kafka.server.KafkaConfig |
kafkaConfig() |
static void |
setDryRun(boolean dryRun) |
static void |
setLocalMode(boolean localMode) |
static void |
setProperty(String key,
String value) |
public static boolean dryRun
public static boolean localMode
public static final String BUCKET_NAME
public static final String CLOUD_PROVIDER
public static final String PARTITION_FILE_CONFIG
public static final int KAFKA_INTERNAL_REST_SERVER_PORT
public static final int RESTORE_REST_SERVER_PORT
public static RestoreConfig getInstance()
public static kafka.server.KafkaConfig kafkaConfig()
public Properties getProperties()
public static void setDryRun(boolean dryRun)
public static void setLocalMode(boolean localMode)