Class CollectionPropertiesEntity

java.lang.Object
com.arangodb.entity.CollectionEntity
com.arangodb.entity.CollectionPropertiesEntity

public final class CollectionPropertiesEntity extends CollectionEntity
Author:
Mark Vollmary
  • Constructor Details

    • CollectionPropertiesEntity

      public CollectionPropertiesEntity()
  • Method Details

    • getCacheEnabled

      public Boolean getCacheEnabled()
    • setCacheEnabled

      public void setCacheEnabled(Boolean cacheEnabled)
    • getDistributeShardsLike

      public String getDistributeShardsLike()
    • setDistributeShardsLike

      public void setDistributeShardsLike(String distributeShardsLike)
    • getDisjoint

      public Boolean getDisjoint()
    • setDisjoint

      public void setDisjoint(Boolean disjoint)
    • getSmart

      public Boolean getSmart()
    • setSmart

      public void setSmart(Boolean smart)
    • getKeyOptions

      public KeyOptions getKeyOptions()
    • setKeyOptions

      public void setKeyOptions(KeyOptions keyOptions)
    • getNumberOfShards

      public Integer getNumberOfShards()
    • setNumberOfShards

      public void setNumberOfShards(Integer numberOfShards)
    • getReplicationFactor

      public ReplicationFactor getReplicationFactor()
    • setReplicationFactor

      public void setReplicationFactor(ReplicationFactor replicationFactor)
    • getShardKeys

      public Collection<String> getShardKeys()
    • setShardKeys

      public void setShardKeys(Collection<String> shardKeys)
    • getShardingStrategy

      public String getShardingStrategy()
    • setShardingStrategy

      public void setShardingStrategy(String shardingStrategy)
    • getSmartGraphAttribute

      public String getSmartGraphAttribute()
    • setSmartGraphAttribute

      public void setSmartGraphAttribute(String smartGraphAttribute)
    • getSmartJoinAttribute

      public String getSmartJoinAttribute()
    • setSmartJoinAttribute

      public void setSmartJoinAttribute(String smartJoinAttribute)
    • getWriteConcern

      public Integer getWriteConcern()
    • setWriteConcern

      public void setWriteConcern(Integer writeConcern)
    • getCount

      public Long getCount()
    • setCount

      public void setCount(Long count)