Uses of Class
com.redis.lettucemod.search.CreateOptions.DataType
-
Packages that use CreateOptions.DataType Package Description com.redis.lettucemod.search -
-
Uses of CreateOptions.DataType in com.redis.lettucemod.search
Methods in com.redis.lettucemod.search that return CreateOptions.DataType Modifier and Type Method Description static CreateOptions.DataTypeCreateOptions.DataType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CreateOptions.DataType[]CreateOptions.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.redis.lettucemod.search that return types with arguments of type CreateOptions.DataType Modifier and Type Method Description java.util.Optional<CreateOptions.DataType>CreateOptions. getOn()Methods in com.redis.lettucemod.search with parameters of type CreateOptions.DataType Modifier and Type Method Description CreateOptions.Builder<K,V>CreateOptions.Builder. on(CreateOptions.DataType on)Method parameters in com.redis.lettucemod.search with type arguments of type CreateOptions.DataType Modifier and Type Method Description voidCreateOptions. setOn(java.util.Optional<CreateOptions.DataType> on)
-