public static class GraphCreateOptions.SmartOptions extends Object
Constructor and Description |
---|
SmartOptions() |
Modifier and Type | Method and Description |
---|---|
Integer |
getMinReplicationFactor() |
Integer |
getNumberOfShards() |
Integer |
getReplicationFactor() |
String |
getSmartGraphAttribute() |
void |
setMinReplicationFactor(Integer minReplicationFactor) |
void |
setNumberOfShards(Integer numberOfShards) |
void |
setReplicationFactor(Integer replicationFactor) |
void |
setSmartGraphAttribute(String smartGraphAttribute) |
public Integer getReplicationFactor()
public void setReplicationFactor(Integer replicationFactor)
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.