| Package | Description |
|---|---|
| act.conf | |
| act.util |
| Modifier and Type | Method and Description |
|---|---|
IdGenerator.LongEncoder |
AppConfig.longEncoder() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
AppConfig.longEncoder(IdGenerator.LongEncoder longEncoder) |
| Modifier and Type | Class and Description |
|---|---|
static class |
IdGenerator.LongEncoder.LongEncoderBase |
static class |
IdGenerator.SafeLongEncoder |
static class |
IdGenerator.UnsafeLongEncoder |
| Modifier and Type | Field and Description |
|---|---|
static IdGenerator.LongEncoder |
IdGenerator.SAFE_ENCODER |
static IdGenerator.LongEncoder |
IdGenerator.UNSAFE_ENCODER |
| Constructor and Description |
|---|
IdGenerator(IdGenerator.NodeIdProvider nodeIdProvider,
IdGenerator.StartIdProvider startIdProvider,
IdGenerator.SequenceProvider sequenceProvider,
IdGenerator.LongEncoder longEncoder)
Create a default IdGenerator with specified node id provider, start id provider and sequence provider:
|
Copyright © 2014–2017 ActFramework. All rights reserved.