| Package | Description |
|---|---|
| org.lsst.ccs.bus.data |
This package defines all the public data sent on the CCS buses via
messages defined in package org.lsst.ccs.bus.messages.
|
| org.lsst.ccs.bus.messages |
This package defines all the standard messages for the CCS buses.
|
| org.lsst.ccs.services |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DataProviderDictionary.equals(DataProviderDictionary d1,
DataProviderDictionary d2,
boolean ordered)
Compares two dictionaries for equality.
|
| Modifier and Type | Method and Description |
|---|---|
DataProviderDictionary |
StatusDataProviderDictionary.getDataProviderDictionary()
Get the DataProviderDictionary object contained in this message.
|
| Modifier and Type | Method and Description |
|---|---|
protected KeyValueDataList |
StatusDataProviderDictionary.encodeObject(DataProviderDictionary obj) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataDictionaryByType
DataProviderDictionary implementation that splits entries by DataProviderInfo.Type, and stores each in its own dictionary. |
class |
DataDictionaryCompro
DataProviderDictionary implementation that minimizes memory footprint and serialized size at the expense of access speed. |
class |
DataDictionaryOrdered
DataProviderDictionary implementation that minimizes memory footprint and serialized size at the expense of access speed. |
| Modifier and Type | Method and Description |
|---|---|
DataProviderDictionary |
DataProviderDictionaryService.getDataProviderDictionary() |
DataProviderDictionary |
DataProviderDictionaryService.getDataProviderDictionaryForAgent(String agentName) |
DataProviderDictionary |
DataProviderDictionaryService.DataProviderDictionaryEvent.getDictionary()
Get the
DataProviderDictionary. |
DataProviderDictionary |
DataProviderDictionaryService.waitForAgentDictionary(AgentInfo agentInfo,
long timeout,
TimeUnit unit) |
| Constructor and Description |
|---|
DataDictionaryByType(DataProviderDictionary other,
Function<List<DataProviderInfo>,DataProviderDictionary> maker)
Constructs an instance with the same set of entries as contained in the provided dictionary.
|
DataDictionaryCompro(DataProviderDictionary other) |
DataDictionaryOrdered(DataProviderDictionary other) |
| Constructor and Description |
|---|
DataDictionaryByType(DataProviderDictionary other,
Function<List<DataProviderInfo>,DataProviderDictionary> maker)
Constructs an instance with the same set of entries as contained in the provided dictionary.
|
DataDictionaryByType(List<DataProviderInfo> allData,
Function<List<DataProviderInfo>,DataProviderDictionary> maker)
Constructs an instance, given a list of entries.
|
Copyright © 2024 LSST. All rights reserved.