Modifier and Type | Field and Description |
---|---|
protected Integer |
cacheSize |
protected Long |
currentValue |
protected Integer |
increment |
protected Long |
limitValue |
protected SequenceOrderType |
orderType |
protected Boolean |
recyclable |
protected Long |
start |
protected Boolean |
turnLimitOff |
Constructor and Description |
---|
CreateParams() |
Modifier and Type | Method and Description |
---|---|
Integer |
getCacheSize() |
Long |
getCurrentValue() |
Integer |
getIncrement() |
Long |
getLimitValue() |
SequenceOrderType |
getOrderType() |
Boolean |
getRecyclable() |
Long |
getStart() |
Boolean |
getTurnLimitOff() |
OSequence.CreateParams |
resetNull() |
OSequence.CreateParams |
setCacheSize(Integer cacheSize) |
OSequence.CreateParams |
setCurrentValue(Long currentValue) |
OSequence.CreateParams |
setDefaults() |
OSequence.CreateParams |
setIncrement(Integer increment) |
OSequence.CreateParams |
setLimitValue(Long limitValue) |
OSequence.CreateParams |
setOrderType(SequenceOrderType orderType) |
OSequence.CreateParams |
setRecyclable(boolean recyclable) |
OSequence.CreateParams |
setStart(Long start) |
OSequence.CreateParams |
setTurnLimitOff(Boolean turnLimitOff) |
protected Long start
protected Integer increment
protected Integer cacheSize
protected Long limitValue
protected SequenceOrderType orderType
protected Boolean recyclable
protected Boolean turnLimitOff
protected Long currentValue
public OSequence.CreateParams setStart(Long start)
public OSequence.CreateParams setIncrement(Integer increment)
public OSequence.CreateParams setCacheSize(Integer cacheSize)
public OSequence.CreateParams setLimitValue(Long limitValue)
public OSequence.CreateParams setOrderType(SequenceOrderType orderType)
public OSequence.CreateParams setRecyclable(boolean recyclable)
public OSequence.CreateParams setTurnLimitOff(Boolean turnLimitOff)
public OSequence.CreateParams setCurrentValue(Long currentValue)
public OSequence.CreateParams resetNull()
public OSequence.CreateParams setDefaults()
public Long getStart()
public Integer getIncrement()
public Integer getCacheSize()
public Long getLimitValue()
public SequenceOrderType getOrderType()
public Boolean getRecyclable()
public Boolean getTurnLimitOff()
public Long getCurrentValue()
Copyright © 2009–2020 OrientDB. All rights reserved.