redis.clients.jedis.resps.Slowlog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jedis_preview Show documentation
Show all versions of jedis_preview Show documentation
Jedis is a blazingly small and sane Redis java client.
The newest version!
package redis.clients.jedis.resps;
import java.util.ArrayList;
import java.util.List;
import redis.clients.jedis.BuilderFactory;
import redis.clients.jedis.HostAndPort;
import redis.clients.jedis.util.SafeEncoder;
public class Slowlog {
private final long id;
private final long timeStamp;
private final long executionTime;
private final List args;
private HostAndPort clientIpPort;
private String clientName;
private static final String COMMA = ",";
@SuppressWarnings("unchecked")
private Slowlog(List