public interface DataProviderDictionary extends Serializable
| Modifier and Type | Method and Description |
|---|---|
static boolean |
equals(DataProviderDictionary d1,
DataProviderDictionary d2,
boolean ordered)
Compares two dictionaries for equality.
|
org.lsst.ccs.utilities.taitime.CCSTimeStamp |
getCCSTimeStamp()
Deprecated.
|
List<DataProviderInfo> |
getDataProviderDescriptionsForGroup(String group)
Deprecated.
|
DataProviderInfo |
getDataProviderInfoForPath(String path)
Get the DataProviderInfo definition for the provided path.
|
List<DataProviderInfo> |
getDataProviderInfos() |
Set<String> |
getGroups()
Deprecated.
|
int |
size()
Returns the size of this dictionary.
|
List<DataProviderInfo> getDataProviderInfos()
@Deprecated Set<String> getGroups()
@Deprecated List<DataProviderInfo> getDataProviderDescriptionsForGroup(String group)
group - @Deprecated org.lsst.ccs.utilities.taitime.CCSTimeStamp getCCSTimeStamp()
DataProviderInfo getDataProviderInfoForPath(String path)
path - The path for the desired DataProviderInfoint size()
static boolean equals(DataProviderDictionary d1, DataProviderDictionary d2, boolean ordered)
d1 - First dictionary.d2 - Second dictionary.ordered - If true, the order of entries is taken into account.true if the two dictionaries are equal.Copyright © 2024 LSST. All rights reserved.