ReplicationPolicy Classe
- java.
lang. Object - JsonSerializable
- com.
microsoft. azure. cosmosdb. ReplicationPolicy
- com.
public class ReplicationPolicy extends JsonSerializable
Encapsule la stratégie de réplication dans le service de base de données Azure Cosmos DB.
Récapitulatif du constructeur
Constructeur | Description | |
---|---|---|
ReplicationPolicy() | ||
ReplicationPolicy(String jsonString) |
Constructeur. |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
int | getMaxReplicaSetSize() |
int | getMinReplicaSetSize() |
Membres hérités
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()
Détails du constructeur
ReplicationPolicy
public ReplicationPolicy()
ReplicationPolicy
public ReplicationPolicy(String jsonString)
Constructeur.
Paramètres:
jsonString
- chaîne json qui représente la stratégie de réplication.
Détails de la méthode
getMaxReplicaSetSize
public int getMaxReplicaSetSize()
getMinReplicaSetSize
public int getMinReplicaSetSize()
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java