C# Class Netuitive.CollectdWin.IngestElement

Show file Open project: Netuitive/collectdwin Class Usage Examples

Public Methods

Method Description
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

Method Details

IngestElement() public method

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

addAttributes() public method

public addAttributes ( List attributes ) : void
attributes List
return void

addMetrics() public method

public addMetrics ( List metrics ) : void
metrics List
return void

addRelations() public method

public addRelations ( List relations ) : void
relations List
return void

addSamples() public method

public addSamples ( List samples ) : void
samples List
return void

getPayloadSize() public method

public getPayloadSize ( ) : int
return int

mergeWith() public method

public mergeWith ( IngestElement that ) : void
that IngestElement
return void