public interface ConfigServiceOperations
| Modifier and Type | Method and Description |
|---|---|
List<KeyValueItem> |
getKeys(String storeName,
QueryOptions queryOptions)
Find all key-value items which key name is prefixed with
keyPattern for given store. |
List<KeyValueItem> |
getRevisions(String storeName,
QueryOptions queryOptions)
List chronological/historical representation of KeyValue resource(s)
|
List<KeyValueItem> getKeys(@NonNull String storeName, @NonNull QueryOptions queryOptions)
keyPattern for given store.storeName - the store name against which to queryqueryOptions - the options used to query the keysKeyValueItem > which match given condition, result is sorted by the
order of the labels defined in queryOptionsList<KeyValueItem> getRevisions(@NonNull String storeName, @NonNull QueryOptions queryOptions)
storeName - the store name against which to queryqueryOptions - the options used to query the keysKeyValueItem > which match given conditionCopyright © 2019 Pivotal Software, Inc.. All rights reserved.