public class TestQueryBuffer extends Object
Constructor and Description |
---|
TestQueryBuffer(Date fixedStartDate,
Date fixedEndDate,
int numberOfEntries) |
Modifier and Type | Method and Description |
---|---|
void |
changeParameters(QueryParameters parameters) |
void |
close() |
void |
complete()
Data entry is completed
|
Map<String,Double[]> |
getData() |
ValueInformation[] |
getInformation() |
protected void |
handleUpdateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
protected void |
handleUpdateParmaters(QueryParameters parameters,
Set<String> valueTypes) |
void |
insertData(double value,
Date timestamp,
boolean error,
boolean manual) |
protected void handleUpdateData(int index, Map<String,List<Double>> values, List<ValueInformation> valueInformation)
protected void handleUpdateParmaters(QueryParameters parameters, Set<String> valueTypes)
public ValueInformation[] getInformation()
public void changeParameters(QueryParameters parameters)
public void insertData(double value, Date timestamp, boolean error, boolean manual)
public void close()
public void complete()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.