Package com.c8db.entity
Class GraphEntity
- java.lang.Object
-
- com.c8db.entity.GraphEntity
-
-
Constructor Summary
Constructors Constructor Description GraphEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<EdgeDefinition>getEdgeDefinitions()BooleangetIsSmart()StringgetName()IntegergetNumberOfShards()Collection<String>getOrphanCollections()IntegergetReplicationFactor()StringgetSmartGraphAttribute()
-
-
-
Method Detail
-
getName
public String getName()
-
getEdgeDefinitions
public Collection<EdgeDefinition> getEdgeDefinitions()
-
getOrphanCollections
public Collection<String> getOrphanCollections()
-
getIsSmart
public Boolean getIsSmart()
-
getNumberOfShards
public Integer getNumberOfShards()
-
getReplicationFactor
public Integer getReplicationFactor()
-
getSmartGraphAttribute
public String getSmartGraphAttribute()
-
-