public final class CollectionPropertiesEntity extends CollectionEntity
Constructor and Description |
---|
CollectionPropertiesEntity() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount() |
KeyOptions |
getKeyOptions() |
Integer |
getNumberOfShards() |
ReplicationFactor |
getReplicationFactor() |
String |
getShardingStrategy() |
Collection<String> |
getShardKeys() |
String |
getSmartJoinAttribute() |
Integer |
getWriteConcern() |
void |
setCount(Long count) |
void |
setKeyOptions(KeyOptions keyOptions) |
void |
setNumberOfShards(Integer numberOfShards) |
void |
setReplicationFactor(ReplicationFactor replicationFactor) |
void |
setShardingStrategy(String shardingStrategy) |
void |
setShardKeys(Collection<String> shardKeys) |
void |
setSmartJoinAttribute(String smartJoinAttribute) |
void |
setWriteConcern(Integer writeConcern) |
getComputedValues, getId, getIsSystem, getName, getSchema, getStatus, getType, getWaitForSync
public KeyOptions getKeyOptions()
public void setKeyOptions(KeyOptions keyOptions)
public Long getCount()
public void setCount(Long count)
public Integer getNumberOfShards()
public void setNumberOfShards(Integer numberOfShards)
public Collection<String> getShardKeys()
public void setShardKeys(Collection<String> shardKeys)
public ReplicationFactor getReplicationFactor()
public void setReplicationFactor(ReplicationFactor replicationFactor)
public Integer getWriteConcern()
public void setWriteConcern(Integer writeConcern)
public String getShardingStrategy()
public void setShardingStrategy(String shardingStrategy)
public String getSmartJoinAttribute()
public void setSmartJoinAttribute(String smartJoinAttribute)
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.