Package com.suse.salt.netapi.calls.wheel
Class Key.Keys<T>
- java.lang.Object
-
- com.suse.salt.netapi.calls.wheel.Key.Keys<T>
-
- Type Parameters:
T
- type of data queried for each key state
- Direct Known Subclasses:
Key.Fingerprints
,Key.Names
- Enclosing class:
- Key
public abstract static class Key.Keys<T> extends Object
Salt keys information.
-
-
Field Summary
Fields Modifier and Type Field Description protected T
deniedMinions
protected T
local
protected T
minions
protected T
rejectedMinions
protected T
unacceptedMinions
-
Constructor Summary
Constructors Constructor Description Keys()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getDeniedMinions()
T
getLocal()
T
getMinions()
T
getRejectedMinions()
T
getUnacceptedMinions()
-