ReplicationPolicy Klasse
- java.
lang. Object - JsonSerializable
- com.
microsoft. azure. cosmosdb. ReplicationPolicy
- com.
public class ReplicationPolicy extends JsonSerializable
Kapselt die Replikationsrichtlinie im Azure Cosmos DB-Datenbankdienst.
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung | |
---|---|---|
ReplicationPolicy() | ||
ReplicationPolicy(String jsonString) |
Konstruktor. |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
int | getMaxReplicaSetSize() |
int | getMinReplicaSetSize() |
Geerbte Elemente
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()
Details zum Konstruktor
ReplicationPolicy
public ReplicationPolicy()
ReplicationPolicy
public ReplicationPolicy(String jsonString)
Konstruktor.
Parameter:
jsonString
- die JSON-Zeichenfolge, die die Replikationsrichtlinie darstellt.
Details zur Methode
getMaxReplicaSetSize
public int getMaxReplicaSetSize()
getMinReplicaSetSize
public int getMinReplicaSetSize()
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java