Uses of Class
com.lordofthejars.nosqlunit.redis.embedded.ExpirationDatatypeOperations.TtlState

Packages that use ExpirationDatatypeOperations.TtlState
com.lordofthejars.nosqlunit.redis.embedded   
 

Uses of ExpirationDatatypeOperations.TtlState in com.lordofthejars.nosqlunit.redis.embedded
 

Methods in com.lordofthejars.nosqlunit.redis.embedded that return ExpirationDatatypeOperations.TtlState
 ExpirationDatatypeOperations.TtlState ExpirationDatatypeOperations.timedoutState(byte[] key)
           
 ExpirationDatatypeOperations.TtlState RedisDatatypeOperations.timedoutState(byte[] key)
           
static ExpirationDatatypeOperations.TtlState ExpirationDatatypeOperations.TtlState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExpirationDatatypeOperations.TtlState[] ExpirationDatatypeOperations.TtlState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012. All Rights Reserved.