public static class GraphCreateOptions.SmartOptions extends Object
Constructor and Description |
---|
SmartOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsDisjoint() |
Integer |
getMinReplicationFactor() |
Integer |
getNumberOfShards() |
Integer |
getReplicationFactor() |
Boolean |
getSatellite() |
String |
getSmartGraphAttribute() |
void |
setIsDisjoint(Boolean isDisjoint) |
void |
setMinReplicationFactor(Integer minReplicationFactor) |
void |
setNumberOfShards(Integer numberOfShards) |
void |
setReplicationFactor(Integer replicationFactor) |
void |
setSatellite(Boolean satellite) |
void |
setSmartGraphAttribute(String smartGraphAttribute) |
public Integer getReplicationFactor()
public void setReplicationFactor(Integer replicationFactor)
public Boolean getSatellite()
public void setSatellite(Boolean satellite)
public Integer getMinReplicationFactor()
public void setMinReplicationFactor(Integer minReplicationFactor)
public Integer getNumberOfShards()
public void setNumberOfShards(Integer numberOfShards)
public String getSmartGraphAttribute()
public void setSmartGraphAttribute(String smartGraphAttribute)
public Boolean getIsDisjoint()
public void setIsDisjoint(Boolean isDisjoint)
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.