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 UUIDStringSeq | 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 UUIDStringSeq getInstance()
public void setType(int type)
Seqpublic Object next(StoreContext ctx, ClassMetaData meta)
Seqpublic Object current(StoreContext ctx, ClassMetaData meta)
Seqpublic void allocate(int additional,
            StoreContext ctx,
            ClassMetaData meta)
SeqCopyright © 2006–2018 Apache Software Foundation. All rights reserved.