Uses of Interface
io.activej.jmx.ValueFetcher
-
Uses of ValueFetcher in io.activej.jmx
Classes in io.activej.jmx that implement ValueFetcherModifier and TypeClassDescriptionfinal classfinal classfinal classFields in io.activej.jmx declared as ValueFetcherModifier and TypeFieldDescriptionprotected final ValueFetcherAbstractAttributeNodeForLeaf.fetcherMethods in io.activej.jmx with parameters of type ValueFetcherModifier and TypeMethodDescriptionstatic <T> AttributeNodeForType<T>AttributeNodeForType.createCustom(String name, @Nullable String description, ValueFetcher fetcher, boolean visible, @Nullable Method setter, Function<T, String> to, @Nullable Function<String, T> from, JmxReducer<T> reducer) static <T> AttributeNodeForType<T>AttributeNodeForType.createSimple(String name, @Nullable String description, ValueFetcher fetcher, boolean visible, @Nullable Method setter, Class<?> attributeType, JmxReducer reducer) Constructors in io.activej.jmx with parameters of type ValueFetcherModifierConstructorDescriptionprotectedAbstractAttributeNodeForLeaf(String name, @Nullable String description, ValueFetcher fetcher, boolean visible) AttributeNodeForList(String name, @Nullable String description, boolean visible, ValueFetcher fetcher, AttributeNode subNode, boolean isListOfJmxRefreshables) AttributeNodeForMap(String name, @Nullable String description, boolean visible, ValueFetcher fetcher, AttributeNode subNode, boolean isMapOfJmxRefreshable) AttributeNodeForPojo(String name, @Nullable String description, boolean visible, ValueFetcher fetcher, @Nullable JmxReducer reducer, List<? extends AttributeNode> subNodes) AttributeNodeForThrowable(String name, @Nullable String description, boolean visible, ValueFetcher fetcher) AttributeNodeForType(String name, @Nullable String description, ValueFetcher fetcher, boolean visible, @Nullable Method setter, Class<?> attributeType, JmxReducer<T> reducer, @Nullable Function<T, String> to, @Nullable Function<String, T> from)