public static class GraphCreateOptions.SmartOptions extends Object
Constructor and Description |
---|
SmartOptions() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMinReplicationFactor() |
Integer |
getNumberOfShards() |
Integer |
getReplicationFactor() |
Boolean |
getSatellite() |
String |
getSmartGraphAttribute() |
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)
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.