List<KeyValueItem> |
ConfigServiceTemplate.getKeys(String storeName,
QueryOptions options) |
List<KeyValueItem> |
ConfigServiceOperations.getKeys(String storeName,
QueryOptions queryOptions)
Find all key-value items which key name is prefixed with keyPattern for given store.
|
List<KeyValueItem> |
ConfigServiceTemplate.getRevisions(String storeName,
QueryOptions options) |
List<KeyValueItem> |
ConfigServiceOperations.getRevisions(String storeName,
QueryOptions queryOptions)
List chronological/historical representation of KeyValue resource(s)
|