public class SimpleIndexedPropertyValue extends Object implements IndexedData
IndexedData implementation indicating storage of data within a Redis Set.| Constructor and Description |
|---|
SimpleIndexedPropertyValue(String keyspace,
String indexName,
Object value)
Creates new
SimpleIndexedPropertyValue. |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getIndexName()
Get the
String representation of the index name. |
String |
getKeyspace()
Get the associated keyspace the index resides in.
|
Object |
getValue()
Get the value to index.
|
int |
hashCode() |
String |
toString() |
public SimpleIndexedPropertyValue(String keyspace, String indexName, Object value)
SimpleIndexedPropertyValue.keyspace - must not be null.indexName - must not be null.value - can be null.public Object getValue()
public String getIndexName()
IndexedDataString representation of the index name.getIndexName in interface IndexedDatapublic String getKeyspace()
IndexedDatagetKeyspace in interface IndexedDataprotected boolean canEqual(Object other)
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.