C# 클래스 Helios.Util.InternalThreadLocalMap

The internal data structure that stores the thread-local variables for Netty and all {@link FastThreadLocal}s. Note that this class is for internal use only and is subject to change at any time. Use {@link FastThreadLocal} unless you know what you are doing.
파일 보기 프로젝트 열기: helios-io/helios 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Unset object
rp1 long

공개 메소드들

메소드 설명
Destroy ( ) : void
IsIndexedVariableSet ( int index ) : bool
Remove ( ) : void
RemoveIndexedVariable ( int index ) : object
SetIndexedVariable ( int index, object value ) : bool

비공개 메소드들

메소드 설명
CreateIndexedVariableTable ( ) : object[]
ExpandIndexedVariableTableAndSet ( int index, object value ) : void
Get ( ) : InternalThreadLocalMap
GetIfSet ( ) : InternalThreadLocalMap
GetIndexedVariable ( int index ) : object
InternalThreadLocalMap ( ) : System
NextVariableIndex ( ) : int

메소드 상세

Destroy() 공개 정적인 메소드

public static Destroy ( ) : void
리턴 void

IsIndexedVariableSet() 공개 메소드

public IsIndexedVariableSet ( int index ) : bool
index int
리턴 bool

Remove() 공개 정적인 메소드

public static Remove ( ) : void
리턴 void

RemoveIndexedVariable() 공개 메소드

public RemoveIndexedVariable ( int index ) : object
index int
리턴 object

SetIndexedVariable() 공개 메소드

public SetIndexedVariable ( int index, object value ) : bool
index int
value object
리턴 bool

프로퍼티 상세

Unset 공개적으로 정적으로 프로퍼티

public static object Unset
리턴 object

rp1 공개적으로 프로퍼티

public long rp1
리턴 long