Uses of Class
com.suse.salt.netapi.datatypes.cherrypy.Stats
-
Packages that use Stats Package Description com.suse.salt.netapi.client com.suse.salt.netapi.parser -
-
Uses of Stats in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client that return types with arguments of type Stats Modifier and Type Method Description CompletionStage<Stats>SaltClient. stats()Query statistics from the CherryPy Server. -
Uses of Stats in com.suse.salt.netapi.parser
Fields in com.suse.salt.netapi.parser with type parameters of type Stats Modifier and Type Field Description static JsonParser<Stats>JsonParser. STATSMethods in com.suse.salt.netapi.parser that return Stats Modifier and Type Method Description StatsStatsAdapter. read(com.google.gson.stream.JsonReader jsonReader)Methods in com.suse.salt.netapi.parser with parameters of type Stats Modifier and Type Method Description voidStatsAdapter. write(com.google.gson.stream.JsonWriter jsonWriter, Stats stats)
-