C# 클래스 NapkinCommon.SamplerBag

파일 보기 프로젝트 열기: cjdaly/napkin

공개 메소드들

메소드 설명
Add ( Sampler sampler ) : void
AppendStatus ( StringBuilder sb = null ) : StringBuilder
Get ( string samplerId, string keySetId = "chatter.device.sensor." ) : Sampler
GetStatus ( string headline = null ) : string
Reset ( ) : void
Sample ( string samplerId ) : void
SamplerBag ( bool addMemorySampler = true ) : System

비공개 메소드들

메소드 설명
TakeMemorySample ( ) : long

메소드 상세

Add() 공개 메소드

public Add ( Sampler sampler ) : void
sampler Sampler
리턴 void

AppendStatus() 공개 메소드

public AppendStatus ( StringBuilder sb = null ) : StringBuilder
sb StringBuilder
리턴 StringBuilder

Get() 공개 메소드

public Get ( string samplerId, string keySetId = "chatter.device.sensor." ) : Sampler
samplerId string
keySetId string
리턴 Sampler

GetStatus() 공개 메소드

public GetStatus ( string headline = null ) : string
headline string
리턴 string

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Sample() 공개 메소드

public Sample ( string samplerId ) : void
samplerId string
리턴 void

SamplerBag() 공개 메소드

public SamplerBag ( bool addMemorySampler = true ) : System
addMemorySampler bool
리턴 System