public class SyncSenderConfig extends Object
| 构造器和说明 |
|---|
SyncSenderConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLastFileInfoPath() |
int |
getMaxNumOfSyncFileRetry() |
String |
getSenderFolderPath() |
String |
getServerIp() |
int |
getServerPort() |
String |
getSnapshotPath() |
List<String> |
getStorageGroupList() |
int |
getSyncPeriodInSecond() |
String |
getSyncReceiverName() |
void |
setLastFileInfoPath(String lastFileInfoPath) |
void |
setMaxNumOfSyncFileRetry(int maxNumOfSyncFileRetry) |
void |
setSenderFolderPath(String senderFolderPath) |
void |
setServerIp(String serverIp) |
void |
setServerPort(int serverPort) |
void |
setSnapshotPath(String snapshotPath) |
void |
setStorageGroupList(List<String> storageGroupList) |
void |
setSyncPeriodInSecond(int syncPeriodInSecond) |
void |
update(String dataDirectory)
Update paths based on data directory
|
public void update(String dataDirectory)
public String getServerIp()
public void setServerIp(String serverIp)
public int getServerPort()
public void setServerPort(int serverPort)
public int getSyncPeriodInSecond()
public void setSyncPeriodInSecond(int syncPeriodInSecond)
public String getSenderFolderPath()
public void setSenderFolderPath(String senderFolderPath)
public String getLastFileInfoPath()
public void setLastFileInfoPath(String lastFileInfoPath)
public String getSnapshotPath()
public void setSnapshotPath(String snapshotPath)
public String getSyncReceiverName()
public int getMaxNumOfSyncFileRetry()
public void setMaxNumOfSyncFileRetry(int maxNumOfSyncFileRetry)
Copyright © 2022 The Apache Software Foundation. All rights reserved.