public class GraphEntity extends Object implements Entity
Constructor and Description |
---|
GraphEntity() |
Modifier and Type | Method and Description |
---|---|
Collection<EdgeDefinition> |
getEdgeDefinitions() |
Boolean |
getIsDisjoint() |
Boolean |
getIsSmart() |
Integer |
getMinReplicationFactor()
Deprecated.
use
getWriteConcern() instead |
String |
getName() |
Integer |
getNumberOfShards() |
Collection<String> |
getOrphanCollections() |
Integer |
getReplicationFactor() |
Boolean |
getSatellite() |
String |
getSmartGraphAttribute() |
Integer |
getWriteConcern() |
public String getName()
public Collection<EdgeDefinition> getEdgeDefinitions()
public Collection<String> getOrphanCollections()
public Boolean getIsSmart()
public Boolean getIsDisjoint()
public Integer getNumberOfShards()
public Integer getReplicationFactor()
public Boolean getSatellite()
@Deprecated public Integer getMinReplicationFactor()
getWriteConcern()
insteadpublic Integer getWriteConcern()
public String getSmartGraphAttribute()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.