C# Class Z.Expressions.SqlServer.Eval.SharedBucketList

Afficher le fichier Open project: zzzprojects/Eval-SQL.NET Class Usage Examples

Méthodes publiques

Свойство Type Description
Buckets Z.Expressions.SqlServer.Eval.SharedList[]

Méthodes publiques

Méthode Description
SharedBucketList ( int bucketSize = 16 )
TryAdd ( SQLNETParallelItem value ) : bool

Attempts to add a value in the shared cache for the specified key.

TryGetValue ( int key, SQLNETParallelItem &value ) : bool

Attempts to get value from the shared cache for the specified key.

TryRemove ( SQLNETParallelItem value ) : void

Method Details

SharedBucketList() public méthode

public SharedBucketList ( int bucketSize = 16 )
bucketSize int

TryAdd() public méthode

Attempts to add a value in the shared cache for the specified key.
public TryAdd ( SQLNETParallelItem value ) : bool
value SQLNETParallelItem The value.
Résultat bool

TryGetValue() public méthode

Attempts to get value from the shared cache for the specified key.
public TryGetValue ( int key, SQLNETParallelItem &value ) : bool
key int The key.
value SQLNETParallelItem [out] The value.
Résultat bool

TryRemove() public méthode

public TryRemove ( SQLNETParallelItem value ) : void
value SQLNETParallelItem
Résultat void

Property Details

Buckets public_oe property

public SharedList[],Z.Expressions.SqlServer.Eval Buckets
Résultat Z.Expressions.SqlServer.Eval.SharedList[]