C# Class Disruptor.FixedSequenceGroup

Hides a group of Sequences behind a single Sequence
Inheritance: ISequence
Afficher le fichier Open project: disruptor-net/Disruptor-net Class Usage Examples

Méthodes publiques

Méthode Description
AddAndGet ( long increment ) : long

Not supported.

CompareAndSet ( long expectedValue, long newValue ) : bool

Not supported.

FixedSequenceGroup ( ISequence sequences ) : System

IncrementAndGet ( ) : long

Not supported.

SetValue ( long value ) : void

Not supported.

SetValueVolatile ( long value ) : void

Not supported

ToString ( ) : string

Method Details

AddAndGet() public méthode

Not supported.
public AddAndGet ( long increment ) : long
increment long
Résultat long

CompareAndSet() public méthode

Not supported.
public CompareAndSet ( long expectedValue, long newValue ) : bool
expectedValue long
newValue long
Résultat bool

FixedSequenceGroup() public méthode

public FixedSequenceGroup ( ISequence sequences ) : System
sequences ISequence sequences the list of sequences to be tracked under this sequence group
Résultat System

IncrementAndGet() public méthode

Not supported.
public IncrementAndGet ( ) : long
Résultat long

SetValue() public méthode

Not supported.
public SetValue ( long value ) : void
value long
Résultat void

SetValueVolatile() public méthode

Not supported
public SetValueVolatile ( long value ) : void
value long
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string