public static final class GraphCreateOptions.SmartOptions extends Object
Constructor and Description |
---|
SmartOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getIsDisjoint() |
Integer |
getNumberOfShards() |
ReplicationFactor |
getReplicationFactor() |
Collection<String> |
getSatellites() |
String |
getSmartGraphAttribute() |
Integer |
getWriteConcern() |
void |
setIsDisjoint(Boolean isDisjoint) |
void |
setNumberOfShards(Integer numberOfShards) |
void |
setReplicationFactor(ReplicationFactor replicationFactor) |
void |
setSatellites(String... satellites) |
void |
setSmartGraphAttribute(String smartGraphAttribute) |
void |
setWriteConcern(Integer writeConcern) |
public ReplicationFactor getReplicationFactor()
public void setReplicationFactor(ReplicationFactor replicationFactor)
public 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.