redis.clients.util
Class Slowlog

java.lang.Object
  extended by redis.clients.util.Slowlog

public class Slowlog
extends Object


Method Summary
static List<Slowlog> from(List<Object> nestedMultiBulkReply)
           
 List<String> getArgs()
           
 long getExecutionTime()
           
 long getId()
           
 long getTimeStamp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

from

public static List<Slowlog> from(List<Object> nestedMultiBulkReply)

getId

public long getId()

getTimeStamp

public long getTimeStamp()

getExecutionTime

public long getExecutionTime()

getArgs

public List<String> getArgs()


Copyright © 2012. All Rights Reserved.