
io.zeebe.redis.exporter.XInfoConsumer Maven / Gradle / Ivy
package io.zeebe.redis.exporter;
import java.nio.charset.Charset;
import java.util.ArrayList;
public class XInfoConsumer {
private static final Charset charset;
private String name;
private long pending = 0;
private long idle = 0;
static {
charset = Charset.forName("UTF-8");
}
public static XInfoConsumer fromXInfo(Object xinfoGroup, boolean useProtoBuf) {
ArrayList
© 2015 - 2025 Weber Informatics LLC | Privacy Policy