Uses of Enum
io.kubernetes.client.informer.cache.DeltaFIFO.DeltaType
Packages that use DeltaFIFO.DeltaType
-
Uses of DeltaFIFO.DeltaType in io.kubernetes.client.informer.cache
Methods in io.kubernetes.client.informer.cache that return DeltaFIFO.DeltaTypeModifier and TypeMethodDescriptionstatic DeltaFIFO.DeltaTypeReturns the enum constant of this type with the specified name.static DeltaFIFO.DeltaType[]DeltaFIFO.DeltaType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.kubernetes.client.informer.cache that return types with arguments of type DeltaFIFO.DeltaTypeModifier and TypeMethodDescriptionDeque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,io.kubernetes.client.common.KubernetesObject>> DeltaFIFO.get(io.kubernetes.client.common.KubernetesObject obj) Get object.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,io.kubernetes.client.common.KubernetesObject>> Gets get by key.List<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,io.kubernetes.client.common.KubernetesObject>>> DeltaFIFO.list()List list.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,io.kubernetes.client.common.KubernetesObject>> DeltaFIFO.pop(Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> func) Pop deltas.Method parameters in io.kubernetes.client.informer.cache with type arguments of type DeltaFIFO.DeltaTypeModifier and TypeMethodDescriptionDeque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,io.kubernetes.client.common.KubernetesObject>> DeltaFIFO.pop(Consumer<Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>>> func) Pop deltas.Constructor parameters in io.kubernetes.client.informer.cache with type arguments of type DeltaFIFO.DeltaTypeModifierConstructorDescriptionController(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) -
Uses of DeltaFIFO.DeltaType in io.kubernetes.client.informer.impl
Method parameters in io.kubernetes.client.informer.impl with type arguments of type DeltaFIFO.DeltaTypeModifier and TypeMethodDescriptionvoidDefaultSharedIndexInformer.handleDeltas(Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType, io.kubernetes.client.common.KubernetesObject>> deltas) handleDeltas handles deltas and call processor distribute.