Uses of Interface
io.fabric8.kubernetes.client.informers.cache.Store
-
Packages that use Store Package Description io.fabric8.kubernetes.client.informers io.fabric8.kubernetes.client.informers.cache -
-
Uses of Store in io.fabric8.kubernetes.client.informers
Constructors in io.fabric8.kubernetes.client.informers with parameters of type Store Constructor Description ResyncRunnable(Store<T> store, Supplier<Boolean> shouldResyncFunc) -
Uses of Store in io.fabric8.kubernetes.client.informers.cache
Subinterfaces of Store in io.fabric8.kubernetes.client.informers.cache Modifier and Type Interface Description interfaceIndexer<T>Indexer extends Store interface and add index/de-index methods.Classes in io.fabric8.kubernetes.client.informers.cache that implement Store Modifier and Type Class Description classCache<T>It basically saves and indexes all the entries.classDeltaFIFO<T>The DeltaFIFO inherits from an Object queue since that we're actually reading from it as Deltas but writing it as Kubernetes object.Constructors in io.fabric8.kubernetes.client.informers.cache with parameters of type Store Constructor Description DeltaFIFO(Function<T,String> keyFunc, Store knownObjects)Reflector(Class<T> apiTypeClass, ListerWatcher<T,L> listerWatcher, Store store, OperationContext operationContext, long resyncPeriodMillis)Reflector(Class<T> apiTypeClass, ListerWatcher<T,L> listerWatcher, Store store, OperationContext operationContext, long resyncPeriodMillis, ScheduledExecutorService resyncExecutor)ReflectorWatcher(Store<T> store, AtomicReference<String> lastSyncResourceVersion, Runnable onClose, Runnable onHttpGone)
-