redis.clients.jedis
Class BitPosParams

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

public class BitPosParams
extends Object


Constructor Summary
protected BitPosParams()
           
  BitPosParams(long start)
           
  BitPosParams(long start, long end)
           
 
Method Summary
 Collection<byte[]> getParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BitPosParams

protected BitPosParams()

BitPosParams

public BitPosParams(long start)

BitPosParams

public BitPosParams(long start,
                    long end)
Method Detail

getParams

public Collection<byte[]> getParams()


Copyright © 2014. All rights reserved.