public abstract class CallIdSequence extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CallIdSequence.CallIdSequenceFailFast
A
CallIdSequence that provided backpressure by taking
the number in flight operations into account when a call-id needs to be determined. |
Constructor and Description |
---|
CallIdSequence() |
Modifier and Type | Method and Description |
---|---|
abstract void |
complete() |
abstract long |
forceNext()
Creates the call id without applying any backpressure
|
abstract long |
next()
Creates the next call-id.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.