Uses of Class
io.kubernetes.client.informer.cache.DeltaFIFO
Packages that use DeltaFIFO
Package
Description
-
Uses of DeltaFIFO in io.kubernetes.client.informer
Constructors in io.kubernetes.client.informer with parameters of type DeltaFIFOModifierConstructorDescriptionResyncRunnable(DeltaFIFO store, Supplier<Boolean> shouldResyncFunc) -
Uses of DeltaFIFO in io.kubernetes.client.informer.cache
Constructors in io.kubernetes.client.informer.cache with parameters of type DeltaFIFOModifierConstructorDescriptionController(Class<ApiType> apiTypeClass, DeltaFIFO queue, ListerWatcher<ApiType, ApiListType> listerWatcher, Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> popProcessFunc) Controller(Class<ApiType> apiTypeClass, DeltaFIFO queue, ListerWatcher<ApiType, ApiListType> listerWatcher, Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> processFunc, Supplier<Boolean> resyncFunc, long fullResyncPeriod) Controller(Class<ApiType> apiTypeClass, DeltaFIFO queue, ListerWatcher<ApiType, ApiListType> listerWatcher, Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> processFunc, Supplier<Boolean> resyncFunc, long fullResyncPeriod, BiConsumer<Class<ApiType>, Throwable> exceptionHandler) ReflectorRunnable(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, DeltaFIFO store) ReflectorRunnable(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, DeltaFIFO store, BiConsumer<Class<ApiType>, Throwable> exceptionHandler) -
Uses of DeltaFIFO in io.kubernetes.client.informer.impl
Constructors in io.kubernetes.client.informer.impl with parameters of type DeltaFIFOModifierConstructorDescriptionDefaultSharedIndexInformer(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, long resyncPeriod, DeltaFIFO deltaFIFO, Indexer<ApiType> indexer) DefaultSharedIndexInformer(Class<ApiType> apiTypeClass, ListerWatcher<ApiType, ApiListType> listerWatcher, long resyncPeriod, DeltaFIFO deltaFIFO, Indexer<ApiType> indexer, BiConsumer<Class<ApiType>, Throwable> exceptionHandler)