TYPE_CONTIGUOUS, TYPE_DEFAULT, TYPE_NONTRANSACTIONAL, TYPE_TRANSACTIONAL
Modifier and Type | Method and Description |
---|---|
void |
allocate(int additional,
StoreContext ctx,
ClassMetaData meta)
Allocate additional values efficiently.
|
void |
close()
Free resources used by this sequence.
|
Object |
current(StoreContext ctx,
ClassMetaData meta)
Return the current value of the sequence, or null if not available.
|
static UUIDHexSeq |
getInstance()
Return the singleton instance.
|
Object |
next(StoreContext ctx,
ClassMetaData meta)
Return the next value in the sequence.
|
void |
setType(int type)
Set the type of sequence.
|
public static UUIDHexSeq getInstance()
public void setType(int type)
Seq
public Object next(StoreContext ctx, ClassMetaData meta)
Seq
public Object current(StoreContext ctx, ClassMetaData meta)
Seq
public void allocate(int additional, StoreContext ctx, ClassMetaData meta)
Seq
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.