Property | Type | Description | |
---|---|---|---|
GetSequenceIdStore | |||
RenewCachedIds | void |
Method | Description | |
---|---|---|
NextId ( String tableName ) : String |
Takes the first reserved Id for this node from the sequence. If necassary, it will reserve a new block of Ids.
|
|
SequenceIdGenerator ( ISequenceIdOptimisticSyncStore store ) : System |
Creates a new generator that loads all sequence schemas from the supplied store.
|
|
SequenceIdGenerator ( ISequenceIdOptimisticSyncStore store, |
Creates a new generator with only a single sequence schema.
|
Method | Description | |
---|---|---|
GetSequenceIdStore ( String tableName ) : |
||
RenewCachedIds ( |
public SequenceIdGenerator ( ISequenceIdOptimisticSyncStore store ) : System | ||
store | ISequenceIdOptimisticSyncStore | |
return | System |
public SequenceIdGenerator ( ISequenceIdOptimisticSyncStore store, |
||
store | ISequenceIdOptimisticSyncStore | |
sequence | ||
return | System |