Uses of Class
io.fabric8.openshift.api.model.miscellaneous.apiserver.v1.PerNodeAPIRequestLog
-
Packages that use PerNodeAPIRequestLog Package Description io.fabric8.openshift.api.model.miscellaneous.apiserver.v1 -
-
Uses of PerNodeAPIRequestLog in io.fabric8.openshift.api.model.miscellaneous.apiserver.v1
Methods in io.fabric8.openshift.api.model.miscellaneous.apiserver.v1 that return PerNodeAPIRequestLog Modifier and Type Method Description PerNodeAPIRequestLogPerNodeAPIRequestLogBuilder. build()PerNodeAPIRequestLogPerResourceAPIRequestLogFluent. buildByNode(int index)PerNodeAPIRequestLogPerResourceAPIRequestLogFluent. buildFirstByNode()PerNodeAPIRequestLogPerResourceAPIRequestLogFluent. buildLastByNode()PerNodeAPIRequestLogPerResourceAPIRequestLogFluent. buildMatchingByNode(Predicate<PerNodeAPIRequestLogBuilder> predicate)Methods in io.fabric8.openshift.api.model.miscellaneous.apiserver.v1 that return types with arguments of type PerNodeAPIRequestLog Modifier and Type Method Description List<PerNodeAPIRequestLog>PerResourceAPIRequestLogFluent. buildByNode()List<PerNodeAPIRequestLog>PerResourceAPIRequestLog. getByNode()byNode contains logs of requests per node.Methods in io.fabric8.openshift.api.model.miscellaneous.apiserver.v1 with parameters of type PerNodeAPIRequestLog Modifier and Type Method Description PerResourceAPIRequestLogFluent.ByNodeNested<A>PerResourceAPIRequestLogFluent. addNewByNodeLike(PerNodeAPIRequestLog item)APerResourceAPIRequestLogFluent. addToByNode(int index, PerNodeAPIRequestLog item)APerResourceAPIRequestLogFluent. addToByNode(PerNodeAPIRequestLog... items)protected voidPerNodeAPIRequestLogFluent. copyInstance(PerNodeAPIRequestLog instance)APerResourceAPIRequestLogFluent. removeFromByNode(PerNodeAPIRequestLog... items)PerResourceAPIRequestLogFluent.ByNodeNested<A>PerResourceAPIRequestLogFluent. setNewByNodeLike(int index, PerNodeAPIRequestLog item)APerResourceAPIRequestLogFluent. setToByNode(int index, PerNodeAPIRequestLog item)APerResourceAPIRequestLogFluent. withByNode(PerNodeAPIRequestLog... byNode)Method parameters in io.fabric8.openshift.api.model.miscellaneous.apiserver.v1 with type arguments of type PerNodeAPIRequestLog Modifier and Type Method Description APerResourceAPIRequestLogFluent. addAllToByNode(Collection<PerNodeAPIRequestLog> items)APerResourceAPIRequestLogFluent. removeAllFromByNode(Collection<PerNodeAPIRequestLog> items)voidPerResourceAPIRequestLog. setByNode(List<PerNodeAPIRequestLog> byNode)byNode contains logs of requests per node.APerResourceAPIRequestLogFluent. withByNode(List<PerNodeAPIRequestLog> byNode)Constructors in io.fabric8.openshift.api.model.miscellaneous.apiserver.v1 with parameters of type PerNodeAPIRequestLog Constructor Description PerNodeAPIRequestLogBuilder(PerNodeAPIRequestLog instance)PerNodeAPIRequestLogBuilder(PerNodeAPIRequestLogFluent<?> fluent, PerNodeAPIRequestLog instance)PerNodeAPIRequestLogFluent(PerNodeAPIRequestLog instance)Constructor parameters in io.fabric8.openshift.api.model.miscellaneous.apiserver.v1 with type arguments of type PerNodeAPIRequestLog Constructor Description PerResourceAPIRequestLog(List<PerNodeAPIRequestLog> byNode, Long requestCount)
-