public static class GraphCreateOptions.SmartOptions extends Object
Constructor and Description |
---|
SmartOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsDisjoint() |
Integer |
getMinReplicationFactor()
Deprecated.
use {
getWriteConcern() } instead |
Integer |
getNumberOfShards() |
Integer |
getReplicationFactor() |
Boolean |
getSatellite() |
Collection<String> |
getSatellites() |
String |
getSmartGraphAttribute() |
Integer |
getWriteConcern() |
void |
setIsDisjoint(Boolean isDisjoint) |
void |
setMinReplicationFactor(Integer minReplicationFactor)
Deprecated.
use {
setWriteConcern(Integer) } instead |
void |
setNumberOfShards(Integer numberOfShards) |
void |
setReplicationFactor(Integer replicationFactor) |
void |
setSatellite(Boolean satellite) |
void |
setSatellites(String... satellites) |
void |
setSmartGraphAttribute(String smartGraphAttribute) |
void |
setWriteConcern(Integer writeConcern) |
public Integer getReplicationFactor()
public void setReplicationFactor(Integer replicationFactor)
public Boolean getSatellite()
public void setSatellite(Boolean satellite)
@Deprecated public Integer getMinReplicationFactor()
getWriteConcern()
} instead@Deprecated public void setMinReplicationFactor(Integer minReplicationFactor)
setWriteConcern(Integer)
} insteadpublic Integer getWriteConcern()
public void setWriteConcern(Integer writeConcern)
public Integer getNumberOfShards()
public void setNumberOfShards(Integer numberOfShards)
public String getSmartGraphAttribute()
public void setSmartGraphAttribute(String smartGraphAttribute)
public Boolean getIsDisjoint()
public void setIsDisjoint(Boolean isDisjoint)
public Collection<String> getSatellites()
public void setSatellites(String... satellites)
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.