接口 PersistentConsistencyService
-
- 所有超级接口:
ConsistencyService
- 所有已知实现类:
BasePersistentServiceProcessor,PersistentConsistencyServiceDelegateImpl,PersistentServiceProcessor,StandalonePersistentServiceProcessor
public interface PersistentConsistencyService extends ConsistencyService
A consistency service that guarantee CP consistency for the published data.CP consistency is hereby defined as follows:
Once the writing operation returned client a success, the data within the operation is guaranteed to be successfully written to the cluster. And the data should be consistent between servers after some time without any outside interfere.
- 从以下版本开始:
- 1.0.0
- 作者:
- nkorange
-
-
方法概要
-
从接口继承的方法 com.alibaba.nacos.naming.consistency.ConsistencyService
get, getErrorMsg, isAvailable, listen, put, remove, unListen
-
-