ReplicationPolicy Class
- java.
lang. Object - JsonSerializable
- com.
microsoft. azure. cosmosdb. ReplicationPolicy
- com.
public class ReplicationPolicy extends JsonSerializable
Encapsulates the replication policy in the Azure Cosmos DB database service.
Constructor Summary
Constructor | Description | |
---|---|---|
ReplicationPolicy() | ||
ReplicationPolicy(String jsonString) |
Constructor. |
Method Summary
Modifier and Type | Method and Description |
---|---|
int | getMaxReplicaSetSize() |
int | getMinReplicaSetSize() |
Inherited Members
JsonSerializable.get(String propertyName)
JsonSerializable.getBoolean(String propertyName)
JsonSerializable.getCollection(String propertyName)
JsonSerializable.getDouble(String propertyName)
JsonSerializable.getHashMap()
JsonSerializable.getInt(String propertyName)
JsonSerializable.getLogger()
JsonSerializable.getLong(String propertyName)
JsonSerializable.getMapper()
JsonSerializable.getObject(String propertyName)
JsonSerializable.getObjectByPath(List<String> propertyNames)
JsonSerializable.getString(String propertyName)
JsonSerializable.has(String propertyName)
JsonSerializable.JsonSerializable()
JsonSerializable.JsonSerializable(String jsonString, ObjectMapper objectMapper)
JsonSerializable.JsonSerializable(String jsonString)
JsonSerializable.remove(String propertyName)
JsonSerializable.toJson()
JsonSerializable.toJson(SerializationFormattingPolicy formattingPolicy)
JsonSerializable.toString()
Constructor Details
ReplicationPolicy
public ReplicationPolicy()
ReplicationPolicy
public ReplicationPolicy(String jsonString)
Constructor.
Parameters:
jsonString
- the json string that represents the replication policy.
Method Details
getMaxReplicaSetSize
public int getMaxReplicaSetSize()
getMinReplicaSetSize
public int getMinReplicaSetSize()
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java