Modifier and Type | Method and Description |
---|---|
void |
QueryListener.updateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation)
Reports data update
|
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.handleUpdateData(int index,
List<ValueEntry> values,
List<ValueInformation> valueInformation) |
Modifier and Type | Method and Description |
---|---|
List<ValueInformation> |
UpdateQueryData.getValueInformation() |
Constructor and Description |
---|
UpdateQueryData(long queryId,
int index,
List<ValueInformation> valueInformation,
List<ValueEntry> values) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<ValueInformation>> |
Structures.decodeValueInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueInformation,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static ValueInformation |
Structures.decodeValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static ValueInformation |
Structures.inlindeDecodeValueInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<ValueInformation> |
Structures.decodeListValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ValueInformation> |
Structures.decodeSetValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ValueInformation value) |
protected static void |
Structures.inlineEncodeValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ValueInformation value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<ValueInformation>> |
Structures.decodeValueInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueInformation,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionValueInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ValueInformation> values) |
protected static void |
Structures.fillValueInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ValueInformation> values) |
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.updateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
Modifier and Type | Method and Description |
---|---|
void |
ServerConnectionImpl.sendQueryData(long queryId,
int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
void |
QueryHandler.updateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
Modifier and Type | Method and Description |
---|---|
List<ValueInformation> |
QueryImpl.QueryEntry.getValueInformation() |
List<ValueInformation> |
QueryDataHolder.getValueInformation() |
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.QueryEntry.updateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
Modifier and Type | Method and Description |
---|---|
ValueInformation[] |
TestQueryBuffer.getInformation() |
Modifier and Type | Method and Description |
---|---|
protected void |
TestQueryBuffer.handleUpdateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
protected void |
QueryDataBuffer.notifyData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
Modifier and Type | Method and Description |
---|---|
List<ValueInformation> |
AbstractQueryBuffer.getValueInformation()
Return the current value information
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryBuffer.updateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
Constructor and Description |
---|
PrintProcessor(List<ValueInformation> vis,
Map<String,List<Double>> values) |
Modifier and Type | Method and Description |
---|---|
ValueInformation |
DataEntry.getInfo() |
Modifier and Type | Method and Description |
---|---|
void |
QueryDataView.updateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
void |
QueryControlView.updateData(int index,
Map<String,List<Double>> values,
List<ValueInformation> valueInformation) |
Constructor and Description |
---|
DataEntry(ValueInformation info,
List<Double> values) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.