Package com.arangodb.entity
Class CollectionPropertiesEntity
java.lang.Object
com.arangodb.entity.CollectionEntity
com.arangodb.entity.CollectionPropertiesEntity
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCount()
getSmart()
void
setCacheEnabled
(Boolean cacheEnabled) void
void
setDisjoint
(Boolean disjoint) void
setDistributeShardsLike
(String distributeShardsLike) void
setKeyOptions
(KeyOptions keyOptions) void
setNumberOfShards
(Integer numberOfShards) void
setReplicationFactor
(ReplicationFactor replicationFactor) void
setShardingStrategy
(String shardingStrategy) void
setShardKeys
(Collection<String> shardKeys) void
void
setSmartGraphAttribute
(String smartGraphAttribute) void
setSmartJoinAttribute
(String smartJoinAttribute) void
setWriteConcern
(Integer writeConcern) Methods inherited from class com.arangodb.entity.CollectionEntity
getComputedValues, getId, getIsSystem, getName, getSchema, getStatus, getType, getWaitForSync
-
Constructor Details
-
CollectionPropertiesEntity
public CollectionPropertiesEntity()
-
-
Method Details
-
getCacheEnabled
-
setCacheEnabled
-
getDistributeShardsLike
-
setDistributeShardsLike
-
getDisjoint
-
setDisjoint
-
getSmart
-
setSmart
-
getKeyOptions
-
setKeyOptions
-
getNumberOfShards
-
setNumberOfShards
-
getReplicationFactor
-
setReplicationFactor
-
getShardKeys
-
setShardKeys
-
getShardingStrategy
-
setShardingStrategy
-
getSmartGraphAttribute
-
setSmartGraphAttribute
-
getSmartJoinAttribute
-
setSmartJoinAttribute
-
getWriteConcern
-
setWriteConcern
-
getCount
-
setCount
-