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 |
getNumberOfShards() |
Integer |
getReplicationFactor() |
Collection<String> |
getShardKeys() |
void |
setCount(Long count) |
void |
setDoCompact(Boolean doCompact) |
void |
setIndexBuckets(Integer indexBuckets) |
void |
setJournalSize(Long journalSize) |
void |
setKeyOptions(KeyOptions keyOptions) |
void |
setNumberOfShards(Integer numberOfShards) |
void |
setReplicationFactor(Integer replicationFactor) |
void |
setShardKeys(Collection<String> shardKeys) |
getId, getIsSystem, getIsVolatile, getName, 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)
Copyright © 2016 ArangoDB GmbH. All rights reserved.