| Package | Description |
|---|---|
| org.lsst.ccs.bus |
| Modifier and Type | Method and Description |
|---|---|
KeyData |
KVList.getPair(String key)
not extremely efficient way to retrieve an element
|
| Modifier and Type | Method and Description |
|---|---|
static List<KeyData> |
StatusCodec.asSimpleKeyValueList(String keyName,
Object data) |
List<KeyData> |
KeyData.getContentAsList()
returns a list of key-values that can be directly used byt a trending database:
each key (the name of fields in a composite object) is prepended with the actual key
of this object (if overall key is "position" you may get something like "position.x" and "position.y"
as keys in the list)
|
List<KeyData> |
KeyData.getContentAsRawList() |
Iterator<KeyData> |
KVList.iterator() |
Copyright © 2014 LSST. All Rights Reserved.