C# Class SonOfSirCachealot.BlockStore

Mostra file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
Monitor ThreadMonitor

Public Methods

Method Description
AddBlocks ( string paths ) : void
AddBlocksJSON ( string jsonPaths ) : void
SetIncluded ( string cluster, int clusterIndex, bool included ) : void
processJSONQuery ( string jsonQuery ) : string
processJSONQueryAverage ( string jsonQuery ) : string
processQuery ( BlockStoreQuery query ) : BlockStoreResponse

Private Methods

Method Description
AddBlock ( string path, string normConfig ) : void
deserializeBC ( byte ba ) : BlockConfig
deserializeFromByteArray ( byte ba ) : object
deserializeTCS ( byte ba ) : TOFChannelSet
getBlockConfig ( int blockID ) : BlockConfig
processBlockQuery ( BlockStoreBlockQuery query, int blockID ) : BlockStoreBlockResponse
processBlockQueryAverage ( BlockStoreBlockQuery query, int blockIDs ) : BlockStoreBlockResponse
processDetectorQuery ( BlockStoreDetectorQuery query, int blockID ) : BlockStoreDetectorResponse
processDetectorQueryAverage ( BlockStoreDetectorQuery query, int blockIDs ) : BlockStoreDetectorResponse
serializeAsByteArray ( object bc ) : byte[]

Method Details

AddBlocks() public method

public AddBlocks ( string paths ) : void
paths string
return void

AddBlocksJSON() public method

public AddBlocksJSON ( string jsonPaths ) : void
jsonPaths string
return void

SetIncluded() public method

public SetIncluded ( string cluster, int clusterIndex, bool included ) : void
cluster string
clusterIndex int
included bool
return void

processJSONQuery() public method

public processJSONQuery ( string jsonQuery ) : string
jsonQuery string
return string

processJSONQueryAverage() public method

public processJSONQueryAverage ( string jsonQuery ) : string
jsonQuery string
return string

processQuery() public method

public processQuery ( BlockStoreQuery query ) : BlockStoreResponse
query BlockStoreQuery
return BlockStoreResponse

Property Details

Monitor public_oe property

public ThreadMonitor,SonOfSirCachealot Monitor
return ThreadMonitor