C# 클래스 Netuitive.CollectdWin.IngestElement

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

공개 메소드들

메소드 설명
IngestElement ( string id, string name, string type, string location ) : System
addAttributes ( List attributes ) : void
addMetrics ( List metrics ) : void
addRelations ( List relations ) : void
addSamples ( List samples ) : void
getPayloadSize ( ) : int
mergeWith ( IngestElement that ) : void

메소드 상세

IngestElement() 공개 메소드

public IngestElement ( string id, string name, string type, string location ) : System
id string
name string
type string
location string
리턴 System

addAttributes() 공개 메소드

public addAttributes ( List attributes ) : void
attributes List
리턴 void

addMetrics() 공개 메소드

public addMetrics ( List metrics ) : void
metrics List
리턴 void

addRelations() 공개 메소드

public addRelations ( List relations ) : void
relations List
리턴 void

addSamples() 공개 메소드

public addSamples ( List samples ) : void
samples List
리턴 void

getPayloadSize() 공개 메소드

public getPayloadSize ( ) : int
리턴 int

mergeWith() 공개 메소드

public mergeWith ( IngestElement that ) : void
that IngestElement
리턴 void