C# 클래스 Z.Expressions.SqlServer.Eval.SharedBucketList

파일 보기 프로젝트 열기: zzzprojects/Eval-SQL.NET 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buckets Z.Expressions.SqlServer.Eval.SharedList[]

공개 메소드들

메소드 설명
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

메소드 상세

SharedBucketList() 공개 메소드

public SharedBucketList ( int bucketSize = 16 )
bucketSize int

TryAdd() 공개 메소드

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

TryGetValue() 공개 메소드

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.
리턴 bool

TryRemove() 공개 메소드

public TryRemove ( SQLNETParallelItem value ) : void
value SQLNETParallelItem
리턴 void

프로퍼티 상세

Buckets 공개적으로 프로퍼티

public SharedList[],Z.Expressions.SqlServer.Eval Buckets
리턴 Z.Expressions.SqlServer.Eval.SharedList[]