Uses of Class
io.fabric8.kubernetes.client.informers.cache.DeltaFIFO.DeltaType
| Package | Description |
|---|---|
| io.fabric8.kubernetes.client.informers.cache |
-
Uses of DeltaFIFO.DeltaType in io.fabric8.kubernetes.client.informers.cache
Methods in io.fabric8.kubernetes.client.informers.cache that return DeltaFIFO.DeltaType Modifier and Type Method Description static DeltaFIFO.DeltaTypeDeltaFIFO.DeltaType. valueOf(String name)Returns 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.fabric8.kubernetes.client.informers.cache that return types with arguments of type DeltaFIFO.DeltaType Modifier and Type Method Description Deque<AbstractMap.SimpleEntry<DeltaFIFO.DeltaType,Object>>DeltaFIFO. getByKey(String key)Gets by keyDeque<AbstractMap.SimpleEntry<DeltaFIFO.DeltaType,Object>>DeltaFIFO. pop(Consumer<Deque<AbstractMap.SimpleEntry<DeltaFIFO.DeltaType,Object>>> func)Pop DeltasMethod parameters in io.fabric8.kubernetes.client.informers.cache with type arguments of type DeltaFIFO.DeltaType Modifier and Type Method Description Deque<AbstractMap.SimpleEntry<DeltaFIFO.DeltaType,Object>>DeltaFIFO. pop(Consumer<Deque<AbstractMap.SimpleEntry<DeltaFIFO.DeltaType,Object>>> func)Pop DeltasConstructor parameters in io.fabric8.kubernetes.client.informers.cache with type arguments of type DeltaFIFO.DeltaType Constructor Description Controller(Class<T> apiTypeClass, DeltaFIFO<T> queue, ListerWatcher<T,L> listerWatcher, Consumer<Deque<AbstractMap.SimpleEntry<DeltaFIFO.DeltaType,Object>>> processFunc, Supplier<Boolean> resyncFunc, long fullResyncPeriod, OperationContext context, ConcurrentLinkedQueue<SharedInformerEventListener> eventListeners)