Class BasicItemStore<V extends io.fabric8.kubernetes.api.model.HasMetadata>
- java.lang.Object
-
- io.fabric8.kubernetes.client.informers.cache.BasicItemStore<V>
-
-
Constructor Summary
Constructors Constructor Description BasicItemStore(Function<V,String> keyFunction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Vget(String key)StringgetKey(V obj)Stream<String>keySet()Vput(String key, V obj)Vremove(String key)intsize()Stream<V>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.informers.cache.ItemStore
isFullState
-
-