C# 클래스 Scalien.Users

파일 보기 프로젝트 열기: scalien/scaliendb 1 사용 예제들

공개 메소드들

메소드 설명
AddClient ( string nodes ) : void
AddUser ( ) : void
ClientDBsAreSame ( int client_index_a, int client_index_b ) : bool
CountUsers ( ) : long
DeleteUser ( TestUser user ) : void
EmptyAll ( ) : void
GetClient ( ) : Scalien.Client
GetUser ( string userID ) : TestUser
InsertUsers ( int cnt ) : void
IsConsistent ( ) : bool
IterateClients ( ) : bool
PrintByNick ( string prefix ) : void
ResetTables ( ) : void
SetUser ( TestUser user ) : void
SubmitAll ( ) : void
TestCycle ( int userNum ) : void
TestCycle_MultiUser ( ) : void
TestGetSetSubmit ( ) : bool
Users ( string nodes = null ) : System

비공개 메소드들

메소드 설명
OpenDB ( ) : void

메소드 상세

AddClient() 공개 메소드

public AddClient ( string nodes ) : void
nodes string
리턴 void

AddUser() 공개 메소드

public AddUser ( ) : void
리턴 void

ClientDBsAreSame() 공개 메소드

public ClientDBsAreSame ( int client_index_a, int client_index_b ) : bool
client_index_a int
client_index_b int
리턴 bool

CountUsers() 공개 메소드

public CountUsers ( ) : long
리턴 long

DeleteUser() 공개 메소드

public DeleteUser ( TestUser user ) : void
user TestUser
리턴 void

EmptyAll() 공개 메소드

public EmptyAll ( ) : void
리턴 void

GetClient() 공개 메소드

public GetClient ( ) : Scalien.Client
리턴 Scalien.Client

GetUser() 공개 메소드

public GetUser ( string userID ) : TestUser
userID string
리턴 TestUser

InsertUsers() 공개 메소드

public InsertUsers ( int cnt ) : void
cnt int
리턴 void

IsConsistent() 공개 메소드

public IsConsistent ( ) : bool
리턴 bool

IterateClients() 공개 메소드

public IterateClients ( ) : bool
리턴 bool

PrintByNick() 공개 메소드

public PrintByNick ( string prefix ) : void
prefix string
리턴 void

ResetTables() 공개 메소드

public ResetTables ( ) : void
리턴 void

SetUser() 공개 메소드

public SetUser ( TestUser user ) : void
user TestUser
리턴 void

SubmitAll() 공개 메소드

public SubmitAll ( ) : void
리턴 void

TestCycle() 공개 메소드

public TestCycle ( int userNum ) : void
userNum int
리턴 void

TestCycle_MultiUser() 공개 메소드

public TestCycle_MultiUser ( ) : void
리턴 void

TestGetSetSubmit() 공개 메소드

public TestGetSetSubmit ( ) : bool
리턴 bool

Users() 공개 메소드

public Users ( string nodes = null ) : System
nodes string
리턴 System