public class CollectionOptions extends Object
author fbartels - [email protected]
Constructor and Description |
---|
CollectionOptions() |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDoCompact() |
Boolean |
getIsSystem() |
Boolean |
getIsVolatile() |
Integer |
getJournalSize() |
CollectionKeyOption |
getKeyOptions() |
int |
getNumberOfShards() |
List<String> |
getShardKeys() |
CollectionType |
getType() |
Boolean |
getWaitForSync() |
void |
setDoCompact(Boolean doCompact) |
void |
setIsSystem(Boolean isSystem) |
void |
setIsVolatile(Boolean isVolatile) |
void |
setJournalSize(Integer journalSize) |
void |
setKeyOptions(CollectionKeyOption keyOptions) |
void |
setNumberOfShards(int numberOfShards) |
void |
setShardKeys(List<String> shardKeys) |
void |
setType(CollectionType type) |
void |
setWaitForSync(Boolean waitForSync) |
public Boolean getWaitForSync()
public void setWaitForSync(Boolean waitForSync)
public Boolean getDoCompact()
public void setDoCompact(Boolean doCompact)
public Integer getJournalSize()
public void setJournalSize(Integer journalSize)
public Boolean getIsSystem()
public void setIsSystem(Boolean isSystem)
public Boolean getIsVolatile()
public void setIsVolatile(Boolean isVolatile)
public CollectionType getType()
public void setType(CollectionType type)
public CollectionKeyOption getKeyOptions()
public void setKeyOptions(CollectionKeyOption keyOptions)
public int getNumberOfShards()
public void setNumberOfShards(int numberOfShards)
Copyright © 2012–2015 ArangoDB GmbH. All rights reserved.