public class CollectionPropertiesEntity extends CollectionEntity
Constructor and Description |
---|
CollectionPropertiesEntity() |
Modifier and Type | Method and Description |
---|---|
Long |
getCount() |
Boolean |
getDoCompact() |
Integer |
getIndexBuckets() |
Long |
getJournalSize() |
KeyOptions |
getKeyOptions() |
Integer |
getMinReplicationFactor() |
Integer |
getNumberOfShards() |
Integer |
getReplicationFactor() |
Boolean |
getSatellite() |
String |
getShardingStrategy() |
Collection<String> |
getShardKeys() |
String |
getSmartJoinAttribute() |
void |
setCount(Long count) |
void |
setDoCompact(Boolean doCompact) |
void |
setIndexBuckets(Integer indexBuckets) |
void |
setJournalSize(Long journalSize) |
void |
setKeyOptions(KeyOptions keyOptions) |
void |
setMinReplicationFactor(Integer minReplicationFactor) |
void |
setNumberOfShards(Integer numberOfShards) |
void |
setReplicationFactor(Integer replicationFactor) |
void |
setSatellite(Boolean satellite) |
void |
setShardingStrategy(String shardingStrategy) |
void |
setShardKeys(Collection<String> shardKeys) |
void |
setSmartJoinAttribute(String smartJoinAttribute) |
getId, getIsSystem, getIsVolatile, getName, getSchema, getStatus, getType, getWaitForSync
public Boolean getDoCompact()
public void setDoCompact(Boolean doCompact)
public Long getJournalSize()
public void setJournalSize(Long journalSize)
public Integer getIndexBuckets()
public void setIndexBuckets(Integer indexBuckets)
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 Integer getReplicationFactor()
public void setReplicationFactor(Integer replicationFactor)
public Integer getMinReplicationFactor()
public void setMinReplicationFactor(Integer minReplicationFactor)
public Boolean getSatellite()
public void setSatellite(Boolean satellite)
public String getShardingStrategy()
public void setShardingStrategy(String shardingStrategy)
public String getSmartJoinAttribute()
public void setSmartJoinAttribute(String smartJoinAttribute)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.