public class MultiClusterSyncInfo extends Object
| 构造器和说明 |
|---|
MultiClusterSyncInfo() |
MultiClusterSyncInfo(String remoteDataCenter,
String remoteMetaAddress,
long dataVersion) |
MultiClusterSyncInfo(String dataCenter,
String remoteDataCenter,
String remoteMetaAddress,
boolean enableSyncDatum,
boolean enablePush,
Set<String> syncDataInfoIds,
Set<String> synPublisherGroups,
Set<String> ignoreDataInfoIds,
long dataVersion) |
MultiClusterSyncInfo(String dataCenter,
String remoteDataCenter,
String remoteMetaAddress,
long dataVersion) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
String |
getDataCenter()
Getter method for property dataCenter.
|
long |
getDataVersion()
Getter method for property dataVersion.
|
Set<String> |
getIgnoreDataInfoIds()
Getter method for property ignoreDataInfoIds.
|
String |
getRemoteDataCenter()
Getter method for property remoteDataCenter.
|
String |
getRemoteMetaAddress()
Getter method for property remoteMetaAddress.
|
Set<String> |
getSyncDataInfoIds()
Getter method for property syncDataInfoIds.
|
Set<String> |
getSynPublisherGroups()
Getter method for property synPublisherGroups.
|
int |
hashCode() |
boolean |
isEnablePush() |
boolean |
isEnableSyncDatum() |
void |
setDataCenter(String dataCenter)
Setter method for property dataCenter.
|
void |
setDataVersion(long dataVersion)
Setter method for property dataVersion.
|
void |
setEnablePush(boolean enablePush)
Setter method for property enablePush.
|
void |
setEnableSyncDatum(boolean enableSyncDatum)
Setter method for property enableSyncDatum.
|
void |
setIgnoreDataInfoIds(Set<String> ignoreDataInfoIds)
Setter method for property ignoreDataInfoIds.
|
void |
setRemoteDataCenter(String remoteDataCenter)
Setter method for property remoteDataCenter.
|
void |
setRemoteMetaAddress(String remoteMetaAddress)
Setter method for property remoteMetaAddress.
|
void |
setSyncDataInfoIds(Set<String> syncDataInfoIds)
Setter method for property syncDataInfoIds.
|
void |
setSynPublisherGroups(Set<String> synPublisherGroups)
Setter method for property synPublisherGroups.
|
String |
toString() |
public MultiClusterSyncInfo()
public MultiClusterSyncInfo(String remoteDataCenter, String remoteMetaAddress, long dataVersion)
public MultiClusterSyncInfo(String dataCenter, String remoteDataCenter, String remoteMetaAddress, long dataVersion)
public String getDataCenter()
public void setDataCenter(String dataCenter)
dataCenter - value to be assigned to property dataCenterpublic String getRemoteDataCenter()
public void setRemoteDataCenter(String remoteDataCenter)
remoteDataCenter - value to be assigned to property remoteDataCenterpublic String getRemoteMetaAddress()
public void setRemoteMetaAddress(String remoteMetaAddress)
remoteMetaAddress - value to be assigned to property remoteMetaAddresspublic long getDataVersion()
public void setDataVersion(long dataVersion)
dataVersion - value to be assigned to property dataVersionpublic boolean isEnableSyncDatum()
public void setEnableSyncDatum(boolean enableSyncDatum)
enableSyncDatum - value to be assigned to property enableSyncDatumpublic boolean isEnablePush()
public void setEnablePush(boolean enablePush)
enablePush - value to be assigned to property enablePushpublic Set<String> getSynPublisherGroups()
public void setSynPublisherGroups(Set<String> synPublisherGroups)
synPublisherGroups - value to be assigned to property synPublisherGroupspublic Set<String> getSyncDataInfoIds()
public void setSyncDataInfoIds(Set<String> syncDataInfoIds)
syncDataInfoIds - value to be assigned to property syncDataInfoIdspublic Set<String> getIgnoreDataInfoIds()
public void setIgnoreDataInfoIds(Set<String> ignoreDataInfoIds)
ignoreDataInfoIds - value to be assigned to property ignoreDataInfoIdsCopyright © 2023 The Ant Financial. All rights reserved.