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() |
String |
getName() |
Integer |
getNumberOfShards() |
Collection<String> |
getOrphanCollections() |
Integer |
getReplicationFactor() |
Boolean |
getSatellite() |
String |
getSmartGraphAttribute() |
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()
public Integer getMinReplicationFactor()
public String getSmartGraphAttribute()
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.