redis.clients.jedis
Class DebugParams

java.lang.Object
  extended by redis.clients.jedis.DebugParams

public class DebugParams
extends Object


Method Summary
 String[] getCommand()
           
static DebugParams OBJECT(String key)
           
static DebugParams RELOAD()
           
static DebugParams SEGFAULT()
           
static DebugParams SWAPIN(String key)
           
static DebugParams SWAPOUT(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getCommand

public String[] getCommand()

SEGFAULT

public static DebugParams SEGFAULT()

OBJECT

public static DebugParams OBJECT(String key)

SWAPIN

public static DebugParams SWAPIN(String key)

RELOAD

public static DebugParams RELOAD()

SWAPOUT

public static DebugParams SWAPOUT(String key)


Copyright © 2010. All Rights Reserved.