public class CollectionKeyOption extends Object implements Serializable
Constructor and Description |
---|
CollectionKeyOption() |
Modifier and Type | Method and Description |
---|---|
static CollectionKeyOption |
createIncrementOption(boolean allowUserKeys,
long increment,
long offset) |
long |
getIncrement() |
long |
getOffset() |
String |
getType() |
boolean |
isAllowUserKeys() |
void |
setAllowUserKeys(boolean allowUserKeys) |
void |
setIncrement(long increment) |
void |
setOffset(long offset) |
void |
setType(String type) |
public static CollectionKeyOption createIncrementOption(boolean allowUserKeys, long increment, long offset)
public String getType()
public boolean isAllowUserKeys()
public long getIncrement()
public long getOffset()
public void setType(String type)
public void setAllowUserKeys(boolean allowUserKeys)
public void setIncrement(long increment)
public void setOffset(long offset)
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.