public class ProcessorStore<T extends io.fabric8.kubernetes.api.model.HasMetadata> extends Object
Cache and a SharedProcessor to distribute events related to changes and syncs| Constructor and Description |
|---|
ProcessorStore(CacheImpl<T> cache,
SharedProcessor<T> processor) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T obj) |
void |
delete(T obj) |
T |
get(T object) |
T |
getByKey(String key) |
String |
getKey(T obj) |
List<T> |
list() |
List<String> |
listKeys() |
void |
resync() |
void |
retainAll(Set<String> nextKeys,
Consumer<Executor> cacheStateComplete) |
void |
update(List<T> items) |
void |
update(T obj) |
Copyright © 2015–2024 Red Hat. All rights reserved.