| Package | Description |
|---|---|
| io.kubernetes.client.informer.cache |
| Modifier and Type | Method and Description |
|---|---|
static DeltaFIFO.DeltaType |
DeltaFIFO.DeltaType.valueOf(java.lang.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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>> |
DeltaFIFO.getByKey(java.lang.String key)
Gets get by key.
|
java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>> |
DeltaFIFO.pop(java.util.function.Consumer<java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>>> func)
Pop deltas.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>> |
DeltaFIFO.pop(java.util.function.Consumer<java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>>> func)
Pop deltas.
|
| Constructor and Description |
|---|
Controller(java.lang.Class<ApiType> apiTypeClass,
DeltaFIFO<ApiType> queue,
ListerWatcher<ApiType,ApiListType> listerWatcher,
java.util.function.Consumer<java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>>> popProcessFunc) |
Controller(java.lang.Class<ApiType> apiTypeClass,
DeltaFIFO<ApiType> queue,
ListerWatcher<ApiType,ApiListType> listerWatcher,
java.util.function.Consumer<java.util.Deque<org.apache.commons.lang3.tuple.MutablePair<DeltaFIFO.DeltaType,java.lang.Object>>> processFunc,
java.util.function.Supplier<java.lang.Boolean> resyncFunc,
long fullResyncPeriod) |
Copyright © 2019. All rights reserved.