Class SimpleIndexedPropertyValue

java.lang.Object
org.springframework.data.redis.core.convert.SimpleIndexedPropertyValue
All Implemented Interfaces:
IndexedData

public class SimpleIndexedPropertyValue extends Object implements IndexedData
IndexedData implementation indicating storage of data within a Redis Set.
Since:
1.7
Author:
Christoph Strobl, Rob Winch
  • Constructor Details

    • SimpleIndexedPropertyValue

      public SimpleIndexedPropertyValue(String keyspace, String indexName, Object value)
      Parameters:
      keyspace - must not be null.
      indexName - must not be null.
      value - can be null.
  • Method Details