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 TypeMethodDescriptionbooleangetCount()getSmart()inthashCode()voidsetCacheEnabled(Boolean cacheEnabled) voidvoidsetDisjoint(Boolean disjoint) voidsetDistributeShardsLike(String distributeShardsLike) voidsetKeyOptions(KeyOptions keyOptions) voidsetNumberOfShards(Integer numberOfShards) voidsetReplicationFactor(ReplicationFactor replicationFactor) voidsetShardingStrategy(String shardingStrategy) voidsetShardKeys(Collection<String> shardKeys) voidvoidsetSmartGraphAttribute(String smartGraphAttribute) voidsetSmartJoinAttribute(String smartJoinAttribute) voidsetWriteConcern(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
-
equals
- Overrides:
equalsin classCollectionEntity
-
hashCode
public int hashCode()- Overrides:
hashCodein classCollectionEntity
-